Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 166) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmain.test26 db complete {
30 db complete {
35 db complete {
75 db complete {
80 db complete {
85 db complete {
90 db complete {
97 db complete {
103 db complete {
109 db complete {
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib134 typeset complete
136 while [[ $complete -eq 0 ]]; do
137 complete=1
141 complete=0
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregrexec.c50 int complete; in regrexec() local
68 complete = e->re.bm.complete && !nmatch; in regrexec()
109 …if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, n… in regrexec()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c141 ti->complete, in show_typeinfo_list()
488 int complete = 1; in analyze_typeinfo_aggregate_finish() local
494 complete &= mem->type->complete; in analyze_typeinfo_aggregate_finish()
499 ti->complete = complete; in analyze_typeinfo_aggregate_finish()
777 ti->complete = 1; in seed_basic_types()
901 ti->complete = 1; in bind_typeinfo()
907 if (tdti->complete) { in bind_typeinfo()
923 ti->complete = 1; in bind_typeinfo()
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c557 static int complete = 1; in info() local
559 if (complete) in info()
566 complete = strrchr(format, '\n') != NULL; in info()
574 static int complete = 1; in infohdr() local
576 if (complete) in infohdr()
583 complete = strrchr(format, '\n') != NULL; in infohdr()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c310 int complete = 0; in glob_dir() local
408 complete = 1; in glob_dir()
428 if (!complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
452 if (rescan && !complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
477 if (complete) in glob_dir()
551 else if (!complete && !errorcheck(gp, dirname)) in glob_dir()
553 if (!complete) in glob_dir()
/illumos-gate/usr/src/boot/common/
H A Dbcache.c214 size_t i, nblk, p_size, r_size, complete, ra; in read_strategy() local
231 complete = 1; in read_strategy()
237 complete = 0; in read_strategy()
247 if (complete) { /* whole set was in cache, return it */ in read_strategy()
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c111 int complete = 0; /* 1 if entry done with no forward uses */ variable
213 if (complete) in compile()
225 if (complete) in compile()
306 complete = 0; in do_entry()
382 complete = 1; in do_entry()
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_00_blank.ksh31 complete
H A Djson_common.ksh17 function complete { function
H A Djson_01_boolean.ksh46 complete
H A Djson_04_number_arrays.ksh65 complete
H A Djson_03_empty_arrays.ksh63 complete
H A Djson_02_numbers.ksh64 complete
H A Djson_06_nested.ksh68 complete
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c377 boolean_t complete, in create_config() argument
389 fhpath, logpath, logformat, complete, B_TRUE); in create_config()
422 boolean_t complete, in update_config() argument
428 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { in update_config()
508 complete, B_FALSE); in update_config()
/illumos-gate/usr/src/tools/scripts/
H A Dbuild_cscope.conf38 complete "" .
/illumos-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d32 interrupt-complete
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dremainderl.S40 andw $0x400,%ax / check whether reduction complete
H A Dremainderf.S45 andw $0x400,%ax / check whether reduction complete
H A Dfmodf.S45 andw $0x400,%ax / check whether reduction complete
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremainderf.S40 andw $0x400,%ax / check whether reduction complete
H A Dremainderl.S40 andw $0x400,%ax / check whether reduction complete
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d32 sdt:::interrupt-complete
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c254 cpqary3_cmdpvtp->complete = cpqary3_synccmd_complete; in cpqary3_send_abortcmd()
327 cpqary3_cmdpvtp->complete = cpqary3_synccmd_complete; in cpqary3_flush_cache()
406 cpqary3_cmdpvtp->complete = cpqary3_synccmd_complete; in cpqary3_probe4LVs()
650 cpqary3_cmdpvtp->complete = cpqary3_synccmd_complete; in cpqary3_probe4Tapes()

1234567