Home
last modified time | relevance | path

Searched refs:pdinfo_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/efi/libefi/
H A Defipart.c44 typedef bool (*pd_test_cb_t)(pdinfo_t *, pdinfo_t *);
48 static void efipart_cdinfo_add(pdinfo_t *);
133 pdinfo_t *
137 pdinfo_t *pd = NULL; in efiblk_get_pdinfo()
150 pdinfo_t *
164 same_handle(pdinfo_t *pd, EFI_HANDLE h) in same_handle()
170 pdinfo_t *
173 pdinfo_t *dp, *pp; in efiblk_get_pdinfo_by_handle()
204 pdinfo_t *pd; in efiblk_pdinfo_count()
213 static pdinfo_t *
[all …]
H A Defizfs.c97 pdinfo_t *hd, *pd = NULL; in efi_zfs_probe()
/freebsd/stand/efi/include/
H A Defilib.h63 } pdinfo_t; typedef
66 pdinfo_t *efiblk_get_pdinfo(struct devdesc *dev);
67 pdinfo_t *efiblk_get_pdinfo_by_handle(EFI_HANDLE h);
68 pdinfo_t *efiblk_get_pdinfo_by_device_path(EFI_DEVICE_PATH *path);
/freebsd/stand/efi/loader/
H A Dmain.c222 set_currdev_pdinfo(pdinfo_t *dp) in set_currdev_pdinfo()
306 try_as_currdev(pdinfo_t *hd, pdinfo_t *pp) in try_as_currdev()
357 pdinfo_t *pp; in match_boot_info()
501 pdinfo_t *dp, *pp; in find_currdev()
606 pdinfo_t *espdp = dp; in find_currdev()
1047 pdinfo_t *dp; in parse_loader_efi_config()
1915 pdinfo_t *hd, *pd; in command_chain()