Searched refs:ih_next (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dudp_var.h25 #define ui_next ui_i.ih_next
H A Dip_var.h30 uint32_t ih_next, ih_prev; member in struct:ipovly
32 caddr_t ih_next, ih_prev; /* for protocol sequence q's */
H A Dtcpip.h25 #define ti_next ti_i.ih_next
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c328 i++, ih_lst = ih_lst->ih_next) {
355 i++, ih_lst = ih_lst->ih_next) {
456 ih_p->ih_next = ih_p;
549 ih_p->ih_next = ino_p->pino_ih_head;
550 ino_p->pino_ih_tail->ih_next = ih_p;
661 for (i = 0; (i < ino_p->pino_ih_size) && (ih_lst->ih_next != ih_p);
662 i++, ih_lst = ih_lst->ih_next)
664 if (ih_lst->ih_next != ih_p) {
669 ih_lst->ih_next = ih_p->ih_next;
[all...]
H A Dpcmu_intr.c98 for (i = 0; i < ino_p->pino_ih_size; i++, ih_p = ih_p->ih_next) {
136 for (i = 0; i < ino_p->pino_ih_size; i++, ih_p = ih_p->ih_next) {
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c330 ih_lst = ih_lst->ih_next) {
383 ih_lst = ih_lst->ih_next) {
495 ih_p->ih_next = ih_p;
654 ih_p->ih_next = ipil_p->ipil_ih_head;
655 ipil_p->ipil_ih_tail->ih_next = ih_p;
729 (ih_lst->ih_next != ih_p); i++, ih_lst = ih_lst->ih_next)
732 if (ih_lst->ih_next != ih_p)
736 ih_lst->ih_next = ih_p->ih_next;
[all...]
H A Dpx_ib.h71 px_ih_t *ih_next; /* Next entry in list */ member in struct:px_ih
H A Dpx_intr.c106 i < ipil_p->ipil_ih_size; i++, ih_p = ih_p->ih_next)
159 for (i = 0; i < ipil_p->ipil_ih_size; i++, ih_p = ih_p->ih_next) {
353 ih_p = ih_p->ih_next, j++)
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ib.c382 ih_lst = ih_lst->ih_next) {
419 ih_lst = ih_lst->ih_next) {
559 ih_p->ih_next = ih_p;
692 ih_p->ih_next = ipil_p->ipil_ih_head;
693 ipil_p->ipil_ih_tail->ih_next = ih_p;
786 (i < ipil_p->ipil_ih_size) && (ih_lst->ih_next != ih_p);
787 i++, ih_lst = ih_lst->ih_next)
789 if (ih_lst->ih_next != ih_p)
793 ih_lst->ih_next = ih_p->ih_next;
[all...]
H A Dpci_intr.c258 for (i = 0; i < ipil_p->ipil_ih_size; i++, ih_p = ih_p->ih_next)
300 for (i = 0; i < ipil_p->ipil_ih_size; i++, ih_p = ih_p->ih_next) {
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_var.h74 struct niumx_ih *ih_next; /* next in the chain */ member in struct:niumx_ih
/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_ib.h51 struct ih *ih_next; /* next entry in list */ member in struct:ih
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c344 (uintptr_t)ih.ih_next);
446 (uintptr_t)ih.ih_next);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h111 struct ih *ih_next; /* next entry in list */ member in struct:ih

Completed in 128 milliseconds