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

/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c133 bit32 j, num_found = 0; local
184 num_found++;
197 SA_DBG1(("siDumpActiveIORequests: %d found active\n",num_found));
217 bit32 num_found = 0; local
236 num_found++;
240 if(num_found)
242 SA_DBG1(("siClearActiveIORequests %d found active\n",num_found));
267 bit32 j, num_found = 0; local
288 num_found++;
294 if(num_found)
318 bit32 j, num_found = 0; local
372 bit32 j, num_found = 0; local
[all...]
/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c884 u16 num_found; local
892 num_found = 0;
925 num_found += 1;
926 if (num_found == et_entry->num_slots) {
927 start_idx = (map_idx - num_found) + 1;
934 num_found = 0;
942 num_found = 0;
947 num_found += 1;
948 if (num_found == et_entry->num_slots) {
949 start_idx = (map_idx - num_found)
[all...]
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c922 u16 num_found; local
930 num_found = 0;
963 num_found += 1;
964 if (num_found == et_entry->num_slots) {
965 start_idx = (map_idx - num_found) + 1;
972 num_found = 0;
980 num_found = 0;
985 num_found += 1;
986 if (num_found == et_entry->num_slots) {
987 start_idx = (map_idx - num_found)
[all...]
/freebsd-current/usr.sbin/i2c/
H A Di2c.c215 int num_found = 0, use_read_xfer; local
251 if (!num_found++ && verbose) {
260 if (num_found > 0)
267 if (num_found == 0 && verbose)

Completed in 205 milliseconds