Searched refs:count (Results 1 - 25 of 878) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Detype_list.c37 size_t count; local
39 for (count = 0; list[count]; count++);
40 return count;
47 size_t count; local
51 count = krb5int_count_etypes(old_list);
52 list = malloc(sizeof(krb5_enctype) * (count + 1));
55 memcpy(list, old_list, sizeof(krb5_enctype) * (count + 1));
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
49 interval=1; count=-1
54 USAGE: dnlcstat [interval [count]]
65 interval=$1; count=-1; shift
68 count=$1; shift
85 inline int COUNTER = '$count';
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
66 interval=1; count=-1
71 USAGE: xvmstat [interval [count]]
82 interval=$1; count=-1; shift
85 count=$1; shift
102 inline int COUNTER = '$count';
H A Dmodcalls.d10 fbt:::entry { @calls[probemod] = count(); }
H A Dsyscallbyproc.d10 syscall:::entry { @num[execname] = count(); }
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
H A Dcpudists8 # USAGE: cpudists [-ahV] [-t top] [interval [count]]
23 # count Number of occurances at least this duration (ns)
27 # seconds consumed will be a multiple of the CPU count and interval.
58 opt_all=0; opt_time=1; opt_top=0; top=0; interval=1; count=1
67 USAGE: cpudists [-ahV] [-t top] [interval [count]]
79 interval=$1; count=-1; shift
82 count=$1; shift
100 inline int COUNTER = '$count';
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Kernel/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
49 interval=1; count=-1
54 USAGE: dnlcstat [interval [count]]
65 interval=$1; count=-1; shift
68 count=$1; shift
85 inline int COUNTER = '$count';
H A Dmodcalls.d10 fbt:::entry { @calls[probemod] = count(); }
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
66 interval=1; count=-1
71 USAGE: xvmstat [interval [count]]
82 interval=$1; count=-1; shift
85 count=$1; shift
102 inline int COUNTER = '$count';
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dtarget.d32 @[probefunc] = count();
H A Dsyscall.d32 @[probefunc] = count();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.t38 $count = 1;
43 if ($^O eq 'vos' && $count == 1) {
44 print "ok $count -- skipping 1970 test on VOS.\n";
57 print "ok $count\n";
59 print "not ok $count\n";
62 $count++;
65 if ($^O eq 'vos' && $count == 2) {
66 print "ok $count -- skipping 1970 test on VOS.\n";
78 print "ok $count\n";
80 print "not ok $count\
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetNumberOfAdapters.c35 int count; local
40 for (count = 0, hba_ptr = global_hba_head;
41 hba_ptr != NULL; hba_ptr = hba_ptr->next, count++) {}
45 return (count);
/osnet-11/usr/src/lib/libcurses/screen/
H A DmemSset.c56 int count; /* %r8 */ local
60 count = (n - 1) * sizeof (chtype);
61 if (count > 0) {
68 /* bcopy (count, to, from) */
69 } else if (count == 0)
77 int count; /* %r8 */
79 count = (n - 1) * sizeof (chtype);
80 if (count > 0) {
89 asm(" movw %r8,%r2"); /* count */
93 } else if (count
110 memcpy(char *to, char *from, int count) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.t12 my $count = 0;
25 print "ok ", ++$count, "\n";
29 print "ok ", ++$count, "\n";
/osnet-11/usr/src/lib/libbsm/common/
H A Dadrf.c53 adrf_char(adrf_t *adrf, char *cp, int count) argument
57 if (count < 0)
59 while (count--) {
72 adrf_short(adrf_t *adrf, short *sp, int count) argument
76 if (count < 0)
78 while (count--) {
93 int adrf_int(adrf_t *adrf, int32_t *lp, int count);
94 int adrf_long(adrf_t *adrf, int32_t *lp, int count);
100 adrf_int32(adrf_t *adrf, int32_t *lp, int count) argument
105 if (count <
121 adrf_int64(adrf_t *adrf, int64_t *lp, int count) argument
148 adrf_u_int32(adrf_t *adrf, uint32_t *cp, int count) argument
154 adrf_u_char(adrf_t *adrf, uchar_t *cp, int count) argument
160 adrf_u_int64(adrf_t *adrf, uint64_t *lp, int count) argument
166 adrf_u_short(adrf_t *adrf, ushort_t *sp, int count) argument
[all...]
H A Dadrm.c45 adrm_char(adr_t *adr, char *cp, int count) argument
47 while (count-- > 0)
55 adrm_short(adr_t *adr, short *sp, int count) argument
57 while (count-- > 0) {
66 void adrm_int(adr_t *adr, int32_t *lp, int count);
67 void adrm_long(adr_t *adr, int32_t *lp, int count);
72 adrm_int32(adr_t *adr, int32_t *lp, int count) argument
76 for (; count-- > 0; lp++) {
86 adrm_uid(adr_t *adr, uid_t *up, int count) argument
90 for (; count
100 adrm_int64(adr_t *adr, int64_t *lp, int count) argument
119 adrm_u_int32(adr_t *adr, uint32_t *cp, int count) argument
125 adrm_u_char(adr_t *adr, uchar_t *cp, int count) argument
131 adrm_u_int64(adr_t *adr, uint64_t *lp, int count) argument
137 adrm_u_short(adr_t *adr, ushort_t *sp, int count) argument
148 adrm_putint32(adr_t *adr, int32_t *lp, int count) argument
163 adrm_putint64(adr_t *adr, int64_t *lp, int count) argument
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c61 int count, mb_len; local
87 for (ptr = wio->_mb, count = 0; count < mb_len; ++ptr, ++count)
93 wio->_next = count;
95 return (count);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dsyscallbyproc.d10 syscall:::entry { @num[execname] = count(); }
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/System/
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
/osnet-11/usr/src/lib/libc/port/print/
H A Dsprintf.c47 ssize_t count; local
56 count = _ndoprnt(format, ap, &siop, 0);
59 if (count == EOF) {
64 if ((size_t)count > MAXINT) {
68 return ((int)count);
87 ssize_t count; local
91 count = _vsprintf_c89(string, format, ap);
93 return ((int)count);
H A Dvwprintf.c61 ssize_t count; local
84 count = _wndoprnt(format, ap, stdout, _F_INTMAX32);
86 count = _wndoprnt(format, ap, stdout, 0);
89 if (FERROR(stdout) || count == EOF) {
95 if ((size_t)count > MAXINT) {
99 return ((int)count);
110 ssize_t count; local
134 count = _wndoprnt(format, ap, iop, _F_INTMAX32);
136 count = _wndoprnt(format, ap, iop, 0);
138 if (FERROR(iop) || count
159 ssize_t count; local
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Daclcheck.c48 int count; member in struct:entry
85 if (tally.user_obj.count > 0) {
91 tally.user_obj.count = 1;
96 if (tally.group_obj.count > 0) {
102 tally.group_obj.count = 1;
107 if (tally.other_obj.count > 0) {
113 tally.other_obj.count = 1;
118 if (tally.class_obj.count > 0) {
124 tally.class_obj.count = 1;
133 cnt = (tally.def_user.count)
283 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dregmesg.t115 my $count = 0;
123 $count++;
128 print "# oops, $regex didn't die\nnot ok $count\n";
138 print "ok $count - $regex\n";
147 $count++;
157 print "# oops, $regex died with:\n#\t$@#\nnot ok $count\n";
163 print "# oops, $regex didn't generate a warning\nnot ok $count\n";
177 not ok $count
181 print "ok $count - $regex\n";

Completed in 96 milliseconds

1234567891011>>