Home
last modified time | relevance | path

Searched refs:ENABLE (Results 1 – 25 of 52) sorted by relevance

123

/titanic_50/usr/src/cmd/tnf/prex/
H A Dprexgram.y41 %token ENABLE
108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER C…
157 | ENABLE { $$ = $1; }
188 enable_statement : ENABLE SETNAME NL
195 | ENABLE exprlist NL
H A Dprexlex.l81 enable { yylval.intval = ENABLE; return (ENABLE); }
H A Dhelp.c585 case ENABLE: in help_on_command()
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1814 case ENABLE: in npi_xmac_xif_config()
1824 if (op == ENABLE) { in npi_xmac_xif_config()
1949 case ENABLE: in npi_xmac_tx_config()
1959 if (op == ENABLE) { in npi_xmac_tx_config()
2032 case ENABLE: in npi_xmac_rx_config()
2042 if (op == ENABLE) { in npi_xmac_rx_config()
2178 case ENABLE: in npi_xmac_tx_iconfig()
2189 if (op == ENABLE) in npi_xmac_tx_iconfig()
2228 case ENABLE: in npi_xmac_rx_iconfig()
2239 if (op == ENABLE) in npi_xmac_rx_iconfig()
[all …]
H A Dnpi_ipp.c208 case ENABLE: in npi_ipp_config()
220 if (op == ENABLE) in npi_ipp_config()
288 case ENABLE: in npi_ipp_iconfig()
300 if (op == ENABLE) in npi_ipp_iconfig()
H A Dnpi_zcp.c41 case ENABLE: in npi_zcp_config()
52 if (op == ENABLE) { in npi_zcp_config()
121 case ENABLE: in npi_zcp_iconfig()
132 if (op == ENABLE) in npi_zcp_iconfig()
H A Dnpi.h170 ENABLE, enumerator
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dnic.h15 ENABLE, enumerator
H A Dpnic.c198 case ENABLE : in pnic_irq()
199 enabled = ( action == ENABLE ? 1 : 0 ); in pnic_irq()
H A Drtl8139.c494 case ENABLE : in rtl_irq()
497 if ( action == ENABLE ) mask = mask | interested; in rtl_irq()
H A Dr8169.c425 case ENABLE: in r8169_irq()
433 if ( action == ENABLE ) in r8169_irq()
/titanic_50/usr/src/cmd/print/selector/
H A Dprint-service53 my $ENABLE = '/usr/bin/enable';
210 psystem($ENABLE, $printer{'Printer'});
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
H A DUtils.xs60 PROTOTYPES: ENABLE
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs33 PROTOTYPES: ENABLE
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c79 case ENABLE: in hpi_vmac_tx_config()
168 case ENABLE: in hpi_vmac_rx_config()
H A Dhpi.h134 ENABLE, enumerator
H A Dhxge_vmac.c179 rv = hpi_vmac_tx_config(handle, ENABLE, CFG_VMAC_TX_EN, 0); in hxge_tx_vmac_enable()
240 rv = hpi_vmac_rx_config(handle, ENABLE, CFG_VMAC_RX_EN, 0); in hxge_rx_vmac_enable()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs64 PROTOTYPES: ENABLE
/titanic_50/usr/src/cmd/luxadm/
H A Dadm.c362 {"enable", 3, ENABLE},
528 if ((cmd == ENABLE) || (cmd == BYPASS)) { in main()
561 if (!((cmd == ENABLE) || (cmd == BYPASS))) { in main()
906 case ENABLE: in main()
/titanic_50/usr/src/cmd/mpathadm/
H A Dmpathadm.h36 #define ENABLE SUBCOMMAND(3) macro
/titanic_50/usr/src/cmd/rctladm/
H A Drctladm.c43 #define ENABLE 1 macro
332 rctladm_modify_action(rctl_name, ENABLE, RCTL_GLOBAL_SYSLOG, in rctladm_enable()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c298 #define ENABLE 1 macro
2390 *((int *)tuneablep->value) = ENABLE; in get_cpu_tach()
2433 if (val == ENABLE) { in set_cpu_tach()
2474 *((int *)tuneablep->value) = ENABLE; in get_sys_tach()
2517 if (val == ENABLE) { in set_sys_tach()
2558 *((int *)tuneablep->value) = ENABLE; in get_monitor_cpu_mode()
2596 if (val == ENABLE) { in set_monitor_cpu_mode()
2636 *((int *)tuneablep->value) = ENABLE; in get_monitor_sys_mode()
2674 if (val == ENABLE) { in set_monitor_sys_mode()
/titanic_50/usr/src/cmd/saf/
H A Dpmadm.c45 #define ENABLE 0x4 /* -e seen */ macro
144 flag |= ENABLE; in main()
325 case ENABLE: in main()
332 ed_svc(pmtag, svctag, ENABLE); in main()
H A Dsacadm.c74 # define ENABLE 0x4 /* -e seen */ macro
148 flag |= ENABLE; in main()
326 case ENABLE: in main()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c223 #define ENABLE 1 macro
1646 *((int *)tuneablep->value) = ENABLE; in get_tach()
1689 if (val == ENABLE) { in set_tach()
1729 *((int *)tuneablep->value) = ENABLE; in get_monitor_mode()
1764 if (val == ENABLE) { in set_monitor_mode()

123