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

/opensolaris-onvv-gate/usr/src/cmd/keyserv/
H A Dchkey.c60 #define CURMECH mechs[mcount]
159 int mcount, ccount = 0; local
162 for (mcount = 0; CURMECH; mcount++) {
165 if (!xencrypt_g(slist[mcount], CURMECH->keylen,
172 clist[mcount] = crypt;
204 int mcount; local
208 for (mcount = 0; CURMECH; mcount++)
211 mcount
232 int mcount; local
293 int mcount; local
488 int mcount, scount = 0; local
658 int mcount; local
843 int mcount, ucount = 0; local
1036 int c, mcount; local
1129 int mcount; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dquit.c65 int mcount, p, modify, autohold, anystat, holdbit, nohold, fd; local
78 mcount = 0;
170 mcount = c;
253 if (mcount == 1)
256 printf(gettext("Saved %d messages in %s\n"), mcount, mbox);
/opensolaris-onvv-gate/usr/src/cmd/auditreduce/
H A Dmain.c67 static void mcount(int, int);
524 mcount(pcbnum, 0);
553 * .func mcount - main count.
557 * .call mcount(nsp, lo).
563 mcount(int nsp, int lo) function
581 mcount(range, lo);
/opensolaris-onvv-gate/usr/src/lib/libbc/sparc/inc/sparc/
H A Dasm_linkage.h83 call mcount; \
94 call mcount; \
132 * ENTRY provides a way to insert the calls to mcount for profiling.
/opensolaris-onvv-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c799 int mcount = desc->pd_mech_list_count; local
805 sizeof (crypto_mech_info_t) * mcount);
827 sizeof (crypto_mech_info_t) * (mcount - 1));
829 rand_mi = &desc->pd_mechanisms[mcount - 1];
838 sizeof (crypto_mech_info_t) * mcount);
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c762 int mcount; local
782 mcount = pdevlist_kernel->dl_devs[i].le_mechanism_count;
785 if (get_dev_info(devname, inst_num, mcount, &pmech) !=
799 pent_dev->sup_count = mcount;
/opensolaris-onvv-gate/usr/src/uts/common/io/vr/
H A Dvr.h473 uint32_t mcount; member in struct:__anon6729
H A Dvr.c2150 * Enable/disable multicast receivements based on mcount.
2153 vrp->mcount++;
2154 else if (vrp->mcount != 0)
2155 vrp->mcount --;
2156 if (vrp->mcount != 0)
2283 if (vrp->mcount != 0)
/opensolaris-onvv-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2781 * mrange[0] ... mrange[mcount -1]. It returns the intersection in rval.
2790 * mcount is a min boundary of a range in the result and next element will be
2793 * Example for mcount = 3,
2811 aggr_mtu_range_intersection(mac_propval_range_t **mrange, int mcount, argument
2824 for (i = 0, rmaxcnt = 0; i < mcount; i++)
2833 for (i = 0, m = 0; i < mcount; i++) {
2862 if (sum == mcount) {
2865 } else if (sum < mcount && range_started) {
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c294 int mcount = 0; local
463 if (Marking && (++mcount % MARKCOUNT == 0)) {
470 mcount = 0;

Completed in 110 milliseconds