/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | json_common.ksh | 17 function complete { function
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | 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)))
|
H A D | reglib.h | 348 size_t complete; member in struct:Bm_s
|
/illumos-gate/usr/src/tools/lintdump/ |
H A D | 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;
|
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_q_mem.h | 81 void (*complete)(CMDLIST *); member in struct:cpqary3_command_private
|
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | 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)
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfslog_config.c | 60 * complete configurations. 356 * If 'complete' is set then this must represent a complete config entry 372 boolean_t complete, 384 fhpath, logpath, logformat, complete, B_TRUE); 417 boolean_t complete, 423 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { 425 * Not a complete entry 429 "update_config: \"%s\" not a complete config entry."), 433 "update_config: \"%s\" not a complete confi 364 create_config( char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, int *error) argument 408 update_config( nfsl_config_t *config, char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, boolean_t prepend) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 146 remove_alist(Alist **alpp, int complete) argument 151 if (complete) { 1348 * is complete, remove all inter-dependency lists from those objects
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_parse.c | 111 int complete = 0; /* 1 if entry done with no forward uses */ variable 197 if (complete) 209 if (complete) 291 complete = 0; 367 complete = 1;
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | 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 [all...] |
H A D | ndrgen.h | 144 unsigned int complete : 1; member in struct:typeinfo
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | bcache.c | 214 size_t i, nblk, p_size, r_size, complete, ra; local 231 complete = 1; 237 complete = 0; 246 if (complete) { /* whole set was in cache, return it */
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | 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)
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm.c | 273 * process doesn't complete in a timely manner it will fail. 864 * after task reassignment is complete. 935 * after task reassignment is complete. 1382 boolean_t complete) 1434 if (B_TRUE == complete) 1490 * complete. 1381 idm_task_find_common(idm_conn_t *ic, uint32_t itt, uint32_t ttt, boolean_t complete) argument
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_scan.c | 255 dsl_scan_done(dsl_scan_t *scn, boolean_t complete, dmu_tx_t *tx) argument 292 if (complete) 300 else if (!complete) 323 complete ? scn->scn_phys.scn_max_txg : 0, B_TRUE); 324 if (complete) { 434 * to complete. 1616 zfs_dbgmsg("txg %llu scan complete", tx->tx_txg); 1659 zfs_dbgmsg("txg %llu traversal complete, waiting till txg %llu",
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uustat.c | 81 static void complete(); 296 DEBUG(9, "calling complete %d\n",Complete); 297 complete(); 906 gettext("WARNING: Table Overflow--output not complete\n")); 1125 /* Function: complete - find and print jobids of completed jobs for 1139 complete() function 1142 /* Function name: complete
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw_eth.h | 106 uint32_t complete:1; member in struct:oce_nic_hdr_wqe::__anon7717::__anon7718 120 uint32_t complete:1;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 384 int complete[2]; local 413 complete[0] = buffers_per_slab; 414 complete[1] = buffers_per_slab + 1; 420 dist_print_bucket(complete, 0, ks_bucket, total, LABEL_WIDTH); 657 mdb_printf(" %d complete (%d), %d partial:", 705 " 10 complete, 3 partial (8): 7 3 1\n"
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.h | 310 int complete; member in struct:rdc_thrsync 518 kcondvar_t busycv; /* wait for ioctl to complete */
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.h | 75 /* Wait until all pending commands complete */ 488 int (*complete)(struct _lm_device_t *pdev, struct ecore_vlan_mac_obj *o, member in struct:ecore_vlan_mac_obj 677 /* Wait until all pending commands complete */
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vds.c | 533 int (*complete)(vd_task_t *task); member in struct:vds_operation 651 * faking a complete disk partitioning. 1712 * complete (i.e. the read/write operation extends beyond the blocks 2070 * complete the request. The variables bufaddr, offset 2074 * have to complete the I/O from that slice. 2278 * Let any asynchronous I/O complete before possibly pulling the rug 3575 * This generic function is called by the task queue to complete 4148 task->completef = vds_operation[i].complete; 4156 * did not complete without finding the operation type (indicating 4229 /* Queue a task to complete th [all...] |