Searched refs:num_found (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c134 bit32 j, num_found = 0; local
185 num_found++;
198 SA_DBG1(("siDumpActiveIORequests: %d found active\n",num_found));
218 bit32 num_found = 0; local
237 num_found++;
241 if(num_found)
243 SA_DBG1(("siClearActiveIORequests %d found active\n",num_found));
268 bit32 j, num_found = 0; local
289 num_found++;
295 if(num_found)
319 bit32 j, num_found = 0; local
373 bit32 j, num_found = 0; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-loop.c741 int num_found = 0;
754 num_found =
761 if (num_found == -1 && errno != EINTR)
773 num_found = select (gdb_notifier.num_fds,
781 if (num_found == -1)
797 for (i = 0; (i < gdb_notifier.num_fds) && (num_found > 0); i++)
800 num_found--;
833 (file_ptr != NULL) && (num_found > 0);
848 num_found--;
739 int num_found = 0; local
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.c924 u16 num_found; local
932 num_found = 0;
965 num_found += 1;
966 if (num_found == et_entry->num_slots) {
967 start_idx = (map_idx - num_found) + 1;
974 num_found = 0;
982 num_found = 0;
987 num_found += 1;
988 if (num_found == et_entry->num_slots) {
989 start_idx = (map_idx - num_found)
[all...]
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.c885 u16 num_found; local
893 num_found = 0;
926 num_found += 1;
927 if (num_found == et_entry->num_slots) {
928 start_idx = (map_idx - num_found) + 1;
935 num_found = 0;
943 num_found = 0;
948 num_found += 1;
949 if (num_found == et_entry->num_slots) {
950 start_idx = (map_idx - num_found)
[all...]
/freebsd-11-stable/usr.sbin/i2c/
H A Di2c.c131 int len = 0, do_skip = 0, no_range = 1, num_found = 0, use_read_xfer = 0; local
221 ++num_found;
230 if (num_found == 0) {

Completed in 98 milliseconds