/titanic_50/usr/src/cmd/tnf/prex/ |
H A D | prexgram.y | 41 %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 D | prexlex.l | 81 enable { yylval.intval = ENABLE; return (ENABLE); }
|
H A D | help.c | 585 case ENABLE: in help_on_command()
|
/titanic_50/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_mac.c | 1814 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 D | npi_ipp.c | 208 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 D | npi_zcp.c | 41 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 D | npi.h | 170 ENABLE, enumerator
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.h | 15 ENABLE, enumerator
|
H A D | pnic.c | 198 case ENABLE : in pnic_irq() 199 enabled = ( action == ENABLE ? 1 : 0 ); in pnic_irq()
|
H A D | rtl8139.c | 494 case ENABLE : in rtl_irq() 497 if ( action == ENABLE ) mask = mask | interested; in rtl_irq()
|
H A D | r8169.c | 425 case ENABLE: in r8169_irq() 433 if ( action == ENABLE ) in r8169_irq()
|
/titanic_50/usr/src/cmd/print/selector/ |
H A D | print-service | 53 my $ENABLE = '/usr/bin/enable'; 210 psystem($ENABLE, $printer{'Printer'});
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/ |
H A D | Utils.xs | 60 PROTOTYPES: ENABLE
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 33 PROTOTYPES: ENABLE
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hpi_vmac.c | 79 case ENABLE: in hpi_vmac_tx_config() 168 case ENABLE: in hpi_vmac_rx_config()
|
H A D | hpi.h | 134 ENABLE, enumerator
|
H A D | hxge_vmac.c | 179 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 D | Intrs.xs | 64 PROTOTYPES: ENABLE
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | adm.c | 362 {"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 D | mpathadm.h | 36 #define ENABLE SUBCOMMAND(3) macro
|
/titanic_50/usr/src/cmd/rctladm/ |
H A D | rctladm.c | 43 #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 D | piclenvd.c | 298 #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 D | pmadm.c | 45 #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 D | sacadm.c | 74 # 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 D | piclenvd.c | 223 #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()
|