Searched defs:ib_ino_pil_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h39 typedef struct ib_ino_pil ib_ino_pil_t; typedef in typeref:struct:ib_ino_pil
115 ib_ino_pil_t *ih_ipil_p; /* only for use by kstat */
132 ib_ino_pil_t *ipil_next_p; /* pointer to next ib_ino_pil_t */
151 ushort_t ino_ipil_size; /* number of ib_ino_pil_t sharing ino */
154 ib_ino_pil_t *ino_ipil_p; /* pointer to first ib_ino_pil_t */
206 extern ib_ino_pil_t *ib_new_ino_pil(ib_t *ib_p, ib_ino_t ino_num, uint_t pil,
208 extern void ib_delete_ino_pil(ib_t *ib_p, ib_ino_pil_t *ipil_p);
210 extern ib_ino_pil_t *ib_ino_locate_ipi
[all...]

Completed in 58 milliseconds