Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/gdb/gdb/
H A Devent-loop.c739 int num_found = 0; in gdb_wait_for_event() local
752 num_found = in gdb_wait_for_event()
759 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()
771 num_found = select (gdb_notifier.num_fds, in gdb_wait_for_event()
779 if (num_found == -1) in gdb_wait_for_event()
795 for (i = 0; (i < gdb_notifier.num_fds) && (num_found > 0); i++) in gdb_wait_for_event()
798 num_found--; in gdb_wait_for_event()
831 (file_ptr != NULL) && (num_found > 0); in gdb_wait_for_event()
846 num_found--; in gdb_wait_for_event()
/freebsd-12.1/sys/dev/mps/
H A Dmps_mapping.c887 u16 num_found; in _mapping_find_enc_map_space() local
895 num_found = 0; in _mapping_find_enc_map_space()
928 num_found += 1; in _mapping_find_enc_map_space()
929 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
937 num_found = 0; in _mapping_find_enc_map_space()
945 num_found = 0; in _mapping_find_enc_map_space()
950 num_found += 1; in _mapping_find_enc_map_space()
959 num_found = 0; in _mapping_find_enc_map_space()
1011 num_found = 0; in _mapping_find_enc_map_space()
1016 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/freebsd-12.1/sys/dev/mpr/
H A Dmpr_mapping.c925 u16 num_found; in _mapping_find_enc_map_space() local
933 num_found = 0; in _mapping_find_enc_map_space()
966 num_found += 1; in _mapping_find_enc_map_space()
967 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
975 num_found = 0; in _mapping_find_enc_map_space()
983 num_found = 0; in _mapping_find_enc_map_space()
988 num_found += 1; in _mapping_find_enc_map_space()
997 num_found = 0; in _mapping_find_enc_map_space()
1049 num_found = 0; in _mapping_find_enc_map_space()
1054 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/freebsd-12.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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2097 size_t num_found = in GetSharedModule() local
2099 if (num_found == 1) { in GetSharedModule()