| /src/sys/dev/raidframe/ |
| rf_sstf.h | 51 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp); 54 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp); 57 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
|
| rf_cvscan.h | 75 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
|
| rf_sstf.c | 244 RF_AllocListElem_t *cl_list, 249 sstfq = RF_MallocAndAdd(sizeof(*sstfq), cl_list); 258 RF_AllocListElem_t *cl_list, 263 scanq = RF_MallocAndAdd(sizeof(*scanq), cl_list); 272 RF_AllocListElem_t *cl_list, 277 cscanq = RF_MallocAndAdd(sizeof(*cscanq), cl_list);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_changelist.c | 81 uu_list_t *cl_list; member in struct:prop_changelist 107 for (cn = uu_list_first(clp->cl_list); cn != NULL; 108 cn = uu_list_next(clp->cl_list, cn)) { 177 if ((cn = uu_list_last(clp->cl_list)) == NULL) 202 for (cn = uu_list_last(clp->cl_list); cn != NULL; 203 cn = uu_list_prev(clp->cl_list, cn)) { 302 for (cn = uu_list_first(clp->cl_list); cn != NULL; 303 cn = uu_list_next(clp->cl_list, cn)) { 337 for (cn = uu_list_first(clp->cl_list); cn != NULL; 338 cn = uu_list_next(clp->cl_list, cn)) [all...] |
| /src/usr.sbin/tcpdchk/ |
| tcpdchk.c | 214 char *cl_list; /* becomes list of requests */ local 231 if ((cl_list = split_at(sv_list, ':')) == 0) { 235 sh_cmd = split_at(cl_list, ':'); 246 print_list("clients: ", cl_list); 247 check_client_list(cl_list);
|
| /src/lib/libwrap/ |
| hosts_access.c | 174 char *cl_list; /* becomes list of clients */ local 196 if ((cl_list = split_at(sv_list, ':')) == 0) { 200 sh_cmd = split_at(cl_list, ':'); 202 && list_match(cl_list, request, client_match);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| symbol.cc | 3989 cl->next = ns->cl_list; 3990 ns->cl_list = cl; 4062 gfc_free_charlen (ns->cl_list, NULL);
|
| gfortran.h | 2121 gfc_charlen *cl_list; member in struct:gfc_namespace
|
| resolve.cc | 11809 tmp_ptr_expr->ts.u.cl->next = gfc_current_ns->cl_list; 11810 gfc_current_ns->cl_list = tmp_ptr_expr->ts.u.cl; 17553 for (cl = ns->cl_list; cl; cl = cl->next)
|