Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c84 boolean_t num_found = B_FALSE; in commp_atoi() local
90 num_found = B_TRUE; in commp_atoi()
96 if (!num_found || (begin != end)) in commp_atoi()
107 boolean_t num_found = B_FALSE; in commp_strtoull() local
113 num_found = B_TRUE; in commp_strtoull()
119 if (!num_found || (begin != end)) in commp_strtoull()
130 boolean_t num_found = B_FALSE; in commp_strtoub() local
136 num_found = B_TRUE; in commp_strtoub()
142 if (!num_found || (begin != end)) in commp_strtoub()
153 boolean_t num_found = B_FALSE; in commp_atoui() local
[all …]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dba_table.c86 int num_found = 0; in ba_retrieve() local
96 if ((num_found = ipgpc_mark_found(bataid->info.mask, in ba_retrieve()
100 return (num_found); in ba_retrieve()
116 num_found += ret; /* increment num_found */ in ba_retrieve()
119 return (num_found); in ba_retrieve()
H A Dtrie.c704 int num_found = 0; in t_retrieve() local
714 return (num_found); in t_retrieve()
725 return (num_found); /* search is done */ in t_retrieve()
741 num_found += ret; /* increment num_found */ in t_retrieve()
755 return (num_found); in t_retrieve()
765 num_found += ret; /* increment num_found */ in t_retrieve()
768 return (num_found); in t_retrieve()
781 int num_found = 0; in t_retrieve6() local
792 return (num_found); in t_retrieve6()
817 return (num_found); in t_retrieve6()
[all …]
H A Dtable.c155 int num_found = 0; in ht_retrieve() local
165 if ((num_found = ipgpc_mark_found(taid->info.mask, in ht_retrieve()
171 return (num_found); in ht_retrieve()
H A Dfilters.c2502 int num_found = 0; in ipgpc_findfilters() local
2509 num_found = ba_retrieve(&ipgpc_ds_table_id, (uint8_t)key, in ipgpc_findfilters()
2512 if ((num_found == 0) && in ipgpc_findfilters()
2523 num_found = ht_retrieve(taid, key, fid_table); in ipgpc_findfilters()
2536 num_found = t_retrieve(tid, key, fid_table); in ipgpc_findfilters()
2558 int num_found = 0; in ipgpc_findfilters6() local
2565 num_found = t_retrieve6(tid, key, fid_table); in ipgpc_findfilters6()
2567 if ((num_found == 0) && (tid->stats.num_dontcare == 0)) { in ipgpc_findfilters6()
2637 int num_found = 0; in ipgpc_mark_found() local
2646 ++num_found; in ipgpc_mark_found()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c129 CK_ULONG num_found = 0; in meta_mechManager_get_mechs() local
179 num_found++; in meta_mechManager_get_mechs()
181 if (list && *listsize >= num_found) { in meta_mechManager_get_mechs()
182 list[num_found - 1] = mechlist[i].type; in meta_mechManager_get_mechs()
188 if (num_found > *listsize) in meta_mechManager_get_mechs()
191 *listsize = num_found; in meta_mechManager_get_mechs()
219 unsigned long index, num_found = 0; in meta_mechManager_get_slots() local
248 num_found++; in meta_mechManager_get_slots()
249 (mech_support_info->supporting_slots)[num_found - 1] in meta_mechManager_get_slots()
256 if (num_found == 0) { in meta_mechManager_get_slots()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c120 uint_t num_found = 0; in pool_check_pset() local
168 num_found++; in pool_check_pset()
170 if (num_found > 0 && (num_cpus - num_found) < (uint_t)min_cpus) { in pool_check_pset()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c44 boolean_t num_found = B_FALSE; in sip_atoi() local
50 if (num_found) in sip_atoi()
55 num_found = B_TRUE; in sip_atoi()
61 if (!num_found) in sip_atoi()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2560 uint_t num_found; in ibcm_rem_stale_srec() local
2588 num_found = length / sizeof (sa_service_record_t); in ibcm_rem_stale_srec()
2590 if (num_found) in ibcm_rem_stale_srec()
2592 "Found %d matching Service Records.", num_found); in ibcm_rem_stale_srec()
2595 if ((results_p != NULL) && (num_found > 0)) { in ibcm_rem_stale_srec()
2598 for (i = 0; i < num_found; i++) { in ibcm_rem_stale_srec()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1951 int i, num_found = 0; in crypto_retrieve_X509_sans() local
2028 num_found++; in crypto_retrieve_X509_sans()
2039 num_found++; in crypto_retrieve_X509_sans()
2059 num_found++; in crypto_retrieve_X509_sans()