HomeSort by relevance Sort by last modified time
    Searched defs:complete (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regrexec.c 50 int complete; local
68 complete = e->re.bm.complete && !nmatch;
109 if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, nmatch, match, flags)))
reglib.h 348 size_t complete; member in struct:Bm_s
  /onnv/onnv-gate/usr/src/tools/lintdump/
lintdump.c 560 static int complete = 1; local
562 if (complete)
569 complete = strrchr(format, '\n') != NULL;
577 static int complete = 1; local
579 if (complete)
586 complete = strrchr(format, '\n') != NULL;
  /onnv/onnv-gate/usr/src/tools/ndrgen/
ndr_anal.c 139 ti->complete,
418 analyze_typeinfo_aggregate_finish(ti); /* align,complete,ptrs,etc */
472 analyze_typeinfo_aggregate_finish(ti); /* align,complete,ptrs,etc */
486 int complete = 1; local
492 complete &= mem->type->complete;
497 ti->complete = complete;
775 ti->complete = 1;
899 ti->complete = 1
    [all...]
ndrgen.h 144 unsigned int complete : 1; member in struct:typeinfo
  /onnv/onnv-gate/usr/src/cmd/tic/
tic_parse.c 111 int complete = 0; /* 1 if entry done with no forward uses */ variable
197 if (complete)
209 if (complete)
294 complete = 0;
370 complete = 1;
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_callback.c 104 bool_t complete; member in struct:callback_data
153 * dispatch function was invoked. We use the 'complete' field of the
155 * case, 'complete' is protected by the '__nis_dump_mutex'.
251 * NOTE : since we send the server the complete endpoint, including
286 __cbdata->complete = FALSE;
306 __cbdata->complete = FALSE;
492 __cbdata->complete = TRUE;
509 __cbdata->complete = TRUE;
554 while (! __cbdata->complete) {
589 if (__cbdata->complete) {
794 bool_t complete; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/
ticparse.c 57 int complete = 0; /* 1 if entry done with no forward uses */ variable
555 complete = 0;
625 complete = 1;
673 if (complete)
684 if (complete)
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
glob.c 313 int complete = 0; local
410 complete = 1;
430 if (!complete && (gp->gl_flags & GLOB_STARSTAR))
453 if (rescan && !complete && (gp->gl_flags & GLOB_STARSTAR))
477 if (complete)
544 else if (!complete && !errorcheck(gp, dirname))
546 if (!complete)
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dsl_scrub.c 73 boolean_t complete = B_FALSE; local
75 dsl_pool_scrub_cancel_sync(dp, &complete, cr, tx);
229 "complete=%u", *completep);
258 boolean_t complete = B_FALSE; local
261 dsl_pool_scrub_cancel_sync, dp, &complete, 3));
911 boolean_t complete = B_TRUE; local
997 dsl_pool_scrub_cancel_sync(dp, &complete, kcred, tx);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
uustat.c 81 static void complete();
88 static short State, Queued, Running, Complete, Interrupted;
294 if (State && Complete)
296 DEBUG(9, "calling complete %d\n",Complete);
297 complete();
486 if (Complete && !Queued && !Running && !Interrupted)
906 gettext("WARNING: Table Overflow--output not complete\n"));
1125 /* Function: complete - find and print jobids of completed jobs for
1139 complete() function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
uDNS.c 3569 complete enumerator in enum:__anon206
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
vds.c 534 int (*complete)(vd_task_t *task); member in struct:vds_operation
652 * faking a complete disk partitioning.
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/
rdc_io.h 310 int complete; member in struct:rdc_thrsync
518 kcondvar_t busycv; /* wait for ioctl to complete */
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
kmem.c 379 int complete[2]; local
408 complete[0] = buffers_per_slab;
409 complete[1] = buffers_per_slab + 1;
415 dist_print_bucket(complete, 0, ks_bucket, total, LABEL_WIDTH);
652 mdb_printf(" %d complete (%d), %d partial:",
700 " 10 complete, 3 partial (8): 7 3 1\n"
    [all...]

Completed in 4220 milliseconds