Home
last modified time | relevance | path

Searched refs:cl_list (Results 1 – 6 of 6) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_changelist.c80 uu_list_t *cl_list; member
106 for (cn = uu_list_first(clp->cl_list); cn != NULL; in changelist_prefix()
107 cn = uu_list_next(clp->cl_list, cn)) { in changelist_prefix()
173 if ((cn = uu_list_last(clp->cl_list)) == NULL) in changelist_postfix()
198 for (cn = uu_list_last(clp->cl_list); cn != NULL; in changelist_postfix()
199 cn = uu_list_prev(clp->cl_list, cn)) { in changelist_postfix()
298 for (cn = uu_list_first(clp->cl_list); cn != NULL; in changelist_rename()
299 cn = uu_list_next(clp->cl_list, cn)) { in changelist_rename()
333 for (cn = uu_list_first(clp->cl_list); cn != NULL; in changelist_unshare()
334 cn = uu_list_next(clp->cl_list, cn)) { in changelist_unshare()
[all …]
/NextBSD/contrib/tcp_wrappers/
HDtcpdchk.c205 char *cl_list; /* becomes list of requests */ local
223 if ((cl_list = split_at(sv_list, ':')) == 0) {
227 sh_cmd = split_at(cl_list, ':');
238 print_list("clients: ", cl_list);
239 check_client_list(cl_list);
HDhosts_access.c153 char *cl_list; /* becomes list of clients */ local
185 if ((cl_list = split_at(sv_list, ':')) == 0) {
189 sh_cmd = split_at(cl_list, ':');
191 && list_match(cl_list, request, client_match);
/NextBSD/contrib/ofed/management/opensm/complib/
HDMakefile.am24 cl_list.c cl_log.c cl_map.c \
50 $(srcdir)/../include/complib/cl_list.h \
/NextBSD/contrib/ofed/usr.lib/libosmcomp/
HDMakefile14 SRCS= cl_complib.c cl_dispatcher.c cl_event.c cl_event_wheel.c cl_list.c
/NextBSD/contrib/ofed/include/infiniband/
HDMakefile32 COMPLIBINCS+= ${COMPLIB}/cl_list.h ${COMPLIB}/cl_log.h