Searched refs:count (Results 701 - 725 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c538 int err, count, cursz, i; local
543 count = vals->value_count;
544 if (count == 0) {
556 cursz = count;
588 if (count + 1 >= cursz) {
597 count * sizeof (char *));
602 vals->values.v_astring[count] = malloc(rsize);
603 if (vals->values.v_astring[count] == NULL) {
609 vals->values.v_astring[count], rsize)) <= 0) {
612 free(vals->values.v_astring[count]);
5396 _add_tmpl_count_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, uint64_t count, uint64_t *min, uint64_t *max) argument
6095 int count = 0; local
[all...]
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c116 int count; local
119 count = 0;
130 if ((count % 8) == 0 && count != 0) {
131 buffer = realloc (buffer, sizeof (char *) * (count + 8));
141 buffer[count] = str;
144 count++;
147 if ((count % 8) == 0) {
148 buffer = realloc (buffer, sizeof (char *) * (count + 1));
153 buffer[count]
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c77 remove_one_attribute(CK_ATTRIBUTE_PTR t, CK_ULONG type, uint_t count, argument
82 for (i = 0, j = 0; i < count; i++) {
96 if (j == count)
1677 * reference count.
1986 int i, count = 0, rv; local
1990 count = 2;
1991 attrs = malloc(count * sizeof (crypto_object_attribute_t));
1996 bzero(attrs, count * sizeof (crypto_object_attribute_t));
2072 count = 3;
2073 attrs = malloc(count * sizeo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c724 register I32 count = 0; local
727 count += do_chomp(POPs);
728 PUSHi(count);
1389 register IV count = POPi; local
1390 if (count < 0)
1391 count = 0;
1398 max = items * count;
1400 if (items > 0 && max > 0 && (max < items || max < count))
1403 if (count > 1) {
1436 items * sizeof(SV*), count
[all...]
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h336 int count; /* svcprop special */ member in struct:scf_walkinfo
431 * count - pv_ptr is a pointer to a uint64_t; pv_aux is unused
/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c1194 compute_values(value_table_t *permtab, int count, argument
1201 if (count < 0)
1205 for (i = 0, pstr = permstr; i != count && pstr &&
1215 for (found = 0, i = 0; i != count; i++) {
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h177 int chase_referrals( LDAP *ld, LDAPRequest *lr, char **refs, int *count, int samerequest );
/osnet-11/usr/src/lib/libgss/
H A Dg_accept_sec_context.c284 d_u_cred->count = 1;
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c361 size_t count; local
373 count = end - begin;
374 if ((buf = topo_mod_alloc(mod, count + 1)) == NULL)
377 (void) strlcpy(buf, begin, count + 1);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_hostbridge.c262 for (i = 0; i < smbc->count; i++) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c233 if ((*data_set)->count != 0)
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c660 if (!xdr_int(xdrs, &objp->count)) {
664 (unsigned int *) &objp->count, ~0,
956 if (!xdr_int(xdrs, &objp->count)) {
960 (unsigned int *) &objp->count, ~0,
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c650 grub_size_t count = 0; local
659 if (count < max_len)
662 count++;
1045 return count;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h383 grub_script_execute_arglist_to_argv (struct grub_script_arglist *arglist, int *count);
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h164 int count; member in struct:line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm376 substituting all occurrences of C<"Joe"> to C<"Jim"> it keeps a count
381 will print a count of the number of substitutions actually made.
409 my ($count) = 0 ;
410 filter_add(\$count) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm107 my $count = defined($filter) + defined($store) + defined($fetch) ;
109 if ( $count == 0 )
111 elsif ( $count == 1 && ! defined $filter) {
115 elsif ( $count >= 2 && defined $filter)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm60 It used to count only those warnings produced by a generic C<|| warn>
141 # count warnings, either from valmess or '-r || warn "my msg"'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm51 $terminal->Tputs('dl', $count, $FH);
52 $terminal->Tpad($string, $count, $FH);
414 A count passed to Tpad to modify the padding applied to the output string.
616 $terminal->Tputs('dl', $count = 1, $FH);
/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c54 int count; member in struct:Table_s
152 v->index = tab->count++;
313 state.language.count = 2;
314 state.territory.count = 3;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s76 movl %ecx,%edx / save count
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl214 set ntable [db eval {SELECT count(*)+1 FROM sqlite_master WHERE type='table'}]
216 set nindex [db eval {SELECT count(*) FROM sqlite_master WHERE type='index'}]
217 set autoindex [db eval {SELECT count(*) FROM sqlite_master
239 mem eval {SELECT tblname, count(*) AS cnt, sum(pri_pages+ovfl_pages) AS size
257 set n [mem eval "SELECT count(*) FROM space_used WHERE tblname='$qn'"]
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c559 int count; local
659 spw->sp_flag &= ~FAILCOUNT_MASK; /* reset count */
936 count = (spw->sp_flag & FAILCOUNT_MASK) + 1;
938 spw->sp_flag |= min(FAILCOUNT_MASK, count);
939 p->data.val_i = count;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObject.h91 uint32_t obj_refcnt; /* object reference count */
115 uint32_t count; /* current total objs in the list */ member in struct:obj_to_be_freed_list
176 /* count to become zero */
185 * count by one. This is to prevent this object from being deleted by
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h332 int count; member in struct:gfc_map

Completed in 63 milliseconds

<<21222324252627282930>>