Searched defs:cnt (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c223 int i, cnt = 0; local
238 if (cnt >= MAX_QOPS_PER_MECH) {
241 qops[cnt++] = qop_num_pairs[i].qop;
244 qops[cnt] = NULL;
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c181 int cnt; local
186 if ((cnt = readlink(dnmbuf, nmbuf, sizeof (nmbuf))) != 1) {
187 nmbuf[cnt] = '\0';
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c391 int cnt; local
395 cnt = ovs_refcount_unref(&dpif->ref_cnt);
396 if (cnt <= 2) {

Completed in 53 milliseconds