Searched refs:explain (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.h60 void explain(int, int, char **);
H A DMakefile28 OBJS = svcs.o explain.o
H A Dexplain.c2102 explain(int verbose, int argc, char **argv) function
H A Dsvcs.c1908 "\t-x explain the status of services that might require maintenance,\n"
1909 "\t or explain the status of the specified service(s)\n"
3781 explain(opt_verbose, argc, argv);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregerror.c52 char *explain; member in struct:rerr
99 s = _libc_gettext(r->explain);
/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h283 u8 explain; /* True if EXPLAIN present on SQL command */ member in struct:Vdbe
H A Dattach.c38 if( pParse->explain ) return;
147 if( pParse->explain ) return;
H A Dbuild.c43 pParse->explain = explainFlag;
81 sqliteVdbeMakeReady(v, pParse->nVar, pParse->explain);
477 if( isTemp && db->aDb[1].pBt==0 && !pParse->explain ){
972 if( pParse->explain==0 && pParse->nErr==0 ){
1257 if( pParse->explain ){
1294 if( !pParse->explain ){
1630 if( !pParse->explain ){
1828 if( !pParse->explain ){
2033 if( !pParse->explain ){
2052 if( !pParse->explain ){
[all...]
H A Dtrigger.c217 if( !pParse->explain ){
480 * If this is not an "explain", then delete the trigger structure.
482 if( !pParse->explain ){
H A Dvdbeaux.c549 assert( p->explain );
645 p->explain |= isExplain;
H A Dparse.y73 ecmd ::= explain cmdx SEMI.
76 explain ::= EXPLAIN. { sqliteBeginParse(pParse, 1); } label
77 explain ::= . { sqliteBeginParse(pParse, 0); } label
H A DsqliteInt.h923 u8 explain; /* True if the EXPLAIN flag is found on the query */ member in struct:Parse
H A Dvdbe.c132 if( p->explain ){
517 assert( p->explain==0 );
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl211 proc explain {sql {db db}} { procedure
215 $db eval "explain $sql" {} {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c532 uint16_t reason, uint32_t explain, void *arg1);
1692 uint16_t state, uint16_t reason, uint32_t explain,
2739 uint32_t explain, void *arg1)
2757 explain, arg1);
2774 emlxs_fcf_event_xlate(explain), arg1);
2775 } else if (explain) {
2782 explain, arg1);
4735 uint32_t explain, void *arg1)
4753 explain, arg1);
4770 emlxs_fcf_event_xlate(explain), arg
2738 emlxs_fc_fcftab_state(emlxs_port_t *port, uint16_t state, uint16_t reason, uint32_t explain, void *arg1) argument
4734 emlxs_fcoe_fcftab_state(emlxs_port_t *port, uint16_t state, uint16_t reason, uint32_t explain, void *arg1) argument
7495 emlxs_fcfi_state(emlxs_port_t *port, FCFIobj_t *fcfp, uint16_t state, uint16_t reason, uint32_t explain, void *arg1) argument
9338 emlxs_vfi_state(emlxs_port_t *port, VFIobj_t *vfip, uint16_t state, uint16_t reason, uint32_t explain, void *arg1) argument
11226 emlxs_vpi_state(emlxs_port_t *port, VPIobj_t *vpip, uint16_t state, uint16_t reason, uint32_t explain, void *arg1) argument
13953 emlxs_rpi_state(emlxs_port_t *port, RPIobj_t *rpip, uint16_t state, uint16_t reason, uint32_t explain, void *arg1) argument
[all...]
H A Demlxs_els.c2542 uint32_t type2, uint32_t reason, uint32_t explain)
2541 emlxs_els_reply(emlxs_port_t *port, IOCBQ *iocbq, uint32_t type, uint32_t type2, uint32_t reason, uint32_t explain) argument
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c194 ** .explain ON */
488 ".explain ON|OFF Turn output mode suitable for EXPLAIN on or off.\n"
643 if( c=='e' && strncmp(azArg[0], "explain", n)==0 ){
664 ** explain mode. However, always executing it allows us an easy
665 ** was to reset to explain mode in case the user previously
666 ** did an .explain followed by a .width, .mode or .header
882 fprintf(p->out,"%9.9s: %s\n","explain", p->explainPrev.valid ? "on" :"off");
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h364 uint32_t explain);

Completed in 210 milliseconds