Home
last modified time | relevance | path

Searched refs:efi_devpath_last_node (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/stand/efi/libefi/
H A Defipart.c302 node = efi_devpath_last_node(devpath); in efipart_ignore_device()
317 node = efi_devpath_last_node(parent); in efipart_ignore_device()
327 node = efi_devpath_last_node(devpath); in efipart_ignore_device()
461 node = efi_devpath_last_node(fd->pd_devpath); in efipart_testfd()
479 if ((node = efi_devpath_last_node(fd->pd_devpath)) == NULL) in efipart_initfd()
556 node = efi_devpath_last_node(cd->pd_devpath); in efipart_testcd()
735 if ((node = efi_devpath_last_node(hd->pd_devpath)) == NULL) in efipart_hdinfo_add()
H A Ddevpath.c568 efi_devpath_last_node(EFI_DEVICE_PATH *devpath) in efi_devpath_last_node() function
584 if ((node = efi_devpath_last_node(devpath)) == NULL) in efi_devpath_trim()
H A Definet.c393 if ((node = efi_devpath_last_node(devpath)) == NULL) in efinet_dev_init()
/freebsd-13.1/stand/efi/include/
H A Defilib.h89 EFI_DEVICE_PATH *efi_devpath_last_node(EFI_DEVICE_PATH *);
/freebsd-13.1/stand/efi/gptboot/
H A Dproto.c128 md = efi_devpath_last_node(devpath); in partition_number()
/freebsd-13.1/stand/efi/boot1/
H A Dboot1.c99 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
/freebsd-13.1/stand/efi/loader/
H A Dmain.c440 dp = efi_devpath_last_node(last_dp); in match_boot_info()