Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c133 bit32 j, num_found = 0; in siDumpActiveIORequests() local
184 num_found++; in siDumpActiveIORequests()
217 bit32 num_found = 0; in siClearActiveIORequests() local
236 num_found++; in siClearActiveIORequests()
240 if(num_found) in siClearActiveIORequests()
288 num_found++; in siClearActiveIORequestsOnDevice()
294 if(num_found) in siClearActiveIORequestsOnDevice()
339 num_found++; in siCountActiveIORequestsOnDevice()
349 if(num_found) in siCountActiveIORequestsOnDevice()
395 num_found++; in saCountActiveIORequests()
[all …]
/freebsd-14.2/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()
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()
956 num_found = 0; in _mapping_find_enc_map_space()
1008 num_found = 0; in _mapping_find_enc_map_space()
1013 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/freebsd-14.2/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()
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()
994 num_found = 0; in _mapping_find_enc_map_space()
1046 num_found = 0; in _mapping_find_enc_map_space()
1051 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/freebsd-14.2/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()