Searched refs:count (Results 326 - 350 of 878) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libgss/
H A Dg_inquire_cred.c174 (*mechanisms)->count = 0;
177 union_cred->count);
185 for (i = 0; i < union_cred->count; i++) {
192 (*mechanisms)->count++;
202 * count always references the currently copied number of
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_topo.h77 int count; member in struct:__anon1000
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c465 krb5int_plugin_file_handle_array_add (struct plugin_file_handle ***harray, size_t *count, argument
470 size_t newcount = *count + 1;
478 *count = newcount;
576 size_t count = 0; local
605 err = krb5int_plugin_file_handle_array_add (&h, &count, handle);
645 err = krb5int_plugin_file_handle_array_add (&h, &count, handle);
701 size_t count = 0; local
722 count++;
723 newp = realloc (p, ((count + 1) * sizeof (*p))); /* +1 for NULL */
728 p[count
760 size_t count = 0; local
[all...]
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_functions.in19 echo parameter count
28 echo parameter count, with nesting
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dphp_calltime.d65 @num[this->file, "func", this->name] = count();
66 @num["-", "total", "-"] = count();
H A Dphp_cputime.d65 @num[this->file, "func", this->name] = count();
66 @num["-", "total", "-"] = count();
H A Dpl_calltime.d64 @num[this->file, "sub", this->name] = count();
65 @num["-", "total", "-"] = count();
H A Dpl_cputime.d64 @num[this->file, "sub", this->name] = count();
65 @num["-", "total", "-"] = count();
H A Dpy_calltime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
H A Dpy_cputime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
H A Drfsio.d60 @rio[self->fs_mount, "logical"] = count();
79 @rio[self->fs_mount, "physical"] = count();
89 printf("\nRead IOPS (count)\n");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfsio.d60 @rio[self->fs_mount, "logical"] = count();
79 @rio[self->fs_mount, "physical"] = count();
89 printf("\nRead IOPS (count)\n");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_calltime.d64 @num[this->file, "sub", this->name] = count();
65 @num["-", "total", "-"] = count();
H A Dpl_cputime.d64 @num[this->file, "sub", this->name] = count();
65 @num["-", "total", "-"] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_calltime.d65 @num[this->file, "func", this->name] = count();
66 @num["-", "total", "-"] = count();
H A Dphp_cputime.d65 @num[this->file, "func", this->name] = count();
66 @num["-", "total", "-"] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_calltime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
H A Dpy_cputime.d64 @num[this->file, "func", this->name] = count();
65 @num["-", "total", "-"] = count();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dblessed.t148 my $count;
149 foreach $count (1..3) {
152 print "# $immortal x $count\n";
153 my $i = RETURNS_IMMORTALS->make ($immortal, $count);
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevtree_phy_disco.c78 int rval, count, i; local
92 count = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, "phy-info",
94 if (count < 0) {
105 rval = nvlist_unpack((char *)propByteData, count, &nvl, 0);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dser_ctx.c357 unsigned int i, count;
396 count = ibuf;
397 if (count > 0) {
398 context->in_tkt_etypes = calloc(count + 1, sizeof(krb5_enctype));
403 for (i = 0; i < count; i++) {
408 context->in_tkt_etypes[count] = 0;
415 count = ibuf;
416 if (count > 0) {
417 context->tgs_etypes = calloc(count + 1, sizeof(krb5_enctype));
422 for (i = 0; i < count;
355 unsigned int i, count; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bboard.c201 int count; local
212 count = stypes[SMB_TYPE_BASEBOARD].ids[index].con_cnt;
214 for (int i = 0; i < count; i++) {
232 if (ncmp != stypes[SMB_TYPE_PROCESSOR].count)
233 ncmp = stypes[SMB_TYPE_PROCESSOR].count;
267 ch_count = stypes[SMB_TYPE_CHASSIS].count;
275 bb_count = stypes[SMB_TYPE_BASEBOARD].count;
336 bb_count = stypes[SMB_TYPE_BASEBOARD].count;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h33 SSize_t(*Read) (pTHX_ PerlIO *f, void *vbuf, Size_t count);
34 SSize_t(*Unread) (pTHX_ PerlIO *f, const void *vbuf, Size_t count);
35 SSize_t(*Write) (pTHX_ PerlIO *f, const void *vbuf, Size_t count);
132 extern SSize_t PerlIOBase_read(pTHX_ PerlIO *f, void *vbuf, Size_t count);
134 Size_t count);
176 extern SSize_t PerlIOBuf_read(pTHX_ PerlIO *f, void *vbuf, Size_t count);
177 extern SSize_t PerlIOBuf_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
178 extern SSize_t PerlIOBuf_write(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c186 int count = 0; /* # of slots we will need in prom_list */ local
217 count++;
219 if ((list = (char **)calloc(count + 1, sizeof (char *))) == NULL) {
225 for (i = 0; i < count; i++) {
255 int count = 0; /* # of slots we will need in prom_list */ local
294 while (alias_list[count] != NULL) {
295 count++;
299 count++; /* # of slots we will need in prom_list */
301 count++; /* for the null terminator */
304 if ((list = (char **)calloc(count, sizeo
340 int ret, len, i, count = 0; local
1492 int count, i; local
2063 int count; local
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s115 deccc %o2 ! decrement count
127 sub %o2, %o5, %o2 ! update count
132 deccc %o5 ! decrement count
158 subcc %o2, 32, %o2 ! decrement length count
170 addcc %o2, 16, %o2 ! adjust remaining count
176 sub %o2, 16, %o2 ! decrease count by 16
181 addcc %o2, 15, %o2 ! restore count
190 subcc %o2, 8, %o2 ! decrease count by 8
312 deccc %o2 ! decrement count
337 sub %o2, 3, %o2 ! adjust count t
[all...]

Completed in 66 milliseconds

<<11121314151617181920>>