Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c321 tail->nc_next = listp; in getconfiglist()
581 for (p = *listpp; p != NULL; p = p->nc_next) { in remove_config()
587 *listpp = prev->nc_next; in remove_config()
589 prev->nc_next = p->nc_next; in remove_config()
599 for (*tail = prev; (*tail)->nc_next != NULL; *tail = (*tail)->nc_next) in remove_config()
637 next = (*listpp)->nc_next; in nfsl_freeconfig_list()
663 for (p = *listpp; p != NULL; p = p->nc_next) { in findconfig()
670 *listpp = prev->nc_next; in findconfig()
672 prev->nc_next = p->nc_next; in findconfig()
696 for (; listp != NULL; listp = listp->nc_next) in getlastconfig()
[all …]
H A Dnfslog_config.h80 struct nfsl_config *nc_next; member
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c67 for (node = ss->nx_nodeq; node; node = node->nc_next) { in eibnx_cleanup_port_nodes()
72 ss->nx_nodeq = node->nc_next; in eibnx_cleanup_port_nodes()
74 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()
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c646 for (clp = listp; clp != NULL; clp = clp->nc_next) { in cycle_logs()
902 for (; clp != NULL; clp = clp->nc_next) { in transactions_timeout()
918 for (; clp != NULL; clp = clp->nc_next) { in close_all_translogs()
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h369 struct eibnx_nodeq_s *nc_next; member