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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h49 typedef struct ib ib_t; typedef in typeref:struct:ib
142 ib_t *ino_ib_p; /* link back to interrupt block state */
197 extern void ib_configure(ib_t *ib_p);
200 extern void ib_intr_disable(ib_t *ib_p, ib_ino_t ino, int wait);
201 extern void ib_nintr_clear(ib_t *ib_p, ib_ino_t ino);
202 extern void ib_suspend(ib_t *ib_p);
203 extern void ib_resume(ib_t *ib_p);
205 extern ib_ino_info_t *ib_locate_ino(ib_t *ib_p, ib_ino_t ino_num);
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_
[all...]

Completed in 59 milliseconds