Searched refs:count (Results 501 - 525 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t89 my $count = 0;
91 if ($count++ == 0) {
96 test($count == 1);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c626 int count = to_1 - from; local
633 (void) winsdelln(curscr, -count);
640 (void) TPUTS(tparm(parm_delete_line, (long)count,
641 0, 0, 0, 0, 0, 0, 0, 0), count, __m_outc);
664 int count = to_1 - from; local
672 (void) winsdelln(curscr, count);
679 (void) TPUTS(tparm(parm_insert_line, (long)count,
680 0, 0, 0, 0, 0, 0, 0, 0), count, __m_outc);
703 int count = n; local
724 finish = count
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAPort.cc215 ssize_t count; local
234 if ((count = readlink(node,buf,sizeof(buf)))) {
235 buf[count] = '\0';
258 throw InternalError("HBA NPIV Port count exceeds max number of ports");
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c85 " [+dir.count?directory entry count]"
86 " [+dir.files?directory file count]"
99 " [+nlink?hard link count]"
104 " [+total.blocks?running total block count]"
106 " [+total.files?running total file count]"
319 Count_t count; /* directory counts */ member in struct:__anon1492
332 unsigned long directories; /* directory count */
353 "%(dir.count:case;0;;1;%(path)s:\n;*;\n%(path)s:\n)s"
368 { "dir.count", KEY_dir_coun
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c229 uint32_t count[DB_TYPES] = {0}; local
275 sz = size_db(hdp, page_sz, count);
298 rv = init_hdr(hdp, page_sz, count);
780 init_hdr(struct di_devlink_handle *hdp, long page_sz, uint32_t *count) argument
791 assert(count[i] >= 1);
792 DB_NUM(hdp, i) = count[i];
2953 size_db(struct di_devlink_handle *hdp, long page_sz, uint32_t *count) argument
2963 count[i] = 1;
2966 count_node(CACHE(hdp)->root, count);
2969 count_link(clp, count);
2985 count_node(cache_node_t *cnp, uint32_t *count) argument
3006 count_minor(cache_minor_t *cmnp, uint32_t *count) argument
3023 count_link(cache_link_t *clp, uint32_t *count) argument
3035 count_string(const char *str, uint32_t *count) argument
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdment.c376 * cannot count on the "disk" model to apply to all device
581 int count; local
595 count = fread(tmplist, 1, sizeof (tmplist) - 1, expansion);
597 tmplist[count] = '\0';
601 count = pack_white(tmplist);
603 (char **)malloc((count + 2) * sizeof (char *));
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c146 find_dt(FILE *fp, uint_t flags, uint_t query, int count, argument
161 for (nrecords = 0; count < 0 || nrecords < count; ) {
209 * Caller just wants a count of the number of matching
283 lookup_dt(void *handle, boolean_t partial, uint_t query, int count, argument
299 retval = find_dt(fp, partial ? FIND_PARTIAL : 0, query, count, targetp,
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c112 size_t count; local
124 count = end - begin;
125 count += 1;
127 if (count > sizeof (buf))
130 (void) snprintf(buf, count, "%s", begin);
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c214 char *exp, char ***princs, int *count)
222 if(princs == NULL || count == NULL)
230 *count = r->count;
233 *count = 0;
213 kadm5_get_principals(void *server_handle, char *exp, char ***princs, int *count) argument
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dbochs.c182 grub_video_bochs_set_palette (unsigned int start, unsigned int count, argument
190 if (start + count >= 0x100)
191 count = 0x100 - start;
193 for (i = 0; i < count; i++)
199 return grub_video_fb_set_palette (start, count, palette_data);
H A Dcirrus.c218 grub_video_cirrus_set_palette (unsigned int start, unsigned int count, argument
226 if (start + count >= 0x100)
227 count = 0x100 - start;
229 for (i = 0; i < count; i++)
235 return grub_video_fb_set_palette (start, count, palette_data);
/osnet-11/usr/src/lib/libumem/common/
H A Denvvar.c560 size_t count; local
573 count = end - beg;
575 if (count + 1 > sizeof (buf)) {
588 (void) strncpy(buf, beg, count);
589 buf[count] = 0;
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c1036 PedSector count)
1041 size_t read_length = count * dev->sector_size;
1129 PedSector count)
1134 size_t write_length = count * dev->sector_size;
1181 dev->path, buffer, (int)start, (int)count);
1238 solaris_check(PedDevice* dev, void* buffer, PedSector start, PedSector count) argument
1251 printf("solaris_check: start %lld count %lld\n", start, count);
1258 diobuf = memalign(PED_SECTOR_SIZE_DEFAULT, count * dev->sector_size);
1261 count * de
1035 solaris_read(const PedDevice* dev, void* vbuffer, PedSector start, PedSector count) argument
1128 solaris_write(PedDevice* dev, const void* buffer, PedSector start, PedSector count) argument
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s57 * if (count < SMALL_MAX) {
58 * if count < SHORTCOPY (SHORTCOPY=3)
81 * if (count < MED_MAX) {
85 * } else { src/dst aligned; count > MED_MAX
96 * if src is word aligned and count < MED_WMAX
99 * if count < MED_UMAX
191 andn %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
192 sub %o2, %o3, %o2 ! update o2 with new count
196 deccc %o3 ! decrement count
199 andncc %o2, 7, %o3 ! %o3 count i
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c292 int count = 1; local
302 count++;
310 attrs[count].type = CKA_PRIVATE;
311 attrs[count].pValue = &is_private;
312 attrs[count].ulValueLen = sizeof (is_private);
313 count++;
318 attrs, count);
323 count = 0;
331 count = 1;
343 count
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1549 int count; member in struct:ifinfo
1751 * the running count of elements as we sum the class
2074 /* Address count */
2080 * Exclude IPv4-mapped IPv6 addresses from the count, as
2171 * we have to count the "official" name as well as the aliases.
2233 int i, count; local
2257 count = addrs->n_cnt;
2258 if ((char *)(&addrvec[count + 1]) > (char *)(&addrp[-count]))
2263 for (na = addrs->n_addrs, i = 0; i < count; n
2337 int i, count; local
2409 int i, count; local
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c199 * count white space fields
3097 int count = 0; local
3114 count += cfp->cf_head->h_cfgs[table_offset].l_nentry;
3116 return (count);
3131 int i, count; local
3149 count = 0;
3164 if (count == 0)
3167 buf = (char **)realloc(buf, (cfl->l_nentry + count) *
3173 bzero(&buf[count], cfl->l_nentry * sizeof (char *));
3178 if ((buf[i + count]
3340 int count, i; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL842 local($field, $fieldname, $typeno, $count, $offset, $entry);
867 ($fieldname, $typeno, $count, $offset, $length) = split(/,/, $field);
873 $count .= $2;
892 &repeat_template($template,$count);
906 "$prefix.$fieldname" . $count);
920 &repeat_template($template,$count);
930 push(@typeof, "'$mytype" . ($count ? $count : '') .
943 $mycount *= &scripts2count($count) if $count;
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c93 uint32_t de_nrel; /* relocation count */
99 uint32_t de_nsym; /* symbol count */
115 uint32_t count = 0; local
146 count += s->dofs_size / s->dofs_entsize;
150 dep->de_nrel = count;
151 dep->de_nsym = count + 1; /* the first symbol is always null */
177 count = 0;
218 rel->r_info = ELF32_R_INFO(count + dep->de_global,
227 rel->r_info = ELF32_R_INFO(count + dep->de_global,
242 count
295 uint32_t count = 0; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c191 grub_uint8_t count[16]; local
197 while (data->file->offset + sizeof (count) + 1 <= next_marker)
206 if (grub_file_read (data->file, &count, sizeof (count)) !=
207 sizeof (count))
211 for (i = 0; i < ARRAY_SIZE (count); i++)
212 n += count[i];
224 for (i = 0; i < ARRAY_SIZE (count); i++)
226 base += count[i];
227 ofs += count[
[all...]
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c823 "the transmission queue\n", transq_hdr.count));
919 DPRINT((dfile, "Token sent (transq size = %ld)\n", transq_hdr.count));
1149 transq_hdr.count));
1341 if (transq_hdr.count > 0) {
1402 if (transq_hdr.count > 0) {
1404 "(len = %ld)\n", transq_hdr.count));
1405 while (transq_hdr.count > 0) {
1458 transq_hdr.count--;
1500 transq_hdr.count++;
1560 out_buf.length, transq_hdr.count));
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t835 like($@, qr/\(\)-group starts with a count/);
837 like($@, qr/\(\)-group starts with a count/);
839 like($@, qr/\(\)-group starts with a count/);
841 like($@, qr/\(\)-group starts with a count/);
865 # various unpack count/code scenarios
873 # warn when count/code goes beyond end of string
879 # postfix repeat count
882 # warn when count/code goes beyond end of string
903 like( $@, qr{'/' does not take a repeat count} );
906 like( $@, qr{'/' does not take a repeat count} );
[all...]
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha1.c48 uint32_t count[2]; member in struct:Sha1_s
234 j = sha->count[0];
235 if ((sha->count[0] += len << 3) < j)
236 sha->count[1] += (len >> 29) + 1;
258 sha->count[0] = sha->count[1] = 0;
299 ((sha->count[(i >= 4 ? 0 : 1)]
304 while ((sha->count[0] & 504) != 448)
314 memset(sha->count, 0, sizeof(sha->count));
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c133 * by passing a count that is not -ve.
138 * count - # of LUNs in the list that have to be onlined.
146 dev_rcm_online(apid_t *apidt, int count, cfga_flags_t flags, char **errstring) argument
162 if ((count >= 0) && (i >= count))
217 int count = 0; local
247 (void) dev_rcm_online(apidt, count,
251 count++;
261 (void) dev_rcm_online(apidt, count, flags,
265 count
287 int count = 0; local
[all...]
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c444 size_t count = 0; local
447 int count = 0; local
680 count += (n = format - bp); /* n = no. of non-% chars */
689 return ((ssize_t)count);
705 return (FERROR(iop) ? EOF : (ssize_t)count);
707 return (FERROR(iop) ? EOF : (int)count);
1950 * If we've seen a dot, and count has been set
1982 * Solaris behavior - count
2025 * XPG4 behavior - count
2049 *svcount = (long long)count;
[all...]

Completed in 98 milliseconds

<<21222324252627282930>>