Home
last modified time | relevance | path

Searched refs:ctrl (Results 301 – 325 of 326) sorted by relevance

1...<<11121314

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c534 dp->txQueue.sharedCtrl = &tqdesc->ctrl; in vmxnet3_start()
554 dp->rxQueue.sharedCtrl = &rqdesc->ctrl; in vmxnet3_start()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h700 extern int (*sys_read_packet_hook) __P((int retv, struct strbuf *ctrl,
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Data.h985 u_int16_t ctrl; member
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news849 into lhs or rhs, escape them with ctrl V. (It may be
850 necessary to escape the ctrl V with ctrl V if the map
860 For example, you can define ctrl T to be four spaces with
863 where underlines represent spaces and the ctrl V's are necessary
864 to get ctrl chars and spaces past various levels, and make ^T be
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c4015 uint32_t ctrl; in igb_set_internal_serdes_loopback() local
4030 ctrl = E1000_READ_REG(hw, E1000_CTRL); in igb_set_internal_serdes_loopback()
4031 ctrl |= (E1000_CTRL_FD | /* Force full duplex */ in igb_set_internal_serdes_loopback()
4033 ctrl &= ~(E1000_CTRL_RFCE | /* Disable receive flow control */ in igb_set_internal_serdes_loopback()
4036 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in igb_set_internal_serdes_loopback()
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c451 (void) printf("\r\ntimeout error (%s)\r\n", ctrl(c)); in send()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h220 u8 ctrl; member
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1773 ldaptool_add_control_to_array( LDAPControl *ctrl, LDAPControl **array) argument
1782 *(array + i) = ctrl;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c87 LDAPControl **ctrl; in _freeControlList() local
92 for (ctrl = *ctrls; *ctrl != NULL; ctrl++) in _freeControlList()
93 ldap_control_free(*ctrl); in _freeControlList()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl769 DWORD ctrl;
798 DWORD ctrl;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info269 REFNODE disk-controller fru WITH name:/platform/i2c@1f,520000/sas-ctrl-fru-prom@0,46
277 REFPROP _seeprom_source name:/platform/i2c@1f,520000/sas-ctrl-fru-prom@0,46
H A Dsystem-board.info102 name:/platform/i2c@1f,520000/sas-ctrl-fru-prom@0,46
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c2822 sol_uverbs_uqpn_cq_ctrl(uint32_t qpnum, sol_uverbs_cq_ctrl_t ctrl) in sol_uverbs_uqpn_cq_ctrl() argument
2830 return (uverbs_uqpn_cq_ctrl(uqpid, ctrl)); in sol_uverbs_uqpn_cq_ctrl()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c1902 u16 ctrl; in ecore_hw_init_pf() local
1974 OSAL_PCI_READ_CONFIG_WORD(p_hwfn->p_dev, pos + PCI_EXP_DEVCTL, &ctrl); in ecore_hw_init_pf()
1975 ctrl &= ~PCI_EXP_DEVCTL_RELAX_EN; in ecore_hw_init_pf()
1976 OSAL_PCI_WRITE_CONFIG_WORD(p_hwfn->p_dev, pos + PCI_EXP_DEVCTL, ctrl); in ecore_hw_init_pf()
/illumos-gate/usr/src/head/
H A Dldap.h650 LDAP_API(void) LDAP_CALL ldap_control_free(LDAPControl *ctrl);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2821 snaphdr->dsap, snaphdr->ssap, snaphdr->ctrl)); in fcip_data_cb()
5103 lsnap->ctrl = 0x03; in fcip_udreq()
5137 lsnap->ctrl = 0x03; in fcip_udreq()
5630 lsnap->ctrl = 0x03; in fcip_dl_ioc_hdr_info()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c3462 uint64_t ctrl; in eri_send_msg() local
3552 ctrl = ERI_TMD_SOP | ERI_TMD_EOP | int_me | tmdcsum | in eri_send_msg()
3556 PUT_TMD(tmdp, c, len_msg, ctrl); in eri_send_msg()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c6675 u16 cnt, ctrl; in elink_wait_reset_complete() local
6681 MDIO_PMA_REG_CTRL, &ctrl); in elink_wait_reset_complete()
6686 MDIO_PMA_REG_CTRL, &ctrl); in elink_wait_reset_complete()
6687 if (!(ctrl & (1<<15))) in elink_wait_reset_complete()
6696 ELINK_DEBUG_P2(cb, "control reg 0x%x (after %d ms)\n", ctrl, cnt); in elink_wait_reset_complete()
11810 u16 autoneg_val, an_1000_val, an_10_100_val, ctrl, legacy_status; in elink_54618se_init_required() local
11814 MDIO_PMA_REG_CTRL, &ctrl); in elink_54618se_init_required()
11816 if (ctrl & (1<<15)) in elink_54618se_init_required()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c5028 s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event, in ixgbe_bypass_set_generic() argument
5036 cmd = ctrl; /* just reading only need control number */ in ixgbe_bypass_set_generic()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps43 no_esc_ctlc, "xsb" "xb" Beehive (f1=escape, f2=ctrl C)
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src12832 #ctrl-G Bell
12833 #ctrl-H Backspace
12834 #ctrl-I Horiz tab
12835 #ctrl-J Linefeed
12836 #ctrl-K Cursor up
12837 #ctrl-L Cursor right
12838 #ctrl-M Carriage return
12843 #ctrl-V Cursor down
12845 #ctrl-^ Cursor home
12846 #ctrl-_ Newline
[all …]
H A Dterminfo.src14488 #ctrl-G Bell
14489 #ctrl-H Backspace
14490 #ctrl-I Horiz tab
14491 #ctrl-J Linefeed
14492 #ctrl-K Cursor up
14493 #ctrl-L Cursor right
14494 #ctrl-M Carriage return
14499 #ctrl-V Cursor down
14501 #ctrl-^ Cursor home
14502 #ctrl-_ Newline
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S570 ldxa [%g0]ASI_EC_CFG_TIMING, %o0 ! read Jaguar shared E$ ctrl reg
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps69 no_esc_ctlc xsb xb bool Beehive (f1=escape, f2=ctrl C)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps67 no_esc_ctlc xsb xb bool Beehive (f1=escape, f2=ctrl C)

1...<<11121314