Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 2424) sorted by relevance

12345678910>>...97

/onnv-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d.out4 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
14 value ------------- Distribution ------------- count
19 value ------------- Distribution ------------- count
24 value ------------- Distribution ------------- count
29 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
44 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
[all …]
H A Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value ------------- Distribution ------------- count
[all …]
H A Dtst.quantmany.d.out3 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
66 value ------------- Distribution ------------- count
85 value ------------- Distribution ------------- count
106 value ------------- Distribution ------------- count
129 value ------------- Distribution ------------- count
154 value ------------- Distribution ------------- count
[all …]
H A Dtst.quantzero.d.out3 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
15 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
27 value ------------- Distribution ------------- count
33 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
45 value ------------- Distribution ------------- count
51 value ------------- Distribution ------------- count
57 value ------------- Distribution ------------- count
[all …]
H A Dtst.signature.d35 @stk[ustack()] = count();
36 @symmy[sym(0)] = count();
37 @usymmy[usym(0)] = count();
38 @funky[func(0)] = count();
39 @ufunky[ufunc(0)] = count();
40 @moddy[mod(0)] = count();
41 @umoddy[umod(0)] = count();
46 @stk[ustack()] = count();
47 @symmy[sym(0)] = count();
48 @usymmy[usym(0)] = count();
[all …]
/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h107 #define QL_DUMP_1(bp, wdsize, count) \ argument
108 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
111 #define QL_DUMP_1(bp, wdsize, count) argument
117 #define QL_DUMP_2(bp, wdsize, count) \ argument
118 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
121 #define QL_DUMP_2(bp, wdsize, count) argument
127 #define QL_DUMP_3(bp, wdsize, count) \ argument
128 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
131 #define QL_DUMP_3(bp, wdsize, count) argument
137 #define QL_DUMP_4(bp, wdsize, count) \ argument
[all …]
/onnv-gate/usr/src/lib/libsec/common/
H A Daclcheck.c48 int count; member
85 if (tally.user_obj.count > 0) { in aclent_aclcheck()
91 tally.user_obj.count = 1; in aclent_aclcheck()
96 if (tally.group_obj.count > 0) { in aclent_aclcheck()
102 tally.group_obj.count = 1; in aclent_aclcheck()
107 if (tally.other_obj.count > 0) { in aclent_aclcheck()
113 tally.other_obj.count = 1; in aclent_aclcheck()
118 if (tally.class_obj.count > 0) { in aclent_aclcheck()
124 tally.class_obj.count = 1; in aclent_aclcheck()
133 cnt = (tally.def_user.count)++; in aclent_aclcheck()
[all …]
/onnv-gate/usr/src/lib/libbsm/common/
H A Dadrm.c48 adrm_char(adr_t *adr, char *cp, int count) in adrm_char() argument
50 while (count-- > 0) in adrm_char()
58 adrm_short(adr_t *adr, short *sp, int count) in adrm_short() argument
60 while (count-- > 0) { in adrm_short()
69 void adrm_int(adr_t *adr, int32_t *lp, int count);
70 void adrm_long(adr_t *adr, int32_t *lp, int count);
75 adrm_int32(adr_t *adr, int32_t *lp, int count) in adrm_int32() argument
79 for (; count-- > 0; lp++) { in adrm_int32()
89 adrm_uid(adr_t *adr, uid_t *up, int count) in adrm_uid() argument
93 for (; count-- > 0; up++) { in adrm_uid()
[all …]
H A Dadrf.c53 adrf_char(adrf_t *adrf, char *cp, int count) in adrf_char() argument
57 if (count < 0) in adrf_char()
59 while (count--) { in adrf_char()
72 adrf_short(adrf_t *adrf, short *sp, int count) in adrf_short() argument
76 if (count < 0) in adrf_short()
78 while (count--) { in adrf_short()
93 int adrf_int(adrf_t *adrf, int32_t *lp, int count);
94 int adrf_long(adrf_t *adrf, int32_t *lp, int count);
100 adrf_int32(adrf_t *adrf, int32_t *lp, int count) in adrf_int32() argument
105 if (count < 0) in adrf_int32()
[all …]
/onnv-gate/usr/src/uts/i86pc/io/
H A Dmicrofind.c56 uint64_t max, count = MICROCOUNT; in microfind() local
114 microdata = count; in microfind()
120 count = count << 1; in microfind()
130 if (count > 0x100000000) in microfind()
144 count = count >> 1; in microfind()
154 count *= 0xf000; in microfind()
169 if (count >= max) { in microfind()
171 count = 0x100000000; in microfind()
181 count = count / found; in microfind()
189 count *= PIT_HZ; in microfind()
[all …]
/onnv-gate/usr/src/lib/libc/port/print/
H A Dwprintf.c59 ssize_t count; in wprintf() local
85 count = _wndoprnt(format, ap, stdout, 0); in wprintf()
87 if (FERROR(stdout) || count == EOF) { in wprintf()
93 if ((size_t)count > MAXINT) { in wprintf()
97 return ((int)count); in wprintf()
104 ssize_t count; in fwprintf() local
131 count = _wndoprnt(format, ap, iop, 0); in fwprintf()
133 if (FERROR(iop) || count == EOF) { in fwprintf()
139 if ((size_t)count > MAXINT) { in fwprintf()
143 return ((int)count); in fwprintf()
[all …]
H A Dvwprintf.c63 ssize_t count; in _vwprintf_c89() local
86 count = _wndoprnt(format, ap, stdout, _F_INTMAX32); in _vwprintf_c89()
88 count = _wndoprnt(format, ap, stdout, 0); in _vwprintf_c89()
91 if (FERROR(stdout) || count == EOF) { in _vwprintf_c89()
97 if ((size_t)count > MAXINT) { in _vwprintf_c89()
101 return ((int)count); in _vwprintf_c89()
112 ssize_t count; in _vfwprintf_c89() local
136 count = _wndoprnt(format, ap, iop, _F_INTMAX32); in _vfwprintf_c89()
138 count = _wndoprnt(format, ap, iop, 0); in _vfwprintf_c89()
140 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
[all …]
/onnv-gate/usr/src/lib/print/libpapi-common/common/
H A Dlist.c45 int count; in list_append() local
57 for (count = 0; (*list)[count] != NULL; count++) in list_append()
60 if ((count + 1) % __list_increment == 0) { /* expand the list */ in list_append()
62 int new_size = LIST_SIZE(count + 1); in list_append()
68 for (count = 0; (*list)[count] != NULL; count++) in list_append()
69 new_list[count] = (*list)[count]; in list_append()
74 (*list)[count] = item; in list_append()
112 int count = 0; in list_concatenate() local
116 (*result)[count++] = list1[size1]; in list_concatenate()
119 (*result)[count++] = list2[size2]; in list_concatenate()
[all …]
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DCharsetDecl.cxx22 CharsetDeclRange::CharsetDeclRange(WideChar descMin, Number count, in CharsetDeclRange() argument
25 count_(count), in CharsetDeclRange()
31 CharsetDeclRange::CharsetDeclRange(WideChar descMin, Number count) in CharsetDeclRange() argument
33 count_(count), in CharsetDeclRange()
39 CharsetDeclRange::CharsetDeclRange(WideChar descMin, Number count, in CharsetDeclRange() argument
42 count_(count), in CharsetDeclRange()
48 void CharsetDeclRange::rangeDeclared(WideChar min, Number count, in rangeDeclared() argument
51 if (count > 0 && min + count > descMin_ && min < descMin_ + count_) { in rangeDeclared()
53 WideChar commMax = min + ((min + count < descMin_ + count_ in rangeDeclared()
54 ? count in rangeDeclared()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.t38 $count = 1;
43 if ($^O eq 'vos' && $count == 1) {
44 print "ok $count -- skipping 1970 test on VOS.\n";
57 print "ok $count\n";
59 print "not ok $count\n";
62 $count++;
65 if ($^O eq 'vos' && $count == 2) {
66 print "ok $count -- skipping 1970 test on VOS.\n";
78 print "ok $count\n";
80 print "not ok $count\n";
[all …]
/onnv-gate/usr/src/cmd/praudit/
H A Dprio.c43 pr_adr_char(pr_context_t *context, char *cp, int count) in pr_adr_char() argument
50 err = adrf_char(adrf, cp, count); in pr_adr_char()
59 if (!pr_input_remaining(context, (sizeof (char) * count))) { in pr_adr_char()
64 adrm_char(adr, cp, count); in pr_adr_char()
72 pr_adr_short(pr_context_t *context, short *sp, int count) in pr_adr_short() argument
79 err = adrf_short(adrf, sp, count); in pr_adr_short()
88 if (!pr_input_remaining(context, (sizeof (short) * count))) { in pr_adr_short()
93 adrm_short(adr, sp, count); in pr_adr_short()
101 pr_adr_int32(pr_context_t *context, int32_t *lp, int count) in pr_adr_int32() argument
108 err = adrf_int32(adrf, lp, count); in pr_adr_int32()
[all …]
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero2.d.out5 value ------------- Distribution ------------- count
11 value ------------- Distribution ------------- count
17 value ------------- Distribution ------------- count
23 value ------------- Distribution ------------- count
29 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
45 value ------------- Distribution ------------- count
51 value ------------- Distribution ------------- count
56 value ------------- Distribution ------------- count
[all …]
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dsema.c41 return (sp->count == 0); in sema_held()
47 sema_init(sema_t *sp, unsigned int count, int type, void *arg) in sema_init() argument
52 (count > _semvaluemax)) in sema_init()
55 sp->count = count; in sema_init()
90 uint_t count; in sema_wait_impl() local
109 if (ssp && lsp->count == 0) { in sema_wait_impl()
111 if (lsp->count == 0) /* still looks like sleep */ in sema_wait_impl()
126 lsp->count != 0) { /* and non-blocking */ in sema_wait_impl()
133 lsp->count--; in sema_wait_impl()
141 while (error == 0 && lsp->count == 0) { in sema_wait_impl()
[all …]
/onnv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c60 free_replica(struct replica *list, int count) in free_replica() argument
64 for (i = 0; i < count; i++) { in free_replica()
74 parse_replica(char *special, int *count) in parse_replica() argument
82 *count = 0; in parse_replica()
112 if ((list = realloc(list, (*count + 1) * in parse_replica()
115 bzero(&list[(*count)++], sizeof (struct replica)); in parse_replica()
117 list[*count-1].host = strdup(proot); in parse_replica()
118 if (!list[*count-1].host) in parse_replica()
145 if ((list = realloc(list, (*count + 1) * in parse_replica()
148 bzero(&list[(*count)++], in parse_replica()
[all …]
/onnv-gate/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c45 return count; \
80 decode_mi(uint32_t *data, int count, uint32_t hw_offset, int *failures) in decode_mi() argument
127 if (i >= count) in decode_mi()
128 BUFFER_FAIL(count, len, opcodes_mi[opcode].name); in decode_mi()
142 decode_2d(uint32_t *data, int count, uint32_t hw_offset, int *failures) in decode_2d() argument
191 if (count < 6) in decode_2d()
192 BUFFER_FAIL(count, len, "XY_COLOR_BLT"); in decode_2d()
232 if (count < 8) in decode_2d()
233 BUFFER_FAIL(count, len, "XY_SRC_COPY_BLT"); in decode_2d()
284 if (i >= count) in decode_2d()
[all …]
/onnv-gate/usr/src/common/openssl/crypto/des/
H A Dspeed.c181 long count; in main() local
203 count=10; in main()
208 count*=2; in main()
210 for (i=count; i; i--) in main()
214 ca=count; in main()
215 cb=count*3; in main()
216 cc=count*3*8/BUFSIZE+1; in main()
217 cd=count*8/BUFSIZE+1; in main()
218 ce=count/20+1; in main()
220 #define COND(d) (count != (d)) in main()
[all …]
/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dinject.c44 static int count = 0; in read() local
46 if ((count++ >= 263 && count <= 267) || in read()
47 (count >= 381 && count <= 385) || in read()
48 (count >= 1014 && count <= 1019) || in read()
49 (count >= 1119 && count <= 1123) || in read()
50 (count >= 1888 && count <= 1892)) { in read()
/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dsortmap.c149 int count; in client_refer() local
151 for (count = 0; ext[count] != (struct cfextra *)NULL; count++) { in client_refer()
152 ext[count]->cf_ent.path = ext[count]->client_path; in client_refer()
153 ext[count]->cf_ent.ainfo.local = ext[count]->client_local; in client_refer()
162 int count; in server_refer() local
164 for (count = 0; ext[count] != (struct cfextra *)NULL; count++) { in server_refer()
165 ext[count]->cf_ent.path = ext[count]->server_path; in server_refer()
166 ext[count]->cf_ent.ainfo.local = ext[count]->server_local; in server_refer()
/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_rwlock.c71 l->count--; in smbfs_rw_enter_sig()
79 while (l->count < 0 || l->waiters > 0) { in smbfs_rw_enter_sig()
96 ASSERT(l->count < INT_MAX); in smbfs_rw_enter_sig()
98 if ((l->count % 10000) == 9999) in smbfs_rw_enter_sig()
100 "rwlock @ %p\n", l->count, (void *)&l); in smbfs_rw_enter_sig()
102 l->count++; in smbfs_rw_enter_sig()
113 while (l->count > 0 || l->owner != NULL) { in smbfs_rw_enter_sig()
135 l->count--; in smbfs_rw_enter_sig()
160 l->count--; in smbfs_rw_tryenter()
166 if (l->count < 0 || l->waiters > 0) { in smbfs_rw_tryenter()
[all …]
/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Ddevice.c166 static s64 fake_pread(struct ntfs_device *dev, void *b, s64 count, in fake_pread() argument
169 return dev->d_ops->read(dev, b, count); in fake_pread()
191 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) in ntfs_pread() argument
197 ntfs_log_trace("Entering for pos 0x%llx, count 0x%llx.\n", pos, count); in ntfs_pread()
198 if (!b || count < 0 || pos < 0) { in ntfs_pread()
202 if (!count) in ntfs_pread()
217 for (total = 0; count; count -= br, total += br) { in ntfs_pread()
218 br = _pread(dev, (char*)b + total, count, pos + total); in ntfs_pread()
252 static s64 fake_pwrite(struct ntfs_device *dev, const void *b, s64 count, in fake_pwrite() argument
255 return dev->d_ops->write(dev, b, count); in fake_pwrite()
[all …]

12345678910>>...97