Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defipart.c301 node = efi_devpath_last_node(devpath); in efipart_ignore_device()
316 node = efi_devpath_last_node(parent); in efipart_ignore_device()
326 node = efi_devpath_last_node(devpath); in efipart_ignore_device()
460 node = efi_devpath_last_node(fd->pd_devpath); in efipart_testfd()
478 if ((node = efi_devpath_last_node(fd->pd_devpath)) == NULL) in efipart_initfd()
555 node = efi_devpath_last_node(cd->pd_devpath); in efipart_testcd()
734 if ((node = efi_devpath_last_node(hd->pd_devpath)) == NULL) in efipart_hdinfo_add()
H A Ddevpath.c565 efi_devpath_last_node(EFI_DEVICE_PATH *devpath) in efi_devpath_last_node() function
598 if ((node = efi_devpath_last_node(devpath)) == NULL) in efi_devpath_trim()
H A Definet.c390 if ((node = efi_devpath_last_node(devpath)) == NULL) in efinet_dev_init()
/freebsd/stand/efi/include/
H A Defilib.h96 EFI_DEVICE_PATH *efi_devpath_last_node(EFI_DEVICE_PATH *);
/freebsd/stand/efi/gptboot/
H A Dproto.c125 md = efi_devpath_last_node(devpath); in partition_number()
/freebsd/stand/efi/boot1/
H A Dboot1.c116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
/freebsd/stand/efi/loader/
H A Dmain.c448 dp = efi_devpath_last_node(last_dp); in match_boot_info()