Searched refs:enable (Results 201 - 225 of 281) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h854 int enable );
H A Dllib-lldap330 int enable );
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h807 * special QP. Necessary to enable full QP0 and/or QP1 operation.
879 int hermon_config_fc_cmd_post(hermon_state_t *state, void *cfginfo, int enable,
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c36 /* vendor, module name, enable? */
100 * 0 = enable brightness get.
802 if (!vendor_hotkey_drv_list[i].enable)
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dswtch.s233 ! enable interrupts
282 wrpr %g0, %i4, %pstate ! enable interrupts
346 wr %g0, FPRS_FEF, %fprs ! enable fprs so fp_zero works
350 wr %g5, %g0, %fprs ! enable fpu and restore fprs
395 wr %g5, %g0, %fprs ! enable fpu and restore fprs
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c234 boolean_t enable = irl->irl_flags & ILB_FLAGS_RULE_ENABLED; local
243 "status", &enable));
/opensolaris-onvv-gate/usr/src/lib/libc/
H A DREADME190 Some i18n code cannot be distributed as open source. To enable the rest of
/opensolaris-onvv-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h871 tx_enable:1, /* 1:enable frame xmit, 0:disable */
872 tx_synched:1, /* R/O: xmit enable synched to xmit stream */
873 rx_enable:1, /* 1:enable frame recv, 0:disable */
874 rx_synched:1, /* R/O: recv enable synched to recv stream */
875 tx_flowctl:1, /* 1:enable pause frame generation, 0:disable */
942 tx_enable:1, /* 1:enable frame xmit, 0:disable */
944 rx_enable:1, /* 1:enable frame recv, 0:disable */
1074 * This definition applies to registers 18 and 19 (int enable and int status).
1102 enable_fc:1, /* enable FibreChannel */
1103 enable_ge:1, /* enable 1
1724 enable:1; /* 0=disable, 1=enable */ member in struct:__anon6553
1750 enable:1, member in struct:__anon6555
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h271 uint32_t enable:1; member in struct:_red_ran_init_t::__anon8606::__anon8607
275 uint32_t enable:1;
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s352 wrpr %g0, %g1, %pstate ! delay: Re-enable interrupts
1037 wrpr %g0, %g5, %pstate ! delay: enable vec intr
1052 wrpr %g0, %g5, %pstate ! delay: enable vec intr
1142 wrpr %g0, %g1, %pstate ! delay: re-enable interrupts
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c509 uint16_t tout, uint8_t enable)
515 if (enable == 0) {
1207 nxge_rxdma_hw_mode(p_nxge_t nxgep, boolean_t enable) argument
1215 "==> nxge_rxdma_hw_mode: mode %d", enable));
1242 if (enable) {
1245 "channel %d (enable)", rdc));
1797 * Get the ring to enable us to process packets.
2771 /* enable polling */
2783 * Disable polling for a ring and enable its interrupt.
2807 /* disable polling: enable interrup
508 nxge_rxdma_cfg_rcr_timeout(p_nxge_t nxgep, uint8_t channel, uint16_t tout, uint8_t enable) argument
[all...]
H A Dnxge_txdma.c302 * mask_p The events to enable.
384 * channel The channel to enable.
1290 * Toggle all TDCs on (enable) or off (disable).
1294 * enable Enable or disable a TDC.
1311 nxge_txdma_hw_mode(p_nxge_t nxgep, boolean_t enable) argument
1321 "==> nxge_txdma_hw_mode: enable mode %d", enable));
1343 if (enable) {
1348 "channel %d (enable) rs 0x%x",
1375 /* enable th
[all...]
H A Dnxge_mac.c1223 pcs_cfg.bits.w0.enable = 1;
1339 * is 0, enable receive pause.
1357 "enable pause", portn));
1360 * is 1, enable receive pause.
1392 * is 0, enable receive pause and disable
1402 * is 1, enable receive pause. Send pause is
1764 /* channel 0: enable syn. master */
1853 /* channel 0: enable syn. master */
3535 /* enable pre-emphasis */
3558 /* enable hig
4758 nxge_link_intr(p_nxge_t nxgep, link_intr_enable_t enable) argument
6632 nxge_link_monitor(p_nxge_t nxgep, link_mon_enable_t enable) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c247 " reg enable failed\n");
696 PCWLDBG((CE_WARN, "set enable cmd err\n"));
1302 if (add) { /* enable multicast on eth_p, search for available entries */
3264 uint32_t enable, i; local
3279 * the card first and then enable the card after the 'set'
3281 enable = pcwl_p->pcwl_flag & PCWL_ENABLED;
3285 if ((enable) &&
3294 if ((enable) &&
3356 if ((!enable) && (ret = pcwl_set_cmd(pcwl_p, WL_CMD_DISABLE, 0))) {
/opensolaris-onvv-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c107 static IMA_STATUS configure_discovery_method(IMA_BOOL enable,
730 * Cannot enable RADIUS if no RADIUS configuration
735 "cannot enable RADIUS, errno: %d", errno);
747 * Cannot enable RADIUS if no RADIUS configuration
753 "cannot enable RADIUS");
1918 IMA_BOOL enable,
1928 if (enable == IMA_FALSE) {
1917 configure_discovery_method( IMA_BOOL enable, iSCSIDiscoveryMethod_t method ) argument
/opensolaris-onvv-gate/usr/src/lib/libsun_ima/common/
H A Dima.c132 static IMA_STATUS configure_discovery_method(IMA_BOOL enable,
2441 IMA_BOOL enable,
2453 if (enable == IMA_FALSE) {
2440 configure_discovery_method( IMA_BOOL enable, iSCSIDiscoveryMethod_t method ) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c2160 * - possibly enable/disable transmission of LACPDUs.
2182 aggr_set_coll_dist(aggr_port_t *portp, boolean_t enable) argument
2187 portp->lp_linkid, enable ? "ENABLED" : "DISABLED"));
2190 if (!enable) {
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c908 hxge_txdma_hw_mode(p_hxge_t hxgep, boolean_t enable) argument
919 "==> hxge_txdma_hw_mode: enable mode %d", enable));
956 if (enable) {
959 "==> hxge_txdma_hw_mode: channel %d (enable) "
993 /* enable the transmit dma channels */
2179 * Reset FIFO Error Status for the TDC and enable FIFO error events.
2358 * channels and enable each DMA channel.
2805 * channels and enable each DMA channel.
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1016 " fcram_partition enable:"
1025 sel.bits.ldw.ext = BIT_ENABLE; /* enable */
2492 boolean_t enable)
2514 if (enable && flow_cfg_reg.bits.ldw.sym == 0) {
2517 } else if (!enable && flow_cfg_reg.bits.ldw.sym == 1) {
2491 npi_fflp_cfg_sym_ip_cls_flow_key(npi_handle_t handle, tcam_class_t l3_class, boolean_t enable) argument
H A Dnpi_rxdma.c326 /* enable the logical page */
630 * enable the RDC or else configuration fatal error
1270 rand_reg.bits.ldw.enable = 1;
1286 rand_reg.bits.ldw.enable = 0;
1710 * to 1, we will enable interrupt generation for the
1712 * have to be cleared to enable interrupt.
1890 * NPI_SUCCESS - If enable channel with mailbox update
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt62 Network ILB:::Manage ILB configuration via ilbadm:auths=solaris.network.ilb.config,solaris.network.ilb.enable;help=RtNetILB.html
/opensolaris-onvv-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c1065 * now, just add a simple loop for enable/disable/del.
1139 ilb_rule_t *rule, in6_addr_t *addr, boolean_t enable)
1165 if (enable) {
1138 ilb_server_toggle(ilb_stack_t *ilbs, zoneid_t zoneid, const char *rule_name, ilb_rule_t *rule, in6_addr_t *addr, boolean_t enable) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME346 5082975 in Jumbo enable mode, netperf indicates a lower throughput, compared to Jumbo of
/opensolaris-onvv-gate/usr/src/uts/common/io/rtls/
H A Drtls.c713 * rtls_m_multicst() -- set(enable) or disable a multicast address
715 * Program the hardware to enable/disable the multicast address in "mcast".
718 rtls_m_multicst(void *arg, boolean_t enable, const uint8_t *mcast) argument
729 if (enable) {
1871 * Change to config register write enable mode
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dkcpc.c673 kcpc_enable(kthread_t *t, int cmd, int enable) argument
726 if (enable)
1204 * Otherwise, re-enable the counters and continue life as before.

Completed in 343 milliseconds

1234567891011>>