Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c134 bit32 j, num_found = 0; in siDumpActiveIORequests() local
185 num_found++; in siDumpActiveIORequests()
218 bit32 num_found = 0; in siClearActiveIORequests() local
237 num_found++; in siClearActiveIORequests()
241 if(num_found) in siClearActiveIORequests()
289 num_found++; in siClearActiveIORequestsOnDevice()
295 if(num_found) in siClearActiveIORequestsOnDevice()
340 num_found++; in siCountActiveIORequestsOnDevice()
350 if(num_found) in siCountActiveIORequestsOnDevice()
396 num_found++; in saCountActiveIORequests()
[all …]
/freebsd-13.1/sys/dev/mps/
H A Dmps_mapping.c886 u16 num_found; in _mapping_find_enc_map_space() local
894 num_found = 0; in _mapping_find_enc_map_space()
927 num_found += 1; in _mapping_find_enc_map_space()
928 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
936 num_found = 0; in _mapping_find_enc_map_space()
944 num_found = 0; in _mapping_find_enc_map_space()
949 num_found += 1; in _mapping_find_enc_map_space()
958 num_found = 0; in _mapping_find_enc_map_space()
1010 num_found = 0; in _mapping_find_enc_map_space()
1015 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/freebsd-13.1/sys/dev/mpr/
H A Dmpr_mapping.c924 u16 num_found; in _mapping_find_enc_map_space() local
932 num_found = 0; in _mapping_find_enc_map_space()
965 num_found += 1; in _mapping_find_enc_map_space()
966 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
974 num_found = 0; in _mapping_find_enc_map_space()
982 num_found = 0; in _mapping_find_enc_map_space()
987 num_found += 1; in _mapping_find_enc_map_space()
996 num_found = 0; in _mapping_find_enc_map_space()
1048 num_found = 0; in _mapping_find_enc_map_space()
1053 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/freebsd-13.1/usr.sbin/i2c/
H A Di2c.c131 int len = 0, do_skip = 0, no_range = 1, num_found = 0, use_read_xfer = 0; in scan_bus() local
221 ++num_found; in scan_bus()
230 if (num_found == 0) { in scan_bus()