Searched refs:count (Results 201 - 225 of 878) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/port/sys/
H A Dlwp.c53 _lwp_sema_init(lwp_sema_t *sp, int count) argument
55 sp->sema_count = count;
/osnet-11/usr/src/lib/libgss/
H A Dg_acquire_cred.c42 create_actual_mechs(mechs_array, count)
44 int count;
55 malloc(sizeof (gss_OID_desc) * count);
61 actual_mechs->count = 0;
63 for (i = 0; i < count; i++) {
71 actual_mechs->count++;
182 default_OID_set.count = 1;
189 if (mechs->count == NULL)
202 for (i = 0; i < mechs->count; i++) {
232 if (creds->count <
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dhex.c28 isc_gethexstring(unsigned char *buf, size_t len, int count, FILE *fp, argument
34 int result = count;
38 while (count > 0) {
72 count--;
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dgeom.h66 PedSector offset, PedSector count);
68 PedSector offset, PedSector count);
70 PedSector offset, PedSector count);
73 PedSector granularity, PedSector count,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Drel_oid_set.c52 for (i=0; i<(*set)->count; i++)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-parse.h63 size_t count; member in struct:__anon454
92 size_t count; member in struct:__anon456
119 size_t count; member in struct:__anon458
146 size_t count; member in struct:__anon460
159 arguments and the needed count of arguments. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm21 my $count = @els;
23 print "$name has $count entries\n";
24 for ($i = 0; $i < $count; $i++) {
38 my $count = @els;
40 print "$name has $count entries\n";
41 for ($i = 0; $i < $count; $i++) {
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfputs.c120 ssize_t count = (ssize_t)ptrlen; local
123 while ((num_wrote = write(fd, ptr, (size_t)count)) != count) {
130 count -= num_wrote;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Drunlist.h43 * When lcn == -1 this means that the count vcns starting at vcn are not
55 const s64 pos, s64 count, void *b);
57 const s64 pos, s64 count, void *b);
60 s64 pos, const s64 count);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dkeyed_checksum_types.c51 unsigned int *count, krb5_cksumtype **cksumtypes)
57 *count = 1;
73 *count = c;
50 krb5_c_keyed_checksum_types(krb5_context context, krb5_enctype enctype, unsigned int *count, krb5_cksumtype **cksumtypes) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Drelocator.c28 auto int NESTED_FUNC_ATTR count (grub_uint64_t addr __attribute__ ((unused)),
31 int NESTED_FUNC_ATTR count (grub_uint64_t addr __attribute__ ((unused)), function
41 grub_machine_mmap_iterate (count);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhotkernel78 \@pc[arg0] = count();
96 my ($addr, $count) = split ' ', $line;
100 $Count{$name} += $count;
101 $total += $count;
H A Dhotuser90 \@pc[arg1] = count();
109 my ($tag, $addr, $count) = split ' ', $line;
113 $Count{$name} += $count;
114 $total += $count;
H A Dj_calls.d3 * j_calls.d - count Java calls (method/...) using DTrace.
63 @calls[pid, "method", this->name] = count();
70 @calls[pid, "oalloc", stringof(this->class)] = count();
77 @calls[pid, "cload", stringof(this->class)] = count();
84 @calls[pid, "thread", stringof(this->thread)] = count();
95 @calls[pid, "mcompile", this->name] = count();
106 @calls[pid, "mload", this->name] = count();
H A Dsh_calltime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
87 @num[this->file, "builtin", this->name] = count();
88 @num["-", "total", "-"] = count();
108 @num[this->file, "cmd", this->name] = count();
109 @num["-", "total", "-"] = count();
H A Dsh_cputime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
87 @num[this->file, "builtin", this->name] = count();
88 @num["-", "total", "-"] = count();
128 @num[incmd[ppid], "cmd", execname] = count();
129 @num["-", "total", "-"] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_calls.d3 * j_calls.d - count Java calls (method/...) using DTrace.
63 @calls[pid, "method", this->name] = count();
70 @calls[pid, "oalloc", stringof(this->class)] = count();
77 @calls[pid, "cload", stringof(this->class)] = count();
84 @calls[pid, "thread", stringof(this->thread)] = count();
95 @calls[pid, "mcompile", this->name] = count();
106 @calls[pid, "mload", this->name] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_calltime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
87 @num[this->file, "builtin", this->name] = count();
88 @num["-", "total", "-"] = count();
108 @num[this->file, "cmd", this->name] = count();
109 @num["-", "total", "-"] = count();
H A Dsh_cputime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
87 @num[this->file, "builtin", this->name] = count();
88 @num["-", "total", "-"] = count();
128 @num[incmd[ppid], "cmd", execname] = count();
129 @num["-", "total", "-"] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dhotkernel78 \@pc[arg0] = count();
96 my ($addr, $count) = split ' ', $line;
100 $Count{$name} += $count;
101 $total += $count;
H A Dhotuser90 \@pc[arg1] = count();
109 my ($tag, $addr, $count) = split ' ', $line;
113 $Count{$name} += $count;
114 $total += $count;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemset.s63 andn %o2, 3, %o3 ! create word sized count in %o3
64 dec %o2 ! decrement count
79 and %o2, 3, %o2 ! leftover count, if any
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc78 ssize_t count; local
97 if ((count = readlink(node,buf,sizeof(buf)))) {
98 buf[count] = '\0';
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_init.c69 int count = 0; local
72 for (count=0; db_args && db_args[count]; count++);
73 if (count == 0) {
78 handle->db_args = calloc(sizeof(char*), count+1);
84 for (count=0; db_args[count]; count++) {
85 handle->db_args[count]
105 int count; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c566 int count; local
568 for (count = 0; count < entries; count++) {
569 pe[count].net_pe_totbytes = 0;
570 pe[count].net_pe_totibytes = 0;
571 pe[count].net_pe_totobytes = 0;
572 pe[count].net_pe_tottime = 0;
582 int count; local
584 for (count
607 int count; local
633 int count; local
650 int count; local
772 int count; local
807 int count; local
863 int count; local
1195 int count; local
1319 int count; local
[all...]

Completed in 66 milliseconds

1234567891011>>