Home
last modified time | relevance | path

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

12345678910>>...78

/titanic_50/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 …]
H A Dtst.lquantize.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
H A Dtst.quantize.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
/titanic_50/usr/src/cmd/dtrace/test/tst/common/llquantize/
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 …]
/titanic_50/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 …]
/titanic_50/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 …]
/titanic_50/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 …]
/titanic_50/usr/src/lib/libc/port/print/
H A Dwprintf.c62 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
128 count = _wndoprnt(format, ap, iop, 0); in fwprintf()
130 if (FERROR(iop) || count == EOF) { in fwprintf()
136 if ((size_t)count > MAXINT) { in fwprintf()
140 return ((int)count); in fwprintf()
[all …]
H A Dvwprintf.c65 ssize_t count; in _vwprintf_c89() local
85 count = _wndoprnt(format, ap, stdout, _F_INTMAX32); in _vwprintf_c89()
87 count = _wndoprnt(format, ap, stdout, 0); in _vwprintf_c89()
90 if (FERROR(stdout) || count == EOF) { in _vwprintf_c89()
96 if ((size_t)count > MAXINT) { in _vwprintf_c89()
100 return ((int)count); in _vwprintf_c89()
111 ssize_t count; in _vfwprintf_c89() local
132 count = _wndoprnt(format, ap, iop, _F_INTMAX32); in _vfwprintf_c89()
134 count = _wndoprnt(format, ap, iop, 0); in _vfwprintf_c89()
136 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
[all …]
/titanic_50/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 …]
/titanic_50/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c45 return count; \
68 decode_mi(uint32_t *data, int count, uint32_t hw_offset, int *failures) in decode_mi() argument
115 if (i >= count) in decode_mi()
116 BUFFER_FAIL(count, len, opcodes_mi[opcode].name); in decode_mi()
130 decode_2d(uint32_t *data, int count, uint32_t hw_offset, int *failures) in decode_2d() argument
179 if (count < 6) in decode_2d()
180 BUFFER_FAIL(count, len, "XY_COLOR_BLT"); in decode_2d()
220 if (count < 8) in decode_2d()
221 BUFFER_FAIL(count, len, "XY_SRC_COPY_BLT"); in decode_2d()
272 if (i >= count) in decode_2d()
[all …]
/titanic_50/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 …]
/titanic_50/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 …]
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c245 uint_t count; in get_dev_list() local
252 if (crypto_get_dev_list(&count, &entries) != 0) { in get_dev_list()
261 if (count > dev_list.dl_dev_count) { in get_dev_list()
262 dev_list.dl_dev_count = count; in get_dev_list()
264 crypto_free_dev_list(entries, count); in get_dev_list()
271 dev_list.dl_dev_count = count; in get_dev_list()
274 copyout_size = count * sizeof (crypto_dev_list_entry_t); in get_dev_list()
278 crypto_free_dev_list(entries, count); in get_dev_list()
284 if (count > 0 && copyout(entries, arg + offset, copyout_size) != 0) { in get_dev_list()
285 crypto_free_dev_list(entries, count); in get_dev_list()
[all …]
/titanic_50/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 …]
/titanic_50/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 …]
/titanic_50/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()
/titanic_50/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 …]
/titanic_50/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()
/titanic_50/usr/src/uts/common/os/
H A Dddi_nodeid.c51 uint32_t count; member
161 if ((np->nodeid + np->count) == xp->nodeid) { in np_coalesce()
162 np->count += xp->count; in np_coalesce()
202 --np->count; in impl_ddi_alloc_nodeid()
203 if (np->count == 0) { in impl_ddi_alloc_nodeid()
248 ++np->count; in impl_ddi_free_nodeid()
257 if (nodeid == (np->nodeid + np->count)) { in impl_ddi_free_nodeid()
258 ++np->count; in impl_ddi_free_nodeid()
269 fp->count = 1; in impl_ddi_free_nodeid()
274 if (nodeid < (np->nodeid + np->count)) in impl_ddi_free_nodeid()
[all …]

12345678910>>...78