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

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c86 boolean_t num_found = B_FALSE; local
92 num_found = B_TRUE;
98 if (!num_found || (begin != end))
109 boolean_t num_found = B_FALSE; local
115 num_found = B_TRUE;
121 if (!num_found || (begin != end))
132 boolean_t num_found = B_FALSE; local
138 num_found = B_TRUE;
144 if (!num_found || (begin != end))
155 boolean_t num_found local
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dba_table.c88 int num_found = 0; local
98 if ((num_found = ipgpc_mark_found(bataid->info.mask,
102 return (num_found);
118 num_found += ret; /* increment num_found */
121 return (num_found);
H A Dtrie.c706 int num_found = 0; local
716 return (num_found);
727 return (num_found); /* search is done */
743 num_found += ret; /* increment num_found */
757 return (num_found);
767 num_found += ret; /* increment num_found */
770 return (num_found);
783 int num_found local
[all...]
H A Dtable.c157 int num_found = 0; local
167 if ((num_found = ipgpc_mark_found(taid->info.mask,
173 return (num_found);
H A Dfilters.c2502 int num_found = 0; local
2509 num_found = ba_retrieve(&ipgpc_ds_table_id, (uint8_t)key,
2512 if ((num_found == 0) &&
2523 num_found = ht_retrieve(taid, key, fid_table);
2525 if ((num_found == 0) && (taid->stats.num_dontcare == 0)) {
2536 num_found = t_retrieve(tid, key, fid_table);
2538 if ((num_found == 0) && (tid->stats.num_dontcare == 0)) {
2542 if (num_found == -1) { /* num_found == -1 if memory error */
2558 int num_found local
2637 int num_found = 0; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dsnarf.c94 int num_found = 0; local
104 num_found++;
108 return (num_found);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c131 CK_ULONG num_found = 0; local
181 num_found++;
183 if (list && *listsize >= num_found) {
184 list[num_found - 1] = mechlist[i].type;
190 if (num_found > *listsize)
193 *listsize = num_found;
221 unsigned long index, num_found = 0; local
250 num_found++;
251 (mech_support_info->supporting_slots)[num_found - 1]
258 if (num_found
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c120 uint_t num_found = 0; local
168 num_found++;
170 if (num_found > 0 && (num_cpus - num_found) < (uint_t)min_cpus) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c718 int num_found = 0; local
832 num_found++;
835 return (num_found);
857 int num_found = 0; local
931 num_found++;
934 return (num_found);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c46 boolean_t num_found = B_FALSE; local
52 if (num_found)
57 num_found = B_TRUE;
63 if (!num_found)
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2560 uint_t num_found; local
2588 num_found = length / sizeof (sa_service_record_t);
2590 if (num_found)
2592 "Found %d matching Service Records.", num_found);
2595 if ((results_p != NULL) && (num_found > 0)) {
2598 for (i = 0; i < num_found; i++) {
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1825 int i, num_found = 0; local
1902 num_found++;
1913 num_found++;
1933 num_found++;

Completed in 105 milliseconds