Searched defs:firmware (Results 1 - 3 of 3) sorted by relevance

/systemd/src/shared/
H A Dboot-timestamps.c27 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader) { argument
32 assert(firmware);
47 /* Let's convert this to timestamps where the firmware
54 firmware->monotonic = y;
57 a = n->monotonic + firmware->monotonic;
58 firmware->realtime = n->realtime > a ? n->realtime - a : 0;
H A Defivars.h57 int efi_loader_get_boot_usec(usec_t *firmware, usec_t *loader);
125 static inline int efi_loader_get_boot_usec(usec_t *firmware, usec_t *loader) { argument
H A Defivars.c83 return access("/sys/firmware/efi", F_OK) >= 0;
143 /* Some firmware implementations that do support
187 /* Avoid writing to efi vars store if we can due to firmware bugs. */
213 "/sys/firmware/efi/efivars/%s-%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
274 "/sys/firmware/efi/efivars/%s-%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
600 dir = opendir("/sys/firmware/efi/efivars/");
653 int efi_loader_get_boot_usec(usec_t *firmware, usec_t *loader) { argument
657 assert(firmware);
674 *firmware = x;

Completed in 116 milliseconds