Searched refs:firmware (Results 1 - 5 of 5) sorted by relevance
/systemd/src/shared/ |
H A D | boot-timestamps.h | 25 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);
|
H A D | boot-timestamps.c | 27 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 D | efivars.h | 57 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 D | efivars.c | 83 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;
|
/systemd/test/ |
H A D | test-functions | 979 # Install a single kernel module along with any firmware it may require. 1011 for _fw in $(modinfo -k $KERNEL_VER -F firmware $1 2>/dev/null); do 1015 inst_simple "$_fwdir/$_fw" "/lib/firmware/$_fw" 1021 dinfo "Possible missing firmware \"${_fw}\" for kernel module" \ 1024 dwarn "Possible missing firmware \"${_fw}\" for kernel module" \ 1157 # ok, load the module, all its dependencies, and any firmware
|
Completed in 300 milliseconds