Searched refs:refresh (Results 1 - 6 of 6) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c472 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 Dresolved-dns-rr.h165 uint32_t refresh; member in struct:DnsResourceRecord::__anon231::__anon239
H A Dresolved-dns-rr.c632 a->soa.refresh == b->soa.refresh &&
903 rr->soa.refresh,
1357 siphash24_compress(&rr->soa.refresh, sizeof(rr->soa.refresh), state);
H A Dresolved-dns-answer.c206 soa->soa.refresh = 1;
H A Dresolved-dns-packet.c882 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 Dcgtop.c428 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