Searched refs:px_ino_t (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.h36 typedef struct px_ino px_ino_t; typedef in typeref:struct:px_ino
48 px_ino_t *ib_ino_lst; /* ino link list */
96 px_ino_t *ipil_ino_p; /* pointer to px_ino_t structure */
117 px_ino_t *ino_next_p; /* pointer to next px_ino_t */
139 extern px_ino_t *px_ib_locate_ino(px_ib_t *ib_p, devino_t ino_num);
142 extern px_ino_pil_t *px_ib_ino_locate_ipil(px_ino_t *ino_p, uint_t pil);
143 extern px_ino_t *px_ib_alloc_ino(px_ib_t *ib_p, devino_t ino_num);
H A Dpx_ib.c73 ib_p->ib_ino_lst = (px_ino_t *)NULL;
297 px_ino_t *ino_p;
443 * Locate px_ino_t structure on ib_p->ib_ino_lst according to ino#
446 px_ino_t *
449 px_ino_t *ino_p = ib_p->ib_ino_lst;
459 px_ino_t *
463 px_ino_t *ino_p;
469 ino_p = kmem_zalloc(sizeof (px_ino_t), KM_SLEEP);
488 px_ino_t *ino_p;
516 px_ino_t *ino_
[all...]
H A Dpx_intr.c73 px_ino_t *ino_p = ipil_p->ipil_ino_p;
147 px_ino_t *ino_p = ipil_p->ipil_ino_p;
249 px_ino_t *ino_p = ipil_p->ipil_ino_p;
850 px_ino_t *ino_p = ipil_p->ipil_ino_p;
948 px_ino_t *ino_p;
1103 px_ino_t *ino_p;
1137 kmem_free(ino_p, sizeof (px_ino_t));
1163 px_ino_t *ino_p;
1308 px_ino_t *ino_p;
H A Dpx_msiq.c233 px_ino_t *ino_p;
329 px_ino_t *ino_p;
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c359 px_ino_t ino;
372 /* Read in px_ino_t structure at address */
373 if (mdb_vread(&ino, sizeof (px_ino_t),
454 } while ((ino.ino_next_p != NULL) && (mdb_vread(&ino, sizeof (px_ino_t),
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c409 px_ino_t *ino_p;
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c2383 px_ino_t *ce_ino_p, *nf_ino_p, *f_ino_p;

Completed in 180 milliseconds