Home
last modified time | relevance | path

Searched refs:num_found (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c133 bit32 j, num_found = 0; in siDumpActiveIORequests() local
184 num_found++; in siDumpActiveIORequests()
197 SA_DBG1(("siDumpActiveIORequests: %d found active\n",num_found)); in siDumpActiveIORequests()
217 bit32 num_found = 0; in siClearActiveIORequests() local
236 num_found++; in siClearActiveIORequests()
240 if(num_found) in siClearActiveIORequests()
242 SA_DBG1(("siClearActiveIORequests %d found active\n",num_found)); in siClearActiveIORequests()
267 bit32 j, num_found = 0; in siClearActiveIORequestsOnDevice() local
288 num_found++; in siClearActiveIORequestsOnDevice()
294 if(num_found) in siClearActiveIORequestsOnDevice()
[all …]
/freebsd/sys/dev/mps/
H A Dmps_mapping.c884 u16 num_found; in _mapping_find_enc_map_space() local
892 num_found = 0; in _mapping_find_enc_map_space()
925 num_found += 1; in _mapping_find_enc_map_space()
926 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
927 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
934 num_found = 0; in _mapping_find_enc_map_space()
942 num_found = 0; in _mapping_find_enc_map_space()
947 num_found += 1; in _mapping_find_enc_map_space()
948 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
949 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
[all …]
/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c922 u16 num_found; in _mapping_find_enc_map_space() local
930 num_found = 0; in _mapping_find_enc_map_space()
963 num_found += 1; in _mapping_find_enc_map_space()
964 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
965 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
972 num_found = 0; in _mapping_find_enc_map_space()
980 num_found = 0; in _mapping_find_enc_map_space()
985 num_found += 1; in _mapping_find_enc_map_space()
986 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
987 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
[all …]
/freebsd/usr.sbin/i2c/
H A Di2c.c215 int num_found = 0, use_read_xfer; in scan_bus() local
251 if (!num_found++ && verbose) { in scan_bus()
260 if (num_found > 0) in scan_bus()
267 if (num_found == 0 && verbose) in scan_bus()