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

/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/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...]

Completed in 49 milliseconds