Home
last modified time | relevance | path

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

12345678910>>...72

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslcompiler.l189 count (int type);
218 [ ] { count (0); }
221 [ \t] { count (0); }
229 ";" { count (0); return(';'); }
275 "{" { count (0); return ('{'); }
276 "}" { count (0); return ('}'); }
277 "," { count (0); return (','); }
343 "If" { count (3); return (PARSEOP_IF); }
816 count (0);
829 count (0);
[all …]
/illumos-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.d33 @stk[ustack()] = count();
34 @symmy[sym(0)] = count();
35 @usymmy[usym(0)] = count();
36 @funky[func(0)] = count();
38 @moddy[mod(0)] = count();
39 @umoddy[umod(0)] = count();
44 @stk[ustack()] = count();
45 @symmy[sym(0)] = count();
46 @usymmy[usym(0)] = count();
47 @funky[func(0)] = count();
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h106 #define QL_DUMP_1(bp, wdsize, count) \ argument
110 #define QL_DUMP_1(bp, wdsize, count) argument
116 #define QL_DUMP_2(bp, wdsize, count) \ argument
120 #define QL_DUMP_2(bp, wdsize, count) argument
130 #define QL_DUMP_3(bp, wdsize, count) argument
140 #define QL_DUMP_4(bp, wdsize, count) argument
150 #define QL_DUMP_5(bp, wdsize, count) argument
160 #define QL_DUMP_6(bp, wdsize, count) argument
170 #define QL_DUMP_7(bp, wdsize, count) argument
180 #define QL_DUMP_8(bp, wdsize, count) argument
[all …]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c47 int count; member
90 tally.user_obj.count = 1; in aclent_aclcheck()
101 tally.group_obj.count = 1; in aclent_aclcheck()
112 tally.other_obj.count = 1; in aclent_aclcheck()
123 tally.class_obj.count = 1; in aclent_aclcheck()
138 cnt = (tally.user.count)++; in aclent_aclcheck()
211 if (tally.user.count > 0 || tally.group.count > 0) in aclent_aclcheck()
218 if (tally.def_user.count > 0 || tally.def_group.count > 0) in aclent_aclcheck()
235 if (tally.def_user.count > 0 || tally.def_user_obj.count > 0 || in aclent_aclcheck()
236 tally.def_group.count > 0 || tally.def_group_obj.count > 0 || in aclent_aclcheck()
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadrm.c46 adrm_char(adr_t *adr, char *cp, int count) in adrm_char() argument
48 while (count-- > 0) in adrm_char()
58 while (count-- > 0) { in adrm_short()
77 for (; count-- > 0; lp++) { in adrm_int32()
91 for (; count-- > 0; up++) { in adrm_uid()
105 for (; count-- > 0; lp++) { in adrm_int64()
122 adrm_int32(adr, (int32_t *)cp, count); in adrm_u_int32()
128 adrm_char(adr, (char *)cp, count); in adrm_u_char()
134 adrm_int64(adr, (int64_t *)lp, count); in adrm_u_int64()
140 adrm_short(adr, (short *)sp, count); in adrm_u_short()
[all …]
H A Dadrf.c51 adrf_char(adrf_t *adrf, char *cp, int count) in adrf_char() argument
55 if (count < 0) in adrf_char()
57 while (count--) { in adrf_char()
70 adrf_short(adrf_t *adrf, short *sp, int count) in adrf_short() argument
74 if (count < 0) in adrf_short()
76 while (count--) { in adrf_short()
103 if (count < 0) in adrf_int32()
105 for (; count--; lp++) { in adrf_int32()
124 if (count < 0) in adrf_int64()
126 for (; count--; lp++) { in adrf_int64()
[all …]
/illumos-gate/usr/src/lib/libc/port/print/
H A Dwprintf.c62 ssize_t count; in wprintf() local
97 return ((int)count); in wprintf()
104 ssize_t count; in fwprintf() local
147 ssize_t count; in swprintf() local
163 if (count == EOF) { in swprintf()
180 ssize_t count; in _wprintf_c89() local
186 return ((int)count); in _wprintf_c89()
192 ssize_t count; in _fwprintf_c89() local
198 return ((int)count); in _fwprintf_c89()
204 ssize_t count; in _swprintf_c89() local
[all …]
H A Dvwprintf.c65 ssize_t count; in _vwprintf_c89() local
96 if ((size_t)count > MAXINT) { in _vwprintf_c89()
100 return ((int)count); in _vwprintf_c89()
111 ssize_t count; in _vfwprintf_c89() local
136 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
142 if ((size_t)count > MAXINT) { in _vfwprintf_c89()
146 return ((int)count); in _vfwprintf_c89()
157 ssize_t count; in _vswprintf_c89() local
175 if (count == EOF) { in _vswprintf_c89()
179 if ((size_t)count > MAXINT) { in _vswprintf_c89()
[all …]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlist.c43 int count; in list_append() local
55 for (count = 0; (*list)[count] != NULL; count++) in list_append()
60 int new_size = LIST_SIZE(count + 1); in list_append()
66 for (count = 0; (*list)[count] != NULL; count++) in list_append()
67 new_list[count] = (*list)[count]; in list_append()
72 (*list)[count] = item; in list_append()
110 int count = 0; in list_concatenate() local
114 (*result)[count++] = list1[size1]; in list_concatenate()
144 int i = 0, count; in list_remove() local
150 for (count = 0; (*list)[count] != NULL; count++) in list_remove()
[all …]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c245 uint_t count; in get_dev_list() local
303 uint_t count; in get_soft_list() local
363 uint_t count; in get_dev_info() local
434 uint_t count; in get_soft_info() local
502 uint_t count; in load_dev_disabled() local
509 count = 0; in load_dev_disabled()
526 if (count == 0) { in load_dev_disabled()
581 uint_t count; in load_soft_disabled() local
588 count = 0; in load_soft_disabled()
664 uint_t count; in load_soft_config() local
[all …]
/illumos-gate/usr/src/cmd/praudit/
H A Dprio.c41 pr_adr_char(pr_context_t *context, char *cp, int count) in pr_adr_char() argument
48 err = adrf_char(adrf, cp, count); in pr_adr_char()
62 adrm_char(adr, cp, count); in pr_adr_char()
77 err = adrf_short(adrf, sp, count); in pr_adr_short()
91 adrm_short(adr, sp, count); in pr_adr_short()
106 err = adrf_int32(adrf, lp, count); in pr_adr_int32()
120 adrm_int32(adr, lp, count); in pr_adr_int32()
132 err = adrf_int64(adrf, lp, count); in pr_adr_int64()
146 adrm_int64(adr, lp, count); in pr_adr_int64()
159 return (pr_adr_char(context, (char *)cp, count)); in pr_adr_u_char()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsema.c52 sp->count = count; in sema_init()
87 uint_t count; in sema_wait_impl() local
130 lsp->count--; in sema_wait_impl()
162 lsp->count--; in sema_wait_impl()
183 count = lsp->count; in sema_wait_impl()
233 uint_t count; in sema_trywait() local
248 lsp->count--; in sema_trywait()
276 count = lsp->count; in sema_trywait()
300 uint_t count; in sema_post() local
315 lsp->count++; in sema_post()
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfksmbfs_rwlock.c71 l->count--; in smbfs_rw_enter_sig()
92 l->count++; in smbfs_rw_enter_sig()
118 l->count--; in smbfs_rw_enter_sig()
143 l->count--; in smbfs_rw_tryenter()
153 l->count++; in smbfs_rw_tryenter()
166 l->count--; in smbfs_rw_tryenter()
193 l->count++; in smbfs_rw_exit()
194 if (l->count == 0) { in smbfs_rw_exit()
199 ASSERT(l->count > 0); in smbfs_rw_exit()
200 l->count--; in smbfs_rw_exit()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c62 for (i = 0; i < count; i++) { in free_replica()
80 *count = 0; in parse_replica()
115 list[*count-1].host = strdup(proot); in parse_replica()
116 if (!list[*count-1].host) in parse_replica()
146 bzero(&list[(*count)++], in parse_replica()
149 if (!list[*count-1].host) in parse_replica()
154 for (i = scount; i < *count; i++) { in parse_replica()
179 bzero(&list[(*count)++], in parse_replica()
182 if (!list[*count-1].host) in parse_replica()
201 free_replica(list, *count); in parse_replica()
[all …]
/illumos-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 …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_rwlock.c69 l->count--; in smbfs_rw_enter_sig()
100 l->count++; in smbfs_rw_enter_sig()
133 l->count--; in smbfs_rw_enter_sig()
158 l->count--; in smbfs_rw_tryenter()
168 l->count++; in smbfs_rw_tryenter()
181 l->count--; in smbfs_rw_tryenter()
208 l->count++; in smbfs_rw_exit()
209 if (l->count == 0) { in smbfs_rw_exit()
214 ASSERT(l->count > 0); in smbfs_rw_exit()
215 l->count--; in smbfs_rw_exit()
[all …]
/illumos-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()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dinject.c42 static int count = 0; in read() local
44 if ((count++ >= 263 && count <= 267) || in read()
45 (count >= 381 && count <= 385) || in read()
46 (count >= 1014 && count <= 1019) || in read()
47 (count >= 1119 && count <= 1123) || in read()
48 (count >= 1888 && count <= 1892)) { in read()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_nodeid.c49 uint32_t count; member
160 np->count += xp->count; in np_coalesce()
200 --np->count; in impl_ddi_alloc_nodeid()
246 ++np->count; in impl_ddi_free_nodeid()
256 ++np->count; in impl_ddi_free_nodeid()
267 fp->count = 1; in impl_ddi_free_nodeid()
281 fp->count = 1; in impl_ddi_free_nodeid()
336 --np->count; in impl_ddi_take_nodeid()
355 --np->count; in impl_ddi_take_nodeid()
385 np->count = np->count - fp->count - 1; in impl_ddi_take_nodeid()
[all …]
H A Dlgrp_topo.c258 int count; in lgrp_ancestor_delete() local
270 count = 0; in lgrp_ancestor_delete()
295 count++; in lgrp_ancestor_delete()
348 count = 0; in lgrp_consolidate()
370 count++; in lgrp_consolidate()
409 count++; in lgrp_consolidate()
439 count = 0; in lgrp_collapse_dups()
550 int count; in lgrp_new_parent() local
581 count++; in lgrp_new_parent()
621 count++; in lgrp_proprogate()
[all …]

12345678910>>...72