HomeSort by: relevance | last modified time | path
    Searched refs:cl_list (Results 1 - 5 of 5) sorted by relevancy

  /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/usr.sbin/tcpdchk/
tcpdchk.c 214 char *cl_list; /* becomes list of requests */ local in function:parse_table
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 in function:table_match
196 if ((cl_list = split_at(sv_list, ':')) == 0) {
200 sh_cmd = split_at(cl_list, ':');
202 && list_match(cl_list, request, client_match);

Completed in 15 milliseconds