Searched refs:refresh (Results 1 - 6 of 6) sorted by relevance
/systemd/src/boot/efi/ |
H A D | boot.c | 472 BOOLEAN refresh; local 522 refresh = TRUE; 570 if (refresh) { 587 refresh = FALSE; 679 refresh = TRUE; 687 refresh = TRUE; 733 refresh = TRUE; 790 refresh = TRUE; 795 refresh = TRUE; 804 refresh [all...] |
/systemd/src/resolve/ |
H A D | resolved-dns-rr.h | 165 uint32_t refresh; member in struct:DnsResourceRecord::__anon231::__anon239
|
H A D | resolved-dns-rr.c | 632 a->soa.refresh == b->soa.refresh && 903 rr->soa.refresh, 1357 siphash24_compress(&rr->soa.refresh, sizeof(rr->soa.refresh), state);
|
H A D | resolved-dns-answer.c | 206 soa->soa.refresh = 1;
|
H A D | resolved-dns-packet.c | 882 r = dns_packet_append_uint32(p, rr->soa.refresh, NULL); 1722 r = dns_packet_read_uint32(p, &rr->soa.refresh, NULL);
|
/systemd/src/cgtop/ |
H A D | cgtop.c | 428 static int refresh(const char *root, Hashmap *a, Hashmap *b, unsigned iteration) { function 936 r = refresh(root, a, b, iteration++); 938 log_error_errno(r, "Failed to refresh: %m");
|
Completed in 301 milliseconds