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

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_sstf.h51 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);
H A Drf_cvscan.h75 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
H A Drf_sstf.c244 RF_AllocListElem_t *cl_list,
249 RF_MallocAndAdd(sstfq, sizeof(RF_Sstf_t), (RF_Sstf_t *), cl_list);
258 RF_AllocListElem_t *cl_list,
263 RF_MallocAndAdd(scanq, sizeof(RF_Sstf_t), (RF_Sstf_t *), cl_list);
272 RF_AllocListElem_t *cl_list,
277 RF_MallocAndAdd(cscanq, sizeof(RF_Sstf_t), (RF_Sstf_t *), cl_list);
242 rf_SstfCreate( RF_SectorCount_t sect_per_disk, RF_AllocListElem_t *cl_list, RF_ShutdownList_t **listp) argument
256 rf_ScanCreate( RF_SectorCount_t sect_per_disk, RF_AllocListElem_t *cl_list, RF_ShutdownList_t **listp) argument
270 rf_CscanCreate( RF_SectorCount_t sect_per_disk, RF_AllocListElem_t *cl_list, RF_ShutdownList_t **listp) argument
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c77 uu_list_t *cl_list; member in struct:prop_changelist
103 for (cn = uu_list_first(clp->cl_list); cn != NULL;
104 cn = uu_list_next(clp->cl_list, cn)) {
183 if ((cn = uu_list_last(clp->cl_list)) == NULL)
206 for (cn = uu_list_last(clp->cl_list); cn != NULL;
207 cn = uu_list_prev(clp->cl_list, cn)) {
321 for (cn = uu_list_first(clp->cl_list); cn != NULL;
322 cn = uu_list_next(clp->cl_list, cn)) {
356 for (cn = uu_list_first(clp->cl_list); cn != NULL;
357 cn = uu_list_next(clp->cl_list, c
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dtcpdchk.c217 char *cl_list; /* becomes list of requests */ local
239 if ((cl_list = split_at(sv_list, ':')) == 0) {
243 sh_cmd = split_at(cl_list, ':');
254 print_list("clients: ", cl_list);
255 check_client_list(cl_list);
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c148 char *cl_list; /* becomes list of clients */ local
170 if ((cl_list = split_at(sv_list, ':')) == 0) {
174 sh_cmd = split_at(cl_list, ':');
176 && list_match(cl_list, request, client_match);

Completed in 82 milliseconds