Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/keyserv/
H A Dchkey.c60 #define CURMECH mechs[mcount]
159 int mcount, ccount = 0; in encryptkeys() local
162 for (mcount = 0; CURMECH; mcount++) { in encryptkeys()
165 if (!xencrypt_g(slist[mcount], CURMECH->keylen, in encryptkeys()
172 clist[mcount] = crypt; in encryptkeys()
204 int mcount; in initkeylist() local
208 for (mcount = 0; CURMECH; mcount++) in initkeylist()
211 mcount = 1; in initkeylist()
213 if (!(plist = (char **)malloc(sizeof (char *) * mcount))) { in initkeylist()
217 if (!(slist = (char **)malloc(sizeof (char *) * mcount))) { in initkeylist()
[all …]
/titanic_41/usr/src/cmd/mailx/
H A Dquit.c65 int mcount, p, modify, autohold, anystat, holdbit, nohold, fd; in quit() local
78 mcount = 0; in quit()
170 mcount = c; in quit()
253 if (mcount == 1) in quit()
256 printf(gettext("Saved %d messages in %s\n"), mcount, mbox); in quit()
/titanic_41/usr/src/cmd/auditreduce/
H A Dmain.c67 static void mcount(int, int);
524 mcount(pcbnum, 0); in calc_procs()
563 mcount(int nsp, int lo) in mcount() function
581 mcount(range, lo); in mcount()
/titanic_41/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c748 int mcount = desc->pd_mech_list_count; in init_prov_mechs() local
754 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs()
776 sizeof (crypto_mech_info_t) * (mcount - 1)); in init_prov_mechs()
778 rand_mi = &desc->pd_mechanisms[mcount - 1]; in init_prov_mechs()
787 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs()
/titanic_41/usr/src/lib/libbc/sparc/inc/sparc/
H A Dasm_linkage.h83 call mcount; \
94 call mcount; \
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c762 int mcount; in get_admindev_info() local
782 mcount = pdevlist_kernel->dl_devs[i].le_mechanism_count; in get_admindev_info()
785 if (get_dev_info(devname, inst_num, mcount, &pmech) != in get_admindev_info()
799 pent_dev->sup_count = mcount; in get_admindev_info()
/titanic_41/usr/src/uts/common/io/vr/
H A Dvr.h473 uint32_t mcount; member
H A Dvr.c2153 vrp->mcount++; in vr_mac_set_multicast()
2154 else if (vrp->mcount != 0) in vr_mac_set_multicast()
2155 vrp->mcount --; in vr_mac_set_multicast()
2156 if (vrp->mcount != 0) in vr_mac_set_multicast()
2283 if (vrp->mcount != 0) in vr_mac_set_promisc()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2847 aggr_mtu_range_intersection(mac_propval_range_t **mrange, int mcount, in aggr_mtu_range_intersection() argument
2860 for (i = 0, rmaxcnt = 0; i < mcount; i++) in aggr_mtu_range_intersection()
2869 for (i = 0, m = 0; i < mcount; i++) { in aggr_mtu_range_intersection()
2898 if (sum == mcount) { in aggr_mtu_range_intersection()
2901 } else if (sum < mcount && range_started) { in aggr_mtu_range_intersection()
/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.c301 int mcount = 0; in main() local
470 if (Marking && (++mcount % MARKCOUNT == 0)) { in main()
477 mcount = 0; in main()