Home
last modified time | relevance | path

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

/src/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 …]
/src/sys/dev/mps/
H A Dmps_mapping.c883 u16 num_found; in _mapping_find_enc_map_space() local
891 num_found = 0; in _mapping_find_enc_map_space()
924 num_found += 1; in _mapping_find_enc_map_space()
925 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
926 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
933 num_found = 0; in _mapping_find_enc_map_space()
941 num_found = 0; in _mapping_find_enc_map_space()
946 num_found += 1; in _mapping_find_enc_map_space()
947 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
948 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
[all …]
/src/sys/dev/mpr/
H A Dmpr_mapping.c921 u16 num_found; in _mapping_find_enc_map_space() local
929 num_found = 0; in _mapping_find_enc_map_space()
962 num_found += 1; in _mapping_find_enc_map_space()
963 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
964 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
971 num_found = 0; in _mapping_find_enc_map_space()
979 num_found = 0; in _mapping_find_enc_map_space()
984 num_found += 1; in _mapping_find_enc_map_space()
985 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
986 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
[all …]
/src/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()