Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A DREADME.netboot14 --enable-pci-direct
18 --enable-diskless
30 Caution: You should enable them as you need. Don't enable any
35 --enable-3c509
38 --enable-3c529
41 --enable-3c595
44 --enable-3c90x
58 --enable-depca
61 --enable-eepro
102 --enable-ne
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure.ac345 [ --enable-3c595 enable 3Com595 driver])
352 [ --enable-3c90x enable 3Com90x driver])
359 [ --enable-davicom enable Davicom driver])
401 [ --enable-ns83820 enable NS83820 driver])
408 [ --enable-ns8390 enable NE2000 PCI driver])
429 [ --enable-rtl8139 enable Realtek 8139 driver])
436 [ --enable-r8169 enable Realtek 8169 driver])
464 [ --enable-tulip enable Tulip driver])
478 [ --enable-undi enable PXE UNDI driver])
485 [ --enable-via-rhine enable Rhine-I/II driver])
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c60 opt_pager(int enable, uint_t bits, const char *arg) in opt_pager() argument
62 if (enable) in opt_pager()
67 return (opt_set_mflags(enable, bits, arg)); in opt_pager()
71 opt_adb(int enable, uint_t bits, const char *arg) in opt_adb() argument
73 if (enable) in opt_adb()
78 (void) opt_pager(1 - enable, MDB_FL_PAGER, arg); in opt_adb()
79 return (opt_set_mflags(enable, bits, arg)); in opt_adb()
84 opt_armemlim(int enable, uint_t bits, const char *arg) in opt_armemlim() argument
99 opt_arstrlim(int enable, uint_t bits, const char *arg) in opt_arstrlim() argument
157 mdb_set_options(const char *s, int enable) in mdb_set_options() argument
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java55 consumer.enable(p0); in main()
56 consumer.enable(p1); in main()
69 consumer.enable(); in main()
80 consumer.enable(p0); in main()
90 consumer.enable(p2); in main()
104 consumer.enable(); in main()
120 consumer.enable(p3x); in main()
132 consumer.enable(p3); in main()
142 consumer.enable(); in main()
H A DTestAbort.java47 consumer.enable(); in main()
75 consumer.enable(); in main()
102 consumer.enable(); in main()
127 consumer.enable(); in main()
/illumos-gate/usr/src/cmd/sdpadm/
H A Dsdpadm.c89 int c, enable, ret = E_SUCCESS; in main() local
118 enable = 1; in main()
120 enable = 0; in main()
122 enable = -1; in main()
131 stri.ic_dp = (char *)&enable; in main()
135 enable ? "Enabled" : "Disabled"); in main()
139 if (enable == 0) { in main()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstart.sh30 enable () { function
31 /usr/sbin/svcadm enable -t $1
58 enable svc:/network/nis/server:default && echo " ypserv\c"
80 enable svc:/network/nis/client:default && echo " ypbind\c"
91 enable svc:/network/nis/xfr:default && echo " ypxfrd\c"
92 enable svc:/network/nis/passwd:default &&
96 enable svc:/network/nis/update:default &&
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf104 enable-adapter-hard-loop-ID=0;
117 enable-LIP-reset-on-bus-reset=0;
123 enable-LIP-full-login-on-bus-reset=1;
129 enable-target-reset-on-bus-reset=0;
182 enable-FCP-2-error-recovery=1;
206 enable-link-down-error=1;
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c231 struct fiosnapcreate_multi *enable; in create_snap() local
274 enable->backfilecount = backcount; in create_snap()
277 enable->rootfiledesc = mountfd; in create_snap()
279 enable->maxsize = maxsize; in create_snap()
280 enable->chunksize = chunksize; in create_snap()
296 enable->backfilename[sizeof (enable->backfilename)-1] = '\0'; in create_snap()
306 if (enable->error != 0) { in create_snap()
307 die_create_error(enable->error); in create_snap()
330 enable->snapshotnumber); in create_snap()
337 enable->snapshotnumber); in create_snap()
[all …]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.conf34 nondasd-enable="no";
35 jbod-enable="yes"
41 legacy-name-enable="no";
46 breakup-enable="no";
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c176 int32_t enable = 0; in sdp_gen_ioctl() local
185 bcopy(mp->b_cont->b_rptr, &enable, sizeof (int)); in sdp_gen_ioctl()
187 send_enable = enable; in sdp_gen_ioctl()
217 enable = 0; in sdp_gen_ioctl()
222 FKIOCTL, CRED(), (int *)&enable); in sdp_gen_ioctl()
226 FKIOCTL, CRED(), (int *)&enable); in sdp_gen_ioctl()
233 enable = 0; in sdp_gen_ioctl()
238 bcopy(&enable, mp->b_cont->b_rptr, sizeof (int)); in sdp_gen_ioctl()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh28 enable() function
61 while enable $upper ; do
74 if enable $guess ; then
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dniu.c623 unm_niu_xg_set_tx_flow_ctl(struct unm_adapter_s *adapter, int enable) in unm_niu_xg_set_tx_flow_ctl() argument
633 reg.xg0_mask = !enable; in unm_niu_xg_set_tx_flow_ctl()
635 reg.xg1_mask = !enable; in unm_niu_xg_set_tx_flow_ctl()
643 unm_niu_gbe_set_tx_flow_ctl(struct unm_adapter_s *adapter, int enable) in unm_niu_gbe_set_tx_flow_ctl() argument
654 reg.gb0_mask = !enable; in unm_niu_gbe_set_tx_flow_ctl()
657 reg.gb1_mask = !enable; in unm_niu_gbe_set_tx_flow_ctl()
660 reg.gb2_mask = !enable; in unm_niu_gbe_set_tx_flow_ctl()
664 reg.gb3_mask = !enable; in unm_niu_gbe_set_tx_flow_ctl()
673 unm_niu_gbe_set_rx_flow_ctl(struct unm_adapter_s *adapter, int enable) in unm_niu_gbe_set_rx_flow_ctl() argument
683 reg.rx_flowctl = enable; in unm_niu_gbe_set_rx_flow_ctl()
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-nwam351 $SVCADM enable dns/client
373 $SVCADM enable nis/client
379 $SVCADM enable ldap/client
388 $SVCADM enable $NFS_MAPID_FMRI
403 $SVCADM enable $IPSEC_IKE_FMRI
413 $SVCADM enable $IPSEC_POLICY_FMRI
466 $SVCADM enable $IPFILTER_FMRI
500 $SVCADM enable -t $NET_LOC_FMRI
519 $SVCADM enable -t $NET_LOC_FMRI
630 [ $3 = "online" ] && $SVCADM enable -st $NET_NWAM_FMRI
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c490 int enable, port = mac->instance->index; in mac_set_speed_duplex_fc() local
500 enable = v & 3; /* save tx/rx enables */ in mac_set_speed_duplex_fc()
505 enable |= v; in mac_set_speed_duplex_fc()
529 enable = 0x0; /* 100 or 10 */ in mac_set_speed_duplex_fc()
531 enable = 0xc; in mac_set_speed_duplex_fc()
533 enable = 0x4; in mac_set_speed_duplex_fc()
534 enable |= 0x9 << 10; /* IFG1 */ in mac_set_speed_duplex_fc()
535 enable |= 0x6 << 6; /* IFG2 */ in mac_set_speed_duplex_fc()
536 enable |= 0x1 << 4; /* VLAN */ in mac_set_speed_duplex_fc()
537 enable |= 0x3; /* RX/TX EN */ in mac_set_speed_duplex_fc()
[all …]
H A Dtp.c384 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload() argument
388 if (enable) in set_csum_offload()
395 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) in t1_tp_set_ip_checksum_offload() argument
397 set_csum_offload(tp, F_IP_CSUM, enable); in t1_tp_set_ip_checksum_offload()
400 void t1_tp_set_udp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_udp_checksum_offload() argument
402 set_csum_offload(tp, F_UDP_CSUM, enable); in t1_tp_set_udp_checksum_offload()
405 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_tcp_checksum_offload() argument
407 set_csum_offload(tp, F_TCP_CSUM, enable); in t1_tp_set_tcp_checksum_offload()
H A Dtp.h93 void t1_tp_set_udp_checksum_offload(struct petp *tp, int enable);
94 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable);
95 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh69 enable=`svcprop -p general/enabled $i`
74 if [ "$enable" = "true" ]; then
80 svcadm enable $s:default
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c537 boolean_t enable; in psvc_fan_enable_disable_policy_0() local
570 enable = PSVC_DISABLED; in psvc_fan_enable_disable_policy_0()
572 &enable); in psvc_fan_enable_disable_policy_0()
576 enable = PSVC_ENABLED; in psvc_fan_enable_disable_policy_0()
582 enable = PSVC_DISABLED; in psvc_fan_enable_disable_policy_0()
584 &enable); in psvc_fan_enable_disable_policy_0()
607 enable = PSVC_ENABLED; in psvc_fan_enable_disable_policy_0()
609 &enable); in psvc_fan_enable_disable_policy_0()
623 &enable); in psvc_fan_enable_disable_policy_0()
627 enable = PSVC_ENABLED; in psvc_fan_enable_disable_policy_0()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm.conf95 S3-support-enable =
141 autopm-enable =
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c69 static int enable = -1; variable
208 enable = 1; in main()
213 enable = 0; in main()
281 if (enable > 0) { in main()
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c206 uint32_t enable; in apc_start_engine() local
213 enable = APC_PDMA_GO; in apc_start_engine()
216 enable = APC_CDMA_GO; in apc_start_engine()
240 OR_SET_WORD(handle, &APC_DMACSR, enable); in apc_start_engine()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf274 enable-npiv=0;
291 enable-auth=0;
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c206 bool enable, u8 prio, u8 tc, in ecore_dcbx_set_params() argument
213 p_data->arr[type].enable = enable; in ecore_dcbx_set_params()
227 if (enable && p_data->arr[type].dscp_enable) in ecore_dcbx_set_params()
229 else if (enable) in ecore_dcbx_set_params()
243 bool enable, u8 prio, u8 tc, in ecore_dcbx_update_app_info() argument
258 ecore_dcbx_set_params(p_data, p_hwfn, enable, in ecore_dcbx_update_app_info()
331 bool enable, ieee; in ecore_dcbx_process_tlv() local
366 enable = !(type == DCBX_PROTOCOL_ETH); in ecore_dcbx_process_tlv()
495 p_results->arr[DCBX_PROTOCOL_ROCE].enable) in ecore_dcbx_get_priority_info()
509 p_results->arr[DCBX_PROTOCOL_FCOE].enable) in ecore_dcbx_get_priority_info()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpgetmask.S38 set 0x0f800000, %o4 ! mask of trap enable bits
42 srl %o0, 23, %o0 ! return trap enable value

12345678910>>...15