Searched refs:count (Results 801 - 825 of 878) sorted by relevance

<<313233343536

/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c2704 * @param count
2709 * contain the same number of elements as count.
2735 MP_UINT32 count,
2760 status = PassFunc(oid, count, pPropertyList);
2782 * @param count
2787 * contain the same number of elements as @ref count.
2821 MP_UINT32 count,
2842 status = PassFunc(luOid, count, pTpgStateList);
2733 MP_SetProprietaryProperties( MP_OID oid, MP_UINT32 count, MP_PROPRIETARY_PROPERTY *pPropertyList) argument
2819 MP_SetTPGAccess( MP_OID luOid, MP_UINT32 count, MP_TPG_STATE_PAIR *pTpgStateList) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c125 I32 npar; /* () count. */
1139 && maxcount <= REG_INFTY/3) /* Complement check for big count */
1181 OP(nxt1 + 1) = OPTIMIZED; /* was count. */
1185 OP(nxt + 1) = OPTIMIZED; /* was count. */
1217 OP(nxt1 + 1) = OPTIMIZED; /* was count. */
1218 OP(nxt + 1) = OPTIMIZED; /* was count. */
1251 /* This stays as CURLYX, we can put the count/of pair. */
1681 sizeof(*RExC_rx->data) + sizeof(void*) * (RExC_rx->data->count + n - 1),
1683 Renew(RExC_rx->data->what, RExC_rx->data->count + n, U8);
1684 RExC_rx->data->count
2233 I32 count = 1, n = 0; local
[all...]
H A Dutf8.c780 I32 count = 0; local
791 count++;
799 Newz(801, d, (*len) - count + 1, U8);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c99 #define BOUNDS_CHECK(ptr, count) \
100 if ((ptr) + (count) > eom) { \
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c3474 * returns an allocated array through <prop_data> only when its count > 0
3475 * and the number of entries (count) as the function return value;
3481 int rawlen, count; local
3492 count = di_slot_names_decode(rawdata, rawlen, prop_data);
3493 if (count < 0 || *prop_data == NULL)
3496 return (count);
3524 * returns an allocated array through <prop_data> only when its count > 0
3525 * and the number of entries (count) as the function return value;
3531 int rawlen, count; local
3538 count
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c458 int count = 0; local
472 count++;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dxfs.c61 grub_uint8_t count; member in struct:grub_xfs_dir_header
510 for (i = 0; i < diro->inode.data.dir.dirhead.count; i++)
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c1150 grub_video_vbe_set_palette (unsigned int start, unsigned int count, argument
1165 return grub_video_fb_set_palette (start, count, palette_data);
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c134 int hung_count; /* count of audit_warn hard */
223 int *count, plg_ctrl_t *ctrl)
244 (*count)++;
364 "binfile: old dir count = %d\n"
365 "binfile: new dir count = %d\n",
222 growauditlist(dirlist_t **listhead, char *dirlist, dirlist_t *endnode, int *count, plg_ctrl_t *ctrl) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t168 die "bomb out\n" unless $count ++ ;
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c880 static int count = 0; local
936 suffix = (getpid() & 0xfff) + count++;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c1564 * Get a count of the hosts in the set and also lock the set
1625 * Get a count of the hosts in the set and also lock the set
2223 int count = 0; local
2234 count = -1;
2239 for (di = dd; di && count >= 0; di = di->dd_next) {
2252 count++;
2254 count = -1;
2259 count = -1;
2268 count = -1;
2284 return (count);
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h538 uint32_t count; /* current total objs in the list */ member in struct:obj_to_be_freed_list
545 uint32_t count; /* current total session in the list */ member in struct:ses_to_be_freed_list
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c408 if (++obj_delay_freed.count >= MAX_OBJ_TO_BE_FREED) {
411 * the total count reaches maximum threshold.
413 obj_delay_freed.count--;
437 * reference count is not zero. This means if any object related
455 * the object reference count becomes zero and this flag
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c702 CK_ULONG count)
725 for (i = 0; i < count; i++) {
700 template_unflatten(TEMPLATE ** new_tmpl, CK_BYTE * buf, CK_ULONG count) argument
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c184 int numLocDN, stat = 0, count = 0; local
221 count++;
229 if (rv->numAttrs == 0 && count > 0) {
382 int refCount; /* Reference count */
916 /* Release connection; decrements ref count for the connection */
1621 "%s: Inconsistent LDAP entry count > %d",
1691 "%s: Inconsistent LDAP entry count, found = %d, expected %d",
1741 unsigned int count; local
1748 retCtrls, &count, &spCookie);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm63 $section->[-1]{count} = 0;
82 $section->[-1]{count} += $_[0];
93 $section->{count} += scalar(@_);
94 if( !$nosplit && $section->{count} >= $section->{max_lines} ) {
97 $section->{count} = 0;
1403 warn "NULLOP count: $nullop_count\n";
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s81 1: deccc %o2 ! decrement count
166 sub %o2, %o3, %o2 ! update o2 with new count
185 sub %o2, %o3, %o2 ! update o2 with new count
203 ! 8 byte multiple count and does byte copy for the residual.
277 sub %i2, %i3, %i2 ! update %i2 with new count
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c323 const int count,
339 mods = (LDAPMod **)calloc((count + 3), sizeof (LDAPMod *));
346 modlist = (LDAPMod *)calloc(count + 2, sizeof (LDAPMod));
367 for (i = 0, k = 0; k < count && attr[k] != NULL; i++, k++) {
683 int count = 0; local
688 /* count number of attributes */
690 count++;
692 return (__s_api_makeModListCount(service, attr, mod_op, count, flags));
4230 * The output contains a count, a list of offsets, which show where the
4262 /* count numbe
319 __s_api_makeModListCount( const char *service, const ns_ldap_attr_t * const *attr, const int mod_op, const int count, const int flags) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c116 int wg_restartcnt; /* count of times restarted */
2626 continue; /* just count entries */
2930 ** WorkList to WorkQ. The lower count of 'max' or MaxListCount items
4290 ** count size before chompheader() destroys the line.
6682 ** count -- add/remove entry (+1/0/-1: add/no change/remove)
6696 upd_qs(e, count, space, where)
6698 int count;
6715 sm_dprintf("func=upd_qs, count=%d, space=%d, where=%s, idx=%d, entries=%d\n",
6716 count, space, where, idx, QSHM_ENTRIES(idx));
6719 if (QSHM_ENTRIES(idx) >= 0 && count !
6883 int count; local
[all...]
H A Dutil.c2450 ** count -- number of processes.
2476 proc_list_add(pid, task, type, count, other, hostaddr)
2480 int count;
2538 ProcListVec[i].proc_count = count;
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c669 int count = 0; local
677 count++;
680 return count;
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c2497 list->count = 0;
2518 HeadNode->count++;
2550 HeadNode->count--;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm14 my $count = 0;
25 ++$count;
34 die "No tags read??" unless $count;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm959 # return the nth digit, negative values count backward
992 $zeros += length($elem); # count trailing zeros
1045 my $cnt = scalar @$s; # get count of parts
1571 my $count = CORE::length($1); # 0b100 => len('00') => 2
1572 my $cnt = $count; # counter for loop
2027 _len(obj) returns count of the decimal digits of the object

Completed in 2590 milliseconds

<<313233343536