Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsautil.c134 bit32 j, num_found = 0; in siDumpActiveIORequests() local
185 num_found++; in siDumpActiveIORequests()
198 SA_DBG1(("siDumpActiveIORequests: %d found active\n",num_found)); in siDumpActiveIORequests()
218 bit32 num_found = 0; in siClearActiveIORequests() local
237 num_found++; in siClearActiveIORequests()
241 if(num_found) in siClearActiveIORequests()
243 SA_DBG1(("siClearActiveIORequests %d found active\n",num_found)); in siClearActiveIORequests()
268 bit32 j, num_found = 0; in siClearActiveIORequestsOnDevice() local
289 num_found++; in siClearActiveIORequestsOnDevice()
295 if(num_found) in siClearActiveIORequestsOnDevice()
[all …]
/NextBSD/contrib/gdb/gdb/
HDevent-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()
/NextBSD/sys/dev/mpr/
HDmpr_mapping.c755 u16 num_found; in _mapping_find_enc_map_space() local
763 num_found = 0; in _mapping_find_enc_map_space()
781 num_found += 1; in _mapping_find_enc_map_space()
782 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
783 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
787 num_found = 0; in _mapping_find_enc_map_space()
793 num_found += 1; in _mapping_find_enc_map_space()
794 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
795 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
799 num_found = 0; in _mapping_find_enc_map_space()
[all …]
/NextBSD/sys/dev/mps/
HDmps_mapping.c755 u16 num_found; in _mapping_find_enc_map_space() local
763 num_found = 0; in _mapping_find_enc_map_space()
781 num_found += 1; in _mapping_find_enc_map_space()
782 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
783 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
787 num_found = 0; in _mapping_find_enc_map_space()
793 num_found += 1; in _mapping_find_enc_map_space()
794 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
795 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
799 num_found = 0; in _mapping_find_enc_map_space()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1797 size_t num_found = m_images.FindModules (module_spec_copy, found_modules); in GetSharedModule() local
1798 if (num_found == 1) in GetSharedModule()