Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c94 efi_devpath_last_node(EFI_DEVICE_PATH *devpath) in efi_devpath_last_node() function
110 if ((node = efi_devpath_last_node(devpath)) == NULL) in efi_devpath_trim()
H A Defipart.c334 if ((node = efi_devpath_last_node(fd->pd_devpath)) == NULL) in efipart_initfd()
419 if ((node = efi_devpath_last_node(cd->pd_devpath)) == NULL) in efipart_updatecd()
608 if ((node = efi_devpath_last_node(hd->pd_devpath)) == NULL) in efipart_updatehd()
H A Definet.c301 if ((node = efi_devpath_last_node(devpath)) == NULL) in efinet_dev_init()
/freebsd-12.1/stand/efi/include/
H A Defilib.h87 EFI_DEVICE_PATH *efi_devpath_last_node(EFI_DEVICE_PATH *);
/freebsd-12.1/stand/efi/loader/
H A Dmain.c404 dp = efi_devpath_last_node(last_dp); in match_boot_info()