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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.h80 struct nfsl_config *nc_next; member in struct:nfsl_config
H A Dnfslog_config.c321 tail->nc_next = listp;
400 * and 'nc_next').
581 for (p = *listpp; p != NULL; p = p->nc_next) {
587 *listpp = prev->nc_next;
589 prev->nc_next = p->nc_next;
599 for (*tail = prev; (*tail)->nc_next != NULL; *tail = (*tail)->nc_next)
637 next = (*listpp)->nc_next;
663 for (p = *listpp; p != NULL; p = p->nc_next) {
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c67 for (node = ss->nx_nodeq; node; node = node->nc_next) {
72 ss->nx_nodeq = node->nc_next;
74 prev->nc_next = node->nc_next;
H A Denx_hdlrs.c534 ss->nx_nodeq = node->nc_next;
535 node->nc_next = NULL;
553 ss->nx_nodeq = node->nc_next;
554 node->nc_next = NULL;
H A Denx_q.c639 new_node->nc_next = ss->nx_nodeq;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c646 for (clp = listp; clp != NULL; clp = clp->nc_next) {
902 for (; clp != NULL; clp = clp->nc_next) {
918 for (; clp != NULL; clp = clp->nc_next) {
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h369 struct eibnx_nodeq_s *nc_next; member in struct:eibnx_nodeq_s

Completed in 53 milliseconds