Searched refs:ON (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb_led.h65 ON = 1, enumerator in enum:__anon9860
H A Dscsbioctl.h119 ON = 1, enumerator in enum:__anon9864
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h44 #define ON 1 macro
H A Dmisc.c155 * Returns ON if num represents a page that we're supposed to print. If no ranges
162 return(ON);
166 return(ON);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c40 #define ON 1 macro
63 == ON) {
71 == ON) {
98 == ON) {
106 == ON) {
131 == ON) {
139 == ON) {
263 return(ON);
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlogbl.c59 #pragma STDC FENV_ACCESS ON
/illumos-gate/usr/src/lib/libm/common/R/
H A Dlogbf.c59 #pragma STDC FENV_ACCESS ON
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h54 #define ON 1 macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c36 #define ON 1 macro
434 succ_event = ON;
435 fail_event = ON;
453 succ_event = ON;
461 fail_event = ON;
476 if (succ_event == ON)
480 if (fail_event == ON)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c193 #define ON "on" macro
1429 & 0xff), SCB_OK_BIT) ? ON:OFF);
1432 & 0xff), SCB_OK_BIT) ? ON:OFF;
1440 & 0xff), 0) ? ON:OFF);
1443 & 0xff), 0) ? ON:OFF;
1555 & 0xff), i) ? ON:OFF);
1558 & 0xff), i) ? ON:OFF;
1571 & 0xff), 0) ? ON:OFF);
1575 & 0xff), 0) ? ON:OFF;
1583 & 0xff), 1) ? ON
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlogbl.c59 #pragma STDC FENV_ACCESS ON
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexlex.l91 on { yylval.intval = ON; return (ON); }
H A Dprexgram.y45 %token ON
306 pfilter_statement : PFILTER ON NL
318 ktrace_statement : KTRACE ON NL
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c108 # define ON 1 macro
303 debug = ON;
307 ignore = ON;
581 if (status[i].val != laststate || debug == ON)
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_handle.c27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42 * This function sets the server_status to either ON or OFF and
74 server_info->server_status = ON;
119 if (ldap_server_info->server_status == ON) {
H A Dkdb_ldap_conn.c31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
247 server_info->server_status = ON;
322 if (server_info->server_status == ON)
353 if ((server_info->server_status == NOTSET || server_info->server_status == ON)) {
H A Dkdb_ldap.h30 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
193 typedef enum _server_status {OFF, ON, NOTSET} krb5_ldap_server_status; enumerator in enum:_server_status
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c420 debug = ON;
424 ignore = ON;
916 if ( pg >= 0 && in_olist(pg) == ON )
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c380 debug = ON;
384 ignore = ON;
937 if (state != laststate || mesgptr != mesg || debug == ON)
1167 ignore = ON;
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c234 debug = ON;
238 ignore = ON;
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl161 LOCK\ HELD\ ON\ ENTRY:|
162 READ\ LOCK\ HELD\ ON\ ENTRY:|
163 WRITE\ LOCK\ HELD\ ON\ ENTRY:|
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl176 puts $fd {CREATE INDEX i2a ON t2(a);}
177 puts $fd {CREATE INDEX i2b ON t2(b);}
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c289 int picflag = ON; /* enable/disable picture inclusion */
852 debug = ON;
857 ignore = ON;
1452 if ( debug == ON )
2821 if ( pg >= 0 && in_olist(pg) == ON )
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y54 ** UPDATE ON (a,b,c)
213 refarg(A) ::= ON DELETE refact(X). { A.value = X; A.mask = 0x0000ff; }
214 refarg(A) ::= ON UPDATE refact(X). { A.value = X<<8; A.mask = 0x00ff00; }
215 refarg(A) ::= ON INSERT refact(X). { A.value = X<<16; A.mask = 0xff0000; }
259 onconf(A) ::= ON CONFLICT resolvetype(X). { A = X; }
424 on_opt(N) ::= ON expr(E). {N = E;}
735 ON nm(Y) dbnm(D) LP idxlist(Z) RP(E) onconf(R). {
781 cmd ::= PRAGMA ids(X) EQ ON(Y). {sqlitePragma(pParse,&X,&Y,0);}
803 ON nm(E) dbnm(DB) foreach_clause(F) when_clause(G). {
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h123 #define ON 2 macro

Completed in 245 milliseconds

12