Searched refs:count (Results 151 - 175 of 878) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_who.d19 * Calls is a measure of activity, and is a count of the procedures and
55 @calls[pid, uid, curpsinfo->pr_psargs] = count();
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfwrite.c46 _fwrite_unlocked(const void *ptr, size_t size, size_t count, FILE *iop);
49 fwrite(const void *ptr, size_t size, size_t count, FILE *iop) argument
58 retval = _fwrite_unlocked(ptr, size, count, iop);
65 _fwrite_unlocked(const void *ptr, size_t size, size_t count, FILE *iop) argument
77 if (count == 1)
80 s = count;
82 s = size * count;
100 if (size < 1 || count < 1)
105 * Flush any existing data. Doesn't count towards return
183 return (count);
[all...]
/osnet-11/usr/src/lib/libgss/
H A Dg_acquire_cred_with_pw.c43 create_actual_mechs(mechs_array, count)
45 int count;
56 malloc(sizeof (gss_OID_desc) * count);
62 actual_mechs->count = 0;
64 for (i = 0; i < count; i++) {
72 actual_mechs->count++;
142 default_OID_set.count = 1;
149 if (mechs->count == 0)
162 for (i = 0; i < mechs->count; i++) {
194 if (creds->count <
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetdn.c168 int state, count = 0, endquote; local
199 ++count;
204 } else if ( count >= 8 ) {
206 (count+1) * sizeof( char *)))
210 rdns[ count ] = NULL;
231 if (( rdns[ count-1 ] = (char *)calloc( 1,
233 (void) SAFEMEMCPY( rdns[ count-1 ], rdnstart,
235 rdns[ count-1 ][ len ] = '\0';
332 int state, count = 0, endquote; local
358 ++count;
[all...]
H A Dsort.c114 size_t count; local
119 count = ldap_count_entries( ld, *chain );
121 if ( (et = (struct entrything *) malloc( count *
128 for ( i = 0; i < count; i++ ) {
146 qsort( et, count, sizeof(struct entrything), et_cmp );
148 qsort( et, count, sizeof(struct entrything), (void *) et_cmp );
152 for ( i = 0; i < count; i++ ) {
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dcrypto.h43 extern s64 ntfs_crypto_attr_pread(ntfs_attr *na, const s64 pos, s64 count,
H A Ddevice.h92 s64 (*read)(struct ntfs_device *dev, void *buf, s64 count);
93 s64 (*write)(struct ntfs_device *dev, const void *buf, s64 count);
94 s64 (*pread)(struct ntfs_device *dev, void *buf, s64 count, s64 offset);
95 s64 (*pwrite)(struct ntfs_device *dev, const void *buf, s64 count,
106 extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count,
108 extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
111 extern s64 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count,
113 extern s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
117 const s64 count, void *b);
119 const s64 count, cons
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drmd.h33 int count; member in struct:__anon580
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwchar.h36 int count; member in struct:mbstate
56 if (!grub_utf8_process (*ptr, &ps->code, &ps->count))
58 if (ps->count)
72 return ps->count == 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_syscalls.d3 * j_syscalls.d - count Java methods and syscalls using DTrace.
54 @calls[pid, "method", this->name] = count();
60 @calls[pid, "syscall", probefunc] = count();
H A Dphp_syscalls.d3 * php_syscalls.d - count PHP function calls and syscalls using DTrace.
54 count();
67 @calls[pid, basename(execname), "syscall", probefunc] = count();
H A Drb_syscalls.d3 * rb_syscalls.d - count Ruby calls and syscalls using DTrace.
52 @calls[basename(copyinstr(arg2)), "method", this->name] = count();
58 @calls[basename(execname), "syscall", probefunc] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_syscalls.d3 * j_syscalls.d - count Java methods and syscalls using DTrace.
54 @calls[pid, "method", this->name] = count();
60 @calls[pid, "syscall", probefunc] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_syscalls.d3 * php_syscalls.d - count PHP function calls and syscalls using DTrace.
54 count();
67 @calls[pid, basename(execname), "syscall", probefunc] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_syscalls.d3 * rb_syscalls.d - count Ruby calls and syscalls using DTrace.
52 @calls[basename(copyinstr(arg2)), "method", this->name] = count();
58 @calls[basename(execname), "syscall", probefunc] = count();
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c55 static int in_range(_exithdlr_func_t, Lc_addr_range_t[], uint_t count);
158 _preexec_sig_unload(Lc_addr_range_t range[], uint_t count) argument
172 in_range(handler, range, count)) {
198 _preexec_atfork_unload(Lc_addr_range_t range[], uint_t count) argument
216 in_range(func, range, count)) ||
218 in_range(func, range, count)) ||
220 in_range(func, range, count))) {
261 _preexec_tsd_unload(Lc_addr_range_t range[], uint_t count) argument
271 in_range((_exithdlr_func_t)func, range, count))
286 _preexec_exit_handlers(Lc_addr_range_t range[], uint_t count) argument
325 in_range(_exithdlr_func_t addr, Lc_addr_range_t ranges[], uint_t count) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dbf.c349 ssize_t count = 0; /* Number of bytes put in buf so far */ local
358 count = nbytes;
359 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
360 count = bfp->bf_buffilled - bfp->bf_offset;
362 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);
385 bfp->bf_offset + count, SEEK_SET) < 0)
400 while (count < nbytes)
403 buf + count,
404 nbytes - count);
413 count
494 ssize_t count = 0; /* Number of bytes written so far */ local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sel.t25 print "not " unless $sel->count == 4 && @handles == 4;
36 print "not " unless $sel->count == 2;
41 print "not " unless $sel->count == 0 && !defined($sel->bits);
45 print "not " unless $sel->count == 0 && !defined($sel->bits);
49 print "not " unless $sel->count == 0 && !defined($sel->bits);
112 print "not " unless $sel->count == 7;
116 print "not " unless $sel->count == 0 && !defined($sel->bits);
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c122 for (i = 0; i < set->count; i++)
145 set->elements = New(gss_OID_desc, source->count);
151 set->count = source->count;
154 for (i = 0; i < source->count; i++)
160 if (i != source->count) {
198 /* Set the set count */
199 set->count = nel;
202 for (i = 0; i < set->count; i++)
208 if (i != set->count) {
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dbld_princ.c47 krb5_int32 count = 0; local
63 count++;
67 if (count == size) {
80 data[count].length = strlen(component);
81 data[count].data = strdup(component);
82 if (!data[count].data) { retval = ENOMEM; }
83 count++;
94 princ->length = count;
100 while (--count >= 0) {
101 free(data[count]
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcompress.c307 * @count: number of bytes to read
312 * This function will read @count bytes starting at offset @pos from the
316 * is lower than @count this means that the read reached end of file or that
318 * 0 means end of file or nothing was read (also return 0 when @count is 0).
324 s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count, void *b) argument
336 ntfs_log_trace("Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, count 0x%llx.\n",
338 (long long)pos, (long long)count);
340 pos < 0 || count < 0) {
352 if (!count)
355 if (pos + count > n
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/arc/
H A Dconsole.c29 unsigned long count; local
35 if (GRUB_ARC_FIRMWARE_VECTOR->read (GRUB_ARC_STDIN, &chr, 1, &count))
37 if (!count)
45 unsigned long count; local
48 GRUB_ARC_FIRMWARE_VECTOR->write (GRUB_ARC_STDOUT, &chr, 1, &count);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs_types.h247 # define XFS_STATS_INC(count) ( xfsstats.##count ++ )
248 # define XFS_STATS_DEC(count) ( xfsstats.##count -- )
249 # define XFS_STATS_ADD(count, inc) ( xfsstats.##count += (inc) )
250 # define XFS_STATS64_INC(count) ( xfsstats.xpc.##count ++ )
251 # define XFS_STATS64_ADD(count, inc) ( xfsstats.xpc.##count
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStddevValue.java48 private final long count; field in class:StddevValue
57 new String[] {"value", "total", "count", "totalSquares"})
142 count = stddevCount;
147 if (count < 0) {
148 throw new IllegalArgumentException("count is negative");
164 * @throws IllegalArgumentException if the given count is negative
166 * the given total, total of squares, and count
176 count = stddevCount;
184 if (count < 0) {
185 throw new IllegalArgumentException("count i
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c84 size_t count, i; local
95 count = ldap_count_entries( ld, *chain );
97 kt = (keything_t**)NSLDAPI_MALLOC( count * (sizeof(keything_t*) + sizeof(keything_t)) );
102 for ( i = 0; i < count; i++ ) {
103 kt[i] = i + (keything_t*)(kt + count);
108 for ( e = *chain, i = 0; i < count; i++, e = e->lm_chain ) {
121 XP_QSORT( (void*)kt, count, (size_t)sizeof(keything_t*), ldapi_keycmp );
124 for ( i = 0; i < count; i++ ) {
206 int i, count; local
216 count
[all...]

Completed in 1860 milliseconds

1234567891011>>