Searched defs:pdinfo (Results 1 – 3 of 3) sorted by relevance
50 typedef struct pdinfo struct53 pdinfo_list_t pd_part; /* list of partitions */ argument61 struct pdinfo *pd_parent; /* Linked items (eg partitions) */ argument63 } pdinfo_t; argument
118 static pdinfo_list_t pdinfo = STAILQ_HEAD_INITIALIZER(pdinfo); variable
2713 struct pci_devinfo *pdinfo; in pcib_reset_child() local