Home
last modified time | relevance | path

Searched refs:dp (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/boot/efi/
Dshim.c120 EFI_DEVICE_PATH *dp = dev_path; in security_policy_authentication() local
121 status = BS->LocateDevicePath(&FileSystemProtocol, &dp, &h); in security_policy_authentication()
129 dev_path_str = DevicePathToStr(dp); in security_policy_authentication()
Dinitrd.c75 EFI_DEVICE_PATH *dp = (EFI_DEVICE_PATH *) &efi_initrd_device_path; in initrd_register() local
88 err = BS->LocateDevicePath(&EfiLoadFile2Protocol, &dp, &handle); in initrd_register()
Dxbootldr.c253 EFI_DEVICE_PATH *dp = partition_path; in xbootldr_open() local
254 err = BS->LocateDevicePath(&BlockIoProtocol, &dp, &new_device); in xbootldr_open()
/systemd-251/src/shared/
Dcopy.c938 _cleanup_free_ char *dp = NULL; in fd_copy_directory() local
956 child_display_path = dp = path_join(display_path, de->d_name); in fd_copy_directory()
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c599 uint64_t dp, hash; in find_location_for_match() local
606 r = journal_file_find_data_object_with_hash(f, m->data, m->size, hash, &d, &dp); in find_location_for_match()
624 r = journal_file_move_to_object(f, OBJECT_DATA, dp, &d); in find_location_for_match()