Searched refs:count (Results 101 - 125 of 878) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c71 int count; local
97 * get a SIGSEGV. Set "count" to the number of ints we can
100 count = INT_MAX;
104 count = (pagesize - ((int)str1 & (pagesize - 1))) /
109 count = (pagesize - ((int)str2 & (pagesize - 1))) /
129 count -= 4;
130 switch (count) {
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfread.c47 fread(void *ptr, size_t size, size_t count, FILE *iop) argument
72 if (count == 1)
75 s = count;
77 s = size * count;
130 return (count);
134 return (size != 0 ? count - ((s + size - 1) / size) : 0);
/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcptab.c77 * must be set to 0. The count field specifies the maximum number of
87 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
135 * ``location'' in ``listppp''. Return number of list elements in ``count''.
136 * If no objects exist, then ``count'' is set to 0 and DSVC_SUCCESS is returned.
142 list_dt(const char *location, char ***listppp, uint_t *count) argument
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dintbycpu.d43 sdt:::interrupt-start { @num[cpu] = count(); }
H A Diopending13 # [-m mount_point] [interval [count]]
27 # count number of samples @ 1000 Hz
66 interval=5; count=-1
78 [-m mount_point] [interval [count]]
101 count=$1; shift
127 inline int COUNTER = '$count';
178 /* increase event pending count */
188 /* decrease event pending count */
H A Dj_who.d51 @calls[pid, uid, curpsinfo->pr_psargs] = count();
H A Djs_objnew.d3 * js_objnew.d - count JavaScript object creation using DTrace.
48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
H A Djs_who.d49 @funcs[pid, uid, copyinstr(arg0)] = count();
H A Dphp_funccalls.d49 @funcs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
H A Dphp_who.d49 @lines[pid, uid, copyinstr(arg1)] = count();
H A Dpl_subcalls.d48 @subs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
H A Dpl_who.d49 @lines[pid, uid, copyinstr(arg1)] = count();
H A Dpy_funccalls.d48 @funcs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
H A Dpy_who.d49 @lines[pid, uid, copyinstr(arg0)] = count();
H A Drb_funccalls.d3 * rb_funccalls.d - count Ruby function (method) calls using DTrace.
49 count();
H A Drb_lines.d48 @calls[basename(copyinstr(arg0)), arg1] = count();
H A Drb_objnew.d3 * rb_objnew.d - count Ruby object creation using DTrace.
48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
H A Drb_who.d49 @lines[pid, uid, copyinstr(arg0)] = count();
H A Drunocc.d47 @qocc[cpu] = count();
H A Dsh_lines.d48 @calls[basename(copyinstr(arg0)), arg1] = count();
H A Dsh_who.d49 @lines[pid, uid, copyinstr(arg0)] = count();
H A Dsigdist.d54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
H A Dsyscallbypid.d47 @num[pid, execname, probefunc] = count();
H A Dtcl_ins.d3 * tcl_ins.d - count Tcl instructions using DTrace.
50 @calls[pid, "inst", copyinstr(arg0)] = count();
H A Dtcl_proccalls.d3 * tcl_methodcalls.d - count Tcl method calls DTrace.
46 @calls[pid, copyinstr(arg0)] = count();

Completed in 1125 milliseconds

1234567891011>>