Searched refs:cl_list (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c80 uu_list_t *cl_list; member in struct:prop_changelist
106 for (cn = uu_list_first(clp->cl_list); cn != NULL;
107 cn = uu_list_next(clp->cl_list, cn)) {
173 if ((cn = uu_list_last(clp->cl_list)) == NULL)
198 for (cn = uu_list_last(clp->cl_list); cn != NULL;
199 cn = uu_list_prev(clp->cl_list, cn)) {
298 for (cn = uu_list_first(clp->cl_list); cn != NULL;
299 cn = uu_list_next(clp->cl_list, cn)) {
333 for (cn = uu_list_first(clp->cl_list); cn != NULL;
334 cn = uu_list_next(clp->cl_list, c
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_pkt_randomizer.h50 #include <complib/cl_list.h>
/freebsd-10.0-release/contrib/ofed/usr.lib/libosmcomp/
H A DMakefile14 SRCS= cl_complib.c cl_dispatcher.c cl_event.c cl_event_wheel.c cl_list.c
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_db.h44 #include <complib/cl_list.h>
H A Dosm_qos_policy.h48 #include <complib/cl_list.h>
H A Dosm_subnet.h51 #include <complib/cl_list.h>
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dtcpdchk.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);
H A Dhosts_access.c147 char *cl_list; /* becomes list of clients */ local
179 if ((cl_list = split_at(sv_list, ':')) == 0) {
183 sh_cmd = split_at(cl_list, ':');
185 && list_match(cl_list, request, client_match);
/freebsd-10.0-release/contrib/ofed/include/infiniband/
H A DMakefile32 COMPLIBINCS+= ${COMPLIB}/cl_list.h ${COMPLIB}/cl_log.h
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_list.c47 #include <complib/cl_list.h>
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c51 #include <complib/cl_list.h>
250 "Could not add MGID to cl_list\n");

Completed in 104 milliseconds