Home
last modified time | relevance | path

Searched defs:pdinfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/efi/include/
H A Defilib.h50 typedef struct pdinfo struct
53 pdinfo_list_t pd_part; /* list of partitions */ argument
61 struct pdinfo *pd_parent; /* Linked items (eg partitions) */ argument
63 } pdinfo_t; argument
/freebsd/stand/efi/libefi/
H A Defipart.c118 static pdinfo_list_t pdinfo = STAILQ_HEAD_INITIALIZER(pdinfo); variable
/freebsd/sys/dev/pci/
H A Dpci_pci.c2713 struct pci_devinfo *pdinfo; in pcib_reset_child() local