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

/illumos-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...]
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h66 call PIC_PLT(HIDENAME(mcount)); \
71 call PIC_PLT(HIDENAME(mcount)); \
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h80 call PIC_PLT(HIDENAME(mcount)); \
85 call PIC_PLT(HIDENAME(mcount)); \
/illumos-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);
/illumos-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);
/illumos-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.
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c748 int mcount = desc->pd_mech_list_count; local
754 sizeof (crypto_mech_info_t) * mcount);
776 sizeof (crypto_mech_info_t) * (mcount - 1));
778 rand_mi = &desc->pd_mechanisms[mcount - 1];
787 sizeof (crypto_mech_info_t) * mcount);
/illumos-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;
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.h473 uint32_t mcount; member in struct:__anon6581
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)
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2817 * mrange[0] ... mrange[mcount -1]. It returns the intersection in rval.
2826 * mcount is a min boundary of a range in the result and next element will be
2829 * Example for mcount = 3,
2847 aggr_mtu_range_intersection(mac_propval_range_t **mrange, int mcount, argument
2860 for (i = 0, rmaxcnt = 0; i < mcount; i++)
2869 for (i = 0, m = 0; i < mcount; i++) {
2898 if (sum == mcount) {
2901 } else if (sum < mcount && range_started) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c282 static mDNSu32 mcount; // tracks the current active mcast operations for McastLogging variable
283 static mDNSu32 i_mcount; // sets mcount when McastLogging is enabled(PROF signal is sent)
356 if (++mcount == 1)
361 mcount--;
381 if (++mcount == 1)
386 mcount--;
430 mcount = 0;
431 // mcount is initialized to 0 when the PROF signal is sent since mcount could have
436 mcount
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c301 int mcount = 0; local
470 if (Marking && (++mcount % MARKCOUNT == 0)) {
477 mcount = 0;

Completed in 84 milliseconds