Home
last modified time | relevance | path

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.c323 tail->nc_next = listp; in getconfiglist()
593 for (p = *listpp; p != NULL; p = p->nc_next) { in remove_config()
599 *listpp = prev->nc_next; in remove_config()
601 prev->nc_next = p->nc_next; in remove_config()
611 for (*tail = prev; (*tail)->nc_next != NULL; *tail = (*tail)->nc_next) in remove_config()
649 next = (*listpp)->nc_next; in nfsl_freeconfig_list()
675 for (p = *listpp; p != NULL; p = p->nc_next) { in findconfig()
682 *listpp = prev->nc_next; in findconfig()
684 prev->nc_next = p->nc_next; in findconfig()
708 for (; listp != NULL; listp = listp->nc_next) in getlastconfig()
[all …]
H A Dnfslog_config.h78 struct nfsl_config *nc_next; member
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c71 for (node = ss->nx_nodeq; node; node = node->nc_next) { in eibnx_cleanup_port_nodes()
76 ss->nx_nodeq = node->nc_next; in eibnx_cleanup_port_nodes()
78 prev->nc_next = node->nc_next; in eibnx_cleanup_port_nodes()
H A Denx_hdlrs.c534 ss->nx_nodeq = node->nc_next; in eibnx_create_eoib_node()
535 node->nc_next = NULL; in eibnx_create_eoib_node()
553 ss->nx_nodeq = node->nc_next; in eibnx_create_eoib_node()
554 node->nc_next = NULL; in eibnx_create_eoib_node()
H A Denx_q.c639 new_node->nc_next = ss->nx_nodeq; in eibnx_queue_for_creation()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c644 for (clp = listp; clp != NULL; clp = clp->nc_next) { in cycle_logs()
900 for (; clp != NULL; clp = clp->nc_next) { in transactions_timeout()
916 for (; clp != NULL; clp = clp->nc_next) { in close_all_translogs()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h373 struct eibnx_nodeq_s *nc_next; member