Searched refs:ip_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c143 struct ip_cache *ip_next; /* next cached resource */ member in struct:ip_cache
250 cache_head.ip_next = &cache_tail;
253 cache_tail.ip_next = NULL;
354 probe = cache_head.ip_next;
364 probe = cache_head.ip_next;
971 probe = cache_head.ip_next;
979 probe = probe->ip_next;
1026 node->ip_next = cache_head.ip_next;
1029 node->ip_next
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h173 dcopy_cmd_t ip_next; member in struct:ioat_cmd_private_s
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c851 cmd = currpriv->ip_next;
916 priv->ip_next = oldcmd;
918 priv->ip_next = NULL;
946 next = priv->ip_next;

Completed in 50 milliseconds