Searched refs:count (Results 776 - 800 of 878) sorted by relevance

<<313233343536

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c497 * A null template with a count will cause the lower layer
499 * Template with 0 count is not a problem.
1526 CK_ULONG count; local
1535 count = 0;
1546 count++;
1548 *pulCount = count;
1553 if (*pulCount < count)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c1440 register int count=1, quoted=0, c; local
1443 while(count>0 && (c= *++cp))
1451 count++;
1453 count--;
1459 count = staktell();
1461 sh_trim(sp=stakptr(count));
1493 stakseek(count);
H A Dpath.c243 register int count = 0; local
249 switch(count++)
263 ++count;
282 if(count>1)
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1879 s10_sysinfo(sysret_t *rv, int command, char *buf, long count) argument
1904 command, buf, count));
1908 if (count > 0) {
1909 if (brand_uucopystr(value, buf, count) != 0)
1915 if (len > count && brand_uucopy("\0", buf + (count - 1), 1)
1924 (void) B_TRUSS_POINT_3(rv, SYS_systeminfo, 0, command, buf, count);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c2427 int count = 0; local
2485 for (p = olist; p; p = p->next) count++;
2496 global_mech_list = sasl_ALLOC((count + 1) * sizeof(char *));
2499 memset(global_mech_list, 0, (count + 1) * sizeof(char *));
2504 count = 0;
2508 global_mech_list[count++] = (char *) p->d;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c244 freeValue(__nis_value_t *val, int count) { argument
250 for (c = 0; c < count; c++) {
263 cloneValue(__nis_value_t *val, int count) { argument
268 if (count <= 0 || val == 0)
271 n = am(myself, count * sizeof (*n));
275 for (c = 0; c < count; c++) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c328 argc++; /* count up arguments for error messages below */
371 argc++; /* count up arguments for error messages below */
433 argc++; /* count up arguments for error messages below */
500 argc++; /* count up arguments for error messages below */
1803 dt_topo_sort(dtrace_hdl_t *dtp, dt_lib_depend_t *dld, int *count) argument
1807 dld->dtld_start = ++(*count);
1816 dt_topo_sort(dtp, dlda, count) == -1)
1829 new->dtld_finish = dld->dtld_finish = ++(*count);
1842 int count = 0; local
1855 dt_topo_sort(dtp, dld, &count)
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1443 for (i = 0; i < mechset->count; i++) {
1480 if (mechset->count) {
2825 for (i = 0; i < mechs->count && major_status == GSS_S_COMPLETE; i++) {
3086 for (i = 0; i < mechSet->count; i++) {
3109 for (i = 0; i < mechSet->count; i++) {
3357 for (i = 0; i < mechset->count; i++) {
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1197 int count; local
1258 count = di_prop_bytes(prop, &port_wwn_data);
1259 if (count != WWN_SIZE) {
1937 int count; local
1995 count = di_path_prop_lookup_bytes(path, PORT_WWN_PROP,
1997 if (count != WWN_SIZE) {
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c236 * count - number of bits to shift out
241 uint16_t count)
247 /* We need to shift "count" bits out to the EEPROM. So, value in the
251 mask = 0x01 << (count - 1);
293 uint16_t count)
299 /* In order to read a register from the EEPROM, we need to shift 'count'
311 for(i = 0; i < count; i++) {
1214 * because the symbol error count will increment wildly if there
2708 * count - Number of bits to shift out
2715 uint16_t count)
239 e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data, uint16_t count) argument
292 e1000_shift_in_ee_bits(struct e1000_hw *hw, uint16_t count) argument
2713 e1000_shift_out_mdi_bits(struct e1000_hw *hw, uint32_t data, uint16_t count) argument
[all...]
H A Dtulip.c790 int count = p[2]; local
796 for (i = 0; i < count; i++) {
810 int count; local
817 count = *p++;
822 mtable->leafcount = count;
830 for (i = 0; i < count; i++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm924 my $count = 0;
1046 ## int count = gsubst(string, substring, replace)
1610 all the matching parts (or matching count in scalar context).
1615 =item C<$count = $Collator-E<gt>subst($string, $substring, $replacement)>
1619 (C<$string> is modified) and return C<$count> (always equals to C<1>).
1626 =item C<$count = $Collator-E<gt>gsubst($string, $substring, $replacement)>
1630 (C<$string> is modified) and return C<$count>.
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c43 * Atom structure, used to reference count string atoms.
47 uint_t a_count; /* String reference count */
795 * pool_get_provider_count() returns the count of registered providers.
797 * Returns count of registered providers
802 uint_t count = 0; local
808 count++;
810 return (count);
1951 * atom_free() decrements the reference count for the supplied
1952 * string. If the reference count reaches zero, then the atom is
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c190 int count; local
196 entry.enc_root, entry.enc_path, &count) < 6)
211 sep = strstr (buf + count, " - ");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c384 I32 count = FILTER_READ(idx+1, sv, maxlen); local
385 if (count > 0 && !maxlen)
387 return count;
1329 I32 count = 1; local
1333 while (count && (c = *regparse)) {
1337 count++;
1339 count--;
7089 /* embedded newlines increment the line count */
7958 I32 count = FILTER_READ(idx+1, sv, maxlen); local
7959 if (count) {
7977 I32 count = FILTER_READ(idx+1, sv, maxlen); local
[all...]
H A Dmg.c352 int count = 0; local
357 count += CALL_FPTR(vtbl->svt_copy)(aTHX_ sv, mg, nsv, key, klen);
365 count++;
368 return count;
1964 SvREFCNT_dec(av); /* remove extra count added by sv_add_backref() */
H A Dutil.c151 Perl_safesyscalloc(MEM_SIZE count, MEM_SIZE size) argument
157 if (size * count > 0xffff) {
159 "Allocation too large: %lx\n", size * count) FLUSH;
164 if ((long)size < 0 || (long)count < 0)
167 size *= count;
170 DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05ld) calloc %ld x %ld bytes\n",PTR2UV(ptr),(long)PL_an++,(long)count,(long)size));
662 stop_pos does not include SvTAIL in the count, so this check is incorrect
2548 Perl_repeatcpy(pTHX_ register char *to, register const char *from, I32 len, register I32 count) argument
2555 while (count-- > 0)
2559 while (count
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c195 * hostname . audit id . unix time . pid . count
197 * "count = noise++;" is subject to a race condition but I don't
213 int count = noise++; local
237 MD5Update(&context, (unsigned char *) &(count), sizeof (int));
240 retval = output.v[count % 4];
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c334 int count = (sizeof (getXbyY_to_dbop) / sizeof (getXbyY_to_dbop_t)); local
344 for (i = 0; i < count; i++) {
382 if (idx >= count)
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssscf.c1463 int count = 0; local
1467 for (; *list != NULL; count++, list++)
1469 return (count);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c497 int count = 0; /* count # of 1's in x */ local
500 count++;
503 while (count > 1) {
506 count--;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c489 data_set->count == 0 ||
/osnet-11/usr/src/lib/libgss/
H A Dg_glue.c644 for (i = 0; i < union_cred->count; i++) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsendmail.h1726 #define RSF_COUNT 0x0004 /* count rejections (statistics)? */
2728 # define updfs(e, count, space, where) upd_qs(e, count, space, where)
2730 # define updfs(e, count, space, where)
2731 # define upd_qs(e, count, space, where)
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h607 LEXTERN void far*memLsetl (void far*p, int value, long count);

Completed in 4639 milliseconds

<<313233343536