Home
last modified time | relevance | path

Searched refs:count (Results 276 – 300 of 2307) sorted by relevance

1...<<11121314151617181920>>...93

/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_common.c51 objfs_common_close(vnode_t *vp, int flag, int count, offset_t off, cred_t *cr, in objfs_common_close() argument
94 int count = 0; in objfs_nobjs() local
102 count++; in objfs_nobjs()
107 return (count); in objfs_nobjs()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1020 if (2 * mp->count[';'] > mp->count['E'] + mp->count['e']) in ckenglish()
1022 if ((mp->count['>'] + mp->count['<'] + mp->count['/']) > mp->count['E'] + mp->count['e']) in ckenglish()
1025 vowl += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
1027 freq += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
1029 rare += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
1060 memzero(mp->count, sizeof(mp->count)); in cklang()
1143 mp->count[c]++; in cklang()
1335 mp->count['='] >= 20 && mp->count[';'] >= 20) in cklang()
1392 …if (mp->identifier[ID_HTML] > 0 && mp->count['<'] >= 8 && (c = mp->count['<'] - mp->count['>']) >=… in cklang()
1420 …if (mp->count['{'] >= 6 && (c = mp->count['{'] - mp->count['}']) >= -2 && c <= 2 && mp->count['\\'… in cklang()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl235 DWORD count;
236 SIZE_IS(count)
241 DWORD count;
242 SIZE_IS(count)
247 DWORD count;
248 SIZE_IS(count)
253 DWORD count;
259 DWORD count;
265 DWORD count;
271 DWORD count;
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h150 extern void ins##s(unsigned short port, void * addr, unsigned long count); \
152 void ins##s(unsigned short port, void * addr, unsigned long count) \
154 : "=D" (addr), "=c" (count) : "d" (port),"0" (addr),"1" (count)); }
157 extern void outs##s(unsigned short port, const void * addr, unsigned long count); \
159 void outs##s(unsigned short port, const void * addr, unsigned long count) \
161 : "=S" (addr), "=c" (count) : "d" (port),"0" (addr),"1" (count)); }
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_006_pos.ksh52 while ((count > 0)); do
56 ((count -= 1))
87 typeset -i i=0 count=0
97 ((count += 1))
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfileutil.c199 fileutil_add_string_to_array(char ***string_array, char *line, int *count, in fileutil_add_string_to_array() argument
208 ret_val = calloc(((*count) + 1), sizeof (char *)); in fileutil_add_string_to_array()
210 for (i = 0; i < *count; i ++) { in fileutil_add_string_to_array()
213 ret_val[*count] = strdup(line); in fileutil_add_string_to_array()
214 if (ret_val[*count] != NULL) { in fileutil_add_string_to_array()
215 (*count)++; in fileutil_add_string_to_array()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S115 deccc %o2 ! decrement count
126 sub %o2, %o5, %o2 ! update count
131 deccc %o5 ! decrement count
212 addcc %o2, 15, %o2 ! restore count
342 deccc %o2 ! decrement count
379 add %o2, 3, %o2 ! restore count
403 subcc %o2, 8, %o2 ! update count
427 subcc %o2, 4, %o2 ! update count
457 sub %o2, %o5, %o2 ! update count
538 deccc %o2 ! reduce count by one
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c55 int count = 2, loopflg = 0; in domacro() local
118 if (count < argc) { in domacro()
119 (void) strcpy(cp2, argv[count]); in domacro()
120 cp2 += strlen(argv[count]); in domacro()
169 if (loopflg && ++count < argc) { in domacro()
/illumos-gate/usr/src/cmd/modload/
H A Dmodinfo.c36 static int count = 0; variable
100 count++; in main()
116 if (count) in main()
134 (void) printf("%s", count ? cheader : header); in main()
136 if (count) in main()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_baducontext.ksh96 typeset count=
99 count=$($prog -c)
100 if (( $? != 0 || count <= 0)); then
105 for ((i = 0; i < count; i++)) {
/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c73 uint_t count; in memlist_free_list() local
79 count = 1; in memlist_free_list()
81 count++; in memlist_free_list()
85 memlist_freelist_count += count; in memlist_free_list()
93 uint_t count; in memlist_free_block() local
95 count = bytes / sizeof (struct memlist); in memlist_free_block()
96 if (count == 0) in memlist_free_block()
100 mlendp = &mlp[count - 1]; in memlist_free_block()
108 memlist_freelist_count += count; in memlist_free_block()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c485 int count; in mi_iprintf() local
496 count = 0; in mi_iprintf()
629 return (count); in mi_iprintf()
637 int count = -1; in mi_mpprintf() local
647 return (count); in mi_mpprintf()
655 int count = -1; in mi_mpprintf_nr() local
666 return (count); in mi_mpprintf_nr()
911 int count = -1; in mi_sprintf() local
920 return (count); in mi_sprintf()
970 int count = -1; in mi_strlog() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c215 int count; in write_behind() local
226 count = b->counter; /* remember byte count */ in write_behind()
232 if (count <= 0) in write_behind()
236 size_t left = count; in write_behind()
255 return (count); in write_behind()
259 ct = count; in write_behind()
283 return (count); in write_behind()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dinsert2.test38 INSERT INTO t1 SELECT log, count(*) FROM d1 GROUP BY log;
53 SELECT log, count(*) FROM d1 GROUP BY log
68 SELECT log, count(*) FROM d1 GROUP BY log
83 INSERT INTO t1 SELECT log, count() FROM d1 GROUP BY log;
146 SELECT count(*) FROM t4;
157 SELECT count(*) FROM t4;
166 SELECT count(*) FROM t4;
173 SELECT count(*) from t4;
179 SELECT count(*) FROM t4;
186 SELECT count(*) FROM t4;
H A Dlock.test185 proc callback {file count} {
186 lappend ::callback_value $count
187 if {$count>4} break
196 proc callback {file count} {
198 if {$count>4} break
212 proc callback {file count} {
214 if {$count>2} {
226 proc callback {file count} {
228 if {$count>2} {
281 proc callback {file count} {
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c67 ql_dump_buffer(uint8_t *b8, uint8_t wd_size, uint32_t count) in ql_dump_buffer() argument
81 for (cnt = 1; cnt <= count; cnt++) { in ql_dump_buffer()
96 for (cnt = 1; cnt <= count; cnt++) { in ql_dump_buffer()
111 for (cnt = 1; cnt <= count; cnt++) { in ql_dump_buffer()
156 uint32_t cindex, count; in ql_el_msg() local
174 count = desc->count; in ql_el_msg()
196 QL_BANG "%d=>QEL %s(%d,%d,%d):: %s, ", count, QL_NAME, in ql_el_msg()
256 desc->count++; in ql_el_msg()
262 desc->count++; in ql_el_msg()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.stack.d29 @[stack()] = count();
30 @[ustack()] = count();
31 @[jstack()] = count();
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_oem.c191 uint32_t count = 0; in ucstooem() local
212 count++; in ucstooem()
217 return (count); in ucstooem()
233 size_t count = nwchars; in oemtoucs() local
259 count--; in oemtoucs()
264 return (nwchars - count); in oemtoucs()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c73 #define TX_COMMIT_DATA_SIZE(count) \ argument
74 offsetof(struct tx_commit_data, txc_cmds[count])
188 int count = data->txc_count; in tx_process_cmds() local
225 for (idx = 0; idx < count; idx++) { in tx_process_cmds()
332 for (idx = 0; idx < count; idx++) { in tx_process_cmds()
353 uint32_t count) in tx_check_and_setup() argument
365 for (idx = 0; idx < count; idx++) { in tx_check_and_setup()
460 uint32_t count; in tx_commit_data_new() local
468 count = 0; in tx_commit_data_new()
487 count++; in tx_commit_data_new()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_write.c52 uint16_t count; in smb_pre_write() local
61 param->rw_count = (uint32_t)count; in smb_pre_write()
135 uint16_t count; in smb_pre_write_and_close() local
144 &count, &off, &param->rw_last_write); in smb_pre_write_and_close()
147 &count, &off, &param->rw_last_write); in smb_pre_write_and_close()
150 param->rw_count = (uint32_t)count; in smb_pre_write_and_close()
170 uint16_t count; in smb_com_write_and_close() local
209 count = (uint16_t)param->rw_count; in smb_com_write_and_close()
210 rc = smbsr_encode_result(sr, 1, 0, "bww", 1, count, 0); in smb_com_write_and_close()
236 uint16_t count; in smb_pre_write_and_unlock() local
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.steps.d.out4 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
227 value ------------- Distribution ------------- count
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDrop.java127 private final long count; field in Drop
156 count = dropCount; in Drop()
165 if (count < 0) { in validate()
208 return count; in getCount()
269 buf.append(count); in toString()
/illumos-gate/usr/src/cmd/praudit/
H A Dpraudit.h236 extern int pr_adr_char(pr_context_t *context, char *cp, int count);
237 extern int pr_adr_short(pr_context_t *context, short *sp, int count);
238 extern int pr_adr_int32(pr_context_t *context, int32_t *lp, int count);
239 extern int pr_adr_int64(pr_context_t *context, int64_t *lp, int count);
240 extern int pr_adr_u_int32(pr_context_t *context, uint32_t *cp, int count);
241 extern int pr_adr_u_char(pr_context_t *context, uchar_t *cp, int count);
242 extern int pr_adr_u_int64(pr_context_t *context, uint64_t *lp, int count);
243 extern int pr_adr_u_short(pr_context_t *context, ushort_t *sp, int count);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh74 integer count
81 (( count++ ))
82 print $to $i $count
85 while ((count > 0))
86 do (( count-- ))
136 SECONDS=0 count=0
138 do ((count++))
141 then err_exit "$cat coprocess read -p hanging (SECONDS=$SECONDS count=$count)"
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c47 int count; in list_append() local
62 for (count = 0; (*list)[count] != NULL; count++); in list_append()
64 …if ((count + 1) % __list_increment == 0) { /* expand the list */ void **new… in list_append()
65 int new_size = (((count + 1) / __list_increment) + 1) * in list_append()
72 for (count = 0; (*list)[count] != NULL; count++) in list_append()
73 new_list[count] = (*list)[count]; in list_append()
78 (*list)[count] = item; in list_append()
87 int i, count; in list_remove() local
93 for (count = 0; (*list)[count] != NULL; count++) in list_remove()
96 if (count > 0) { in list_remove()
[all …]

1...<<11121314151617181920>>...93