Searched refs:count (Results 276 - 300 of 2103) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c57 static int in_range(void *, Lc_addr_range_t[], uint_t count);
198 _preexec_sig_unload(Lc_addr_range_t range[], uint_t count) argument
212 in_range((void *)handler, range, count)) {
238 _preexec_atfork_unload(Lc_addr_range_t range[], uint_t count) argument
256 in_range((void *)func, range, count)) ||
258 in_range((void *)func, range, count)) ||
260 in_range((void *)func, range, count))) {
301 _preexec_tsd_unload(Lc_addr_range_t range[], uint_t count) argument
311 in_range((void *)func, range, count))
326 _preexec_exit_handlers(Lc_addr_range_t range[], uint_t count) argument
376 in_range(void *addr, Lc_addr_range_t ranges[], uint_t count) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Deeprom.c90 unsigned int count; local
109 count = 1000000;
110 while (!(twiPtr->TWI_SR & AT91C_TWI_RXRDY) && --count > 0)
112 if (count <= 0)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh56 dd if=/dev/urandom of=/$TESTPOOL/filler bs=1024k count=50
59 conv=notrunc count=50
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemset.s63 andn %o2, 3, %o3 ! create word sized count in %o3
64 dec %o2 ! decrement count
79 and %o2, 3, %o2 ! leftover count, if any
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java289 int count = 0;
306 count++;
308 if (count == 0)
311 return (new DoubleStatistic(new Double(total / count), first,
377 int count = 0;
393 count++;
395 if (count == 0)
398 return (new LongStatistic(new Long(total / count), first,
464 int count = 0;
482 count
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc78 ssize_t count; local
97 if ((count = readlink(node,buf,sizeof(buf)))) {
98 buf[count] = '\0';
/illumos-gate/usr/src/uts/common/syscall/
H A Dprofil.c75 long count = 0; local
85 count = p->p_prof.pr_samples;
93 return (count);
H A Drw.c66 * EOVERFLOW if count is non-zero and if size of file
75 read(int fdes, void *cbuf, size_t count) argument
88 if ((cnt = (ssize_t)count) < 0)
168 * Only use bypass caches when the count is large enough
211 write(int fdes, void *cbuf, size_t count) argument
224 if ((cnt = (ssize_t)count) < 0)
337 pread(int fdes, void *cbuf, size_t count, off_t offset) argument
356 if ((bcount = (ssize_t)count) < 0)
477 pwrite(int fdes, void *cbuf, size_t count, off_t offset) argument
496 if ((bcount = (ssize_t)count) <
627 ssize_t count, bcount; local
785 ssize_t count, bcount; local
935 ssize_t count, bcount; local
1117 ssize_t count, bcount; local
1322 pread64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, uint32_t offset_2) argument
1445 pwrite64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, uint32_t offset_2) argument
1593 read32(int32_t fdes, caddr32_t cbuf, size32_t count) argument
1600 write32(int32_t fdes, caddr32_t cbuf, size32_t count) argument
1607 pread32(int32_t fdes, caddr32_t cbuf, size32_t count, off32_t offset) argument
1615 pwrite32(int32_t fdes, caddr32_t cbuf, size32_t count, off32_t offset) argument
[all...]
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dgnttab.h80 uint16_t count; member in struct:gnttab_free_callback
117 int gnttab_alloc_grant_references(uint16_t count, grant_ref_t *pprivate_head);
131 void (*fn)(void *), void *arg, uint16_t count);
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ioctl.h147 * When the ioctl returns successfully, count will contain the number of
152 * increments, the bus generation count should increment by at least one.
158 uint_t count; member in struct:hci1394_ioctl_selfid_cnt_s
164 * When the ioctl returns successfully, count will contain the current 1394
165 * bus generation count.
168 * generation count which is an 8 bit value. Therefore, this count will
172 uint_t count; member in struct:hci1394_ioctl_busgen_cnt_s
185 uint_t count; member in struct:hci1394_ioctl_read_selfid_s
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dio.d32 @ops["read"] = count();
33 @ops["write"] = count();
34 @ops["zfs_read"] = count();
35 @ops["zfs_write"] = count();
61 @ops[probefunc] = count();
84 @ops[this->name] = count();
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c239 req->count = 0;
247 NEW_REQARGV(req->req_data.data, req->count);
253 req->req_data.data[req->count] =
255 req->req_data.data[++req->count] = NULL;
444 req->count = 0;
453 NEW_REQARGV(req->req_data.data, req->count);
458 req->req_data.data[req->count++] =
460 req->req_data.data[req->count] = NULL;
523 req->count = 0;
542 NEW_REQPAIRARGV(req->req_data.pair, req->count);
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_init.c65 int count = 0; local
68 for (count=0; db_args && db_args[count]; count++);
69 if (count == 0) {
74 handle->db_args = calloc(sizeof(char*), count+1);
80 for (count=0; db_args[count]; count++) {
81 handle->db_args[count]
101 int count; local
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c566 int count; local
568 for (count = 0; count < entries; count++) {
569 pe[count].net_pe_totbytes = 0;
570 pe[count].net_pe_totibytes = 0;
571 pe[count].net_pe_totobytes = 0;
572 pe[count].net_pe_tottime = 0;
582 int count; local
584 for (count
607 int count; local
633 int count; local
650 int count; local
772 int count; local
807 int count; local
863 int count; local
1195 int count; local
1319 int count; local
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c62 uint_t count = 0; /* # bytes transferred to buf */ local
85 read_args.count = size;
87 read_args.count = nfs_readsize;
97 if ((count + read_args.count) > size)
98 read_args.count = size - count;
109 read_args.count);
121 read_args.count > NFS_READ_DECR) {
122 read_args.count /
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c33 * This is to report the count or the count and list of snapshots
71 * SMB_VSS_COUNT_SIZE, then all that is requested is the count, otherwise
72 * return the count and the list of @GMT tokens (one token for each
78 uint32_t count = 0; local
96 count = smb_vss_get_count(sr->tid_tree, root_path);
97 if (smb_mbc_encodef(fsctl->out_mbc, "lllw", count, 0,
98 (count * SMB_VSS_GMT_NET_SIZE(sr) +
103 count = fsctl->MaxOutputResp / SMB_VSS_GMT_NET_SIZE(sr);
106 count,
309 smb_vss_encode_gmttokens(smb_request_t *sr, smb_fsctl_t *fsctl, int32_t count, smb_gmttoken_response_t *snap_data) argument
379 uint32_t count = 0; local
402 smb_vss_get_snapshots(smb_tree_t *tree, char *resource_path, uint32_t count, smb_gmttoken_response_t *gmttokens) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDrop.java53 new String[] {"CPU", "kind", "count", "total",
127 private final long count; field in class:Drop
156 count = dropCount;
165 if (count < 0) {
166 throw new IllegalArgumentException("count is negative");
203 * @return non-negative drop count
208 return count;
268 buf.append(", count = ");
269 buf.append(count);
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s80 blu,pn %xcc, .wrchar ! small count: just set bytes
111 and %o2, 7, %o2 ! leftover count, if any
116 andn %o2, 3, %o3 ! create word sized count in %o3
118 dec %o2 ! decrement count
129 and %o2, 3, %o2 ! leftover count, if any
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c62 int i, count, nlifr; local
89 * Pad the interface count to detect when additional interfaces have
130 count = 0;
165 count++;
170 if (count == 0) {
177 return (count);
/illumos-gate/usr/src/cmd/modload/
H A Dmodinfo.c36 static int count = 0; variable
100 count++;
116 if (count)
134 (void) printf("%s", count ? cheader : header);
136 if (count)
/illumos-gate/usr/src/cmd/cdrw/
H A Dblank.c52 int count, ret; local
202 for (count = 0; count < (16*60); count++) {
234 if (count == (16*60)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c57 int count = 2, loopflg = 0; local
120 if (count < argc) {
121 (void) strcpy(cp2, argv[count]);
122 cp2 += strlen(argv[count]);
171 if (loopflg && ++count < argc) {
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dgb18030.c60 int count; member in struct:__anon3011
81 return (ps == NULL || ((const _GB18030State *)ps)->count == 0);
95 if (gs->count < 0 || gs->count > sizeof (gs->bytes)) {
106 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof (gs->bytes) - gs->count);
107 (void) memcpy(gs->bytes + gs->count, s, ncopy);
108 ocount = gs->count;
109 gs->count += ncopy;
111 n = gs->count;
161 gs->count
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_input.c94 auimpl_produce_data(audio_stream_t *sp, uint_t count) argument
118 nf = min(nframes - sp->s_hidx, count);
126 count -= nf;
132 } while (count);
202 int count; local
220 count = sp->s_converter(sp, fragfr);
222 count = fragfr;
227 if (count > space) {
230 sp->s_errors += count - space;
231 count
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c128 int64_t count; local
140 count = rc->rc_count;
143 return (count);
156 int64_t count; local
163 count = rc->rc_count;
165 return (count);
190 count = rc->rc_count;
192 return (count);
209 int64_t count, removed_count; local
218 count
[all...]

Completed in 101 milliseconds

<<11121314151617181920>>