Home
last modified time | relevance | path

Searched refs:ctl (Results 76 – 100 of 107) sorted by relevance

12345

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c770 uint16_t cap_ptr, ctl, cmd; in ppt_flr() local
811 ctl = PCI_CAP_GET16(hdl, 0, cap_ptr, PCIE_DEVCTL); in ppt_flr()
813 ctl | PCIE_DEVCTL_INITIATE_FLR); in ppt_flr()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2538 long ctl[2]; in release() local
2540 ctl[0] = PCSET; in release()
2541 ctl[1] = PR_RLC; in release()
2546 write(fd, (char *)ctl, sizeof (ctl)) < 0) { in release()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1403 procctl_t ctl; in arc_buf_unwatch() local
1404 ctl.cmd = PCWATCH; in arc_buf_unwatch()
1406 ctl.prwatch.pr_size = 0; in arc_buf_unwatch()
1407 ctl.prwatch.pr_wflags = 0; in arc_buf_unwatch()
1408 result = write(arc_procfd, &ctl, sizeof (ctl)); in arc_buf_unwatch()
1409 ASSERT3U(result, ==, sizeof (ctl)); in arc_buf_unwatch()
1421 procctl_t ctl; in arc_buf_watch() local
1422 ctl.cmd = PCWATCH; in arc_buf_watch()
1425 ctl.prwatch.pr_wflags = WA_WRITE; in arc_buf_watch()
1426 result = write(arc_procfd, &ctl, sizeof (ctl)); in arc_buf_watch()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c1783 audiohd_create_mono(audiohd_state_t *statep, int ctl, in audiohd_create_mono() argument
1791 ac = &statep->ctrls[ctl]; in audiohd_create_mono()
1793 ac->num = ctl; in audiohd_create_mono()
1807 audiohd_create_stereo(audiohd_state_t *statep, int ctl, in audiohd_create_stereo() argument
1815 ac = &statep->ctrls[ctl]; in audiohd_create_stereo()
1817 ac->num = ctl; in audiohd_create_stereo()
1831 audiohd_create_bool(audiohd_state_t *statep, int ctl, in audiohd_create_bool() argument
1839 ac = &statep->ctrls[ctl]; in audiohd_create_bool()
1841 ac->num = ctl; in audiohd_create_bool()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c1498 emu10k_create_stereo(emu10k_devc_t *devc, int ctl, int gpr, in emu10k_create_stereo() argument
1506 ec = &devc->ctrls[ctl]; in emu10k_create_stereo()
1527 emu10k_create_mono(emu10k_devc_t *devc, int ctl, int gpr, in emu10k_create_mono() argument
1535 ec = &devc->ctrls[ctl]; in emu10k_create_mono()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c946 sndctl_dsp_readctl(audio_client_t *c, oss_digital_control *ctl) in sndctl_dsp_readctl() argument
950 _NOTE(ARGUNUSED(ctl)); in sndctl_dsp_readctl()
955 sndctl_dsp_writectl(audio_client_t *c, oss_digital_control *ctl) in sndctl_dsp_writectl() argument
959 _NOTE(ARGUNUSED(ctl)); in sndctl_dsp_writectl()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c3357 uint16_t ctl; in pcie_link_retrain() local
3383 ctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_link_retrain()
3384 ctl |= PCIE_LINKCTL_RETRAIN_LINK; in pcie_link_retrain()
3385 PCIE_CAP_PUT(16, bus_p, PCIE_LINKCTL, ctl); in pcie_link_retrain()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c1206 dp_message_t ctl; in rmc_comm_dp_msend() local
1317 pkt = &ctl; in rmc_comm_dp_msend()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c2588 control_t ctl; in nxge_BCM8704_xcvr_init() local
2629 ctl.value = 0; in nxge_BCM8704_xcvr_init()
2630 ctl.bits.res1 = 0x3F; in nxge_BCM8704_xcvr_init()
2631 ctl.bits.optxon_lvl = 1; in nxge_BCM8704_xcvr_init()
2632 ctl.bits.oprxflt_lvl = 1; in nxge_BCM8704_xcvr_init()
2633 ctl.bits.optrxlos_lvl = 1; in nxge_BCM8704_xcvr_init()
2634 ctl.bits.optxflt_lvl = 1; in nxge_BCM8704_xcvr_init()
2635 ctl.bits.opprflt_lvl = 1; in nxge_BCM8704_xcvr_init()
2636 ctl.bits.obtmpflt_lvl = 1; in nxge_BCM8704_xcvr_init()
2637 ctl.bits.opbiasflt_lvl = 1; in nxge_BCM8704_xcvr_init()
[all …]
H A Dnxge_fm.c834 (uint32_t)statsp->txc_stats.errlog.ro_st.ctl.value, in nxge_fm_ereport()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c5514 uint32_t ack, int ctl, uint_t ip_hdr_len, int sock_id) in tcp_xmit_ctl() argument
5542 "ctl 0x%x\n", sock_id, str, seq, ack, ctl); in tcp_xmit_ctl()
5558 tcph->th_flags[0] = (uint8_t)ctl; in tcp_xmit_ctl()
5559 if (ctl & TH_RST) { in tcp_xmit_ctl()
5573 if (ctl & TH_ACK) { in tcp_xmit_ctl()
6121 uint32_t ack, int ctl, uint_t ip_hdr_len) in tcp_xmit_early_reset() argument
6132 "flags 0x%x\n", str, seq, ack, ctl); in tcp_xmit_early_reset()
6187 tcph->th_flags[0] = (uint8_t)ctl; in tcp_xmit_early_reset()
6188 if (ctl & TH_RST) { in tcp_xmit_early_reset()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4156 int ctl = ddi_get_instance(softs->devinfo_p); in aac_tran_tgt_init() local
4185 "aac_tran_tgt_init: c%dt%dL%d out", ctl, tgt, lun); in aac_tran_tgt_init()
4194 ctl, tgt, lun); in aac_tran_tgt_init()
8172 int ctl = ddi_get_instance(softs->devinfo_p); in aac_print_scmd() local
8181 ctl = ((struct aac_nondasd *)acp->dvp)->bus; in aac_print_scmd()
8190 cmd, ctl, tgt, lun, is_pd ? "(pd)" : ""); in aac_print_scmd()
8201 ctl, tgt, lun, is_pd ? "(pd)" : ""); in aac_print_scmd()
8209 ctl, tgt, lun, is_pd ? "(pd)" : ""); in aac_print_scmd()
8218 ctl, tgt, lun, is_pd ? "(pd)" : ""); in aac_print_scmd()
8226 ctl, tgt, lun, is_pd ? "(pd)" : ""); in aac_print_scmd()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c3485 u32 ctl, data2; in collect_mps_tcam() local
3509 ctl = (V_CTLREQID(1) | in collect_mps_tcam()
3512 ctl |= V_CTLTCAMINDEX(i) | V_CTLTCAMSEL(0); in collect_mps_tcam()
3514 ctl |= V_CTLTCAMINDEX(i - 256) | in collect_mps_tcam()
3517 t4_write_reg(padap, A_MPS_CLS_TCAM_DATA2_CTL, ctl); in collect_mps_tcam()
3544 ctl |= V_CTLXYBITSEL(1); in collect_mps_tcam()
3545 t4_write_reg(padap, A_MPS_CLS_TCAM_DATA2_CTL, ctl); in collect_mps_tcam()
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1833 int ctl; /* macro line (boolean) */ in roff_parseln() local
1863 ctl = roff_getcontrol(r, buf->buf, &pos); in roff_parseln()
1873 if (r->last != NULL && ! ctl) { in roff_parseln()
1885 if (r->tbl != NULL && (ctl == 0 || buf->buf[pos] == '\0')) { in roff_parseln()
1890 if ( ! ctl) { in roff_parseln()
1939 if (ctl && roffce_node != NULL && in roff_parseln()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1101 #define WRITE_TCAM_REG_CTL(handle, ctl) \ argument
1102 REG_PIO_WRITE64(handle, FFLP_TCAM_CTL_REG, ctl)
H A Dnxge_hw.h813 uint32_t ctl; member
H A Dnxge_txc_hw.h1253 txc_ro_ctl_t ctl; member
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1029 uint32_t ctl = 0; in rtw_rxdesc_init() local
1037 ctl = (rbf->bf_dma.alength & 0xfff) | RTW_RXCTL_OWN; in rtw_rxdesc_init()
1040 ctl |= RTW_RXCTL_EOR; in rtw_rxdesc_init()
1042 rbf->rxdesc->rd_ctl = (ctl); in rtw_rxdesc_init()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c945 uftdi_break_ctl(ds_hdl_t hdl, uint_t portno, int ctl) in uftdi_break_ctl() argument
956 data = ur->ur_data | (ctl == DS_ON) ? FTDI_SIO_SET_BREAK : 0; in uftdi_break_ctl()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.p5m74 link path=dev/dld target=../devices/pseudo/dld@0:ctl
527 driver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys"
570 driver name=ramdisk perms="* 0600 root sys" perms="ctl 0644 root sys"
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c352 u32 ctl; in t4_wr_mbox_meat_timeout() local
418 ctl = t4_read_reg(adap, ctl_reg); in t4_wr_mbox_meat_timeout()
419 v = G_MBOWNER(ctl); in t4_wr_mbox_meat_timeout()
443 if (ctl & F_MBMSGVALID) { in t4_wr_mbox_meat_timeout()
573 u32 ctl; in t4_wr_mbox_meat_timeout_panic() local
595 ctl = t4_read_reg(adap, ctl_reg); in t4_wr_mbox_meat_timeout_panic()
596 v = G_MBOWNER(ctl); in t4_wr_mbox_meat_timeout_panic()
617 if (ctl & F_MBMSGVALID) { in t4_wr_mbox_meat_timeout_panic()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c679 struct strbuf ctl, dat; in getkmsg() local
693 ctl.maxlen = sizeof (struct log_ctl); in getkmsg()
694 ctl.buf = (caddr_t)&hdr; in getkmsg()
696 while ((i = getmsg(Pfd.fd, &ctl, &dat, &flags)) == MOREDATA) { in getkmsg()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8818 struct modctl *ctl; in dtrace_probe_provide() local
8842 ctl = &modules; in dtrace_probe_provide()
8844 if (ctl->mod_busy || ctl->mod_mp == NULL) in dtrace_probe_provide()
8847 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_probe_provide()
8849 } while ((ctl = ctl->mod_next) != &modules); in dtrace_probe_provide()
15846 dtrace_module_loaded(struct modctl *ctl) in dtrace_module_loaded() argument
15853 ASSERT(ctl->mod_busy); in dtrace_module_loaded()
15860 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_module_loaded()
15899 dtrace_module_unloaded(struct modctl *ctl) in dtrace_module_unloaded() argument
15904 template.dtpr_mod = ctl->mod_modname; in dtrace_module_unloaded()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3508 long ctl[2]; in pt_sigfwd() local
3525 ctl[0] = PCUNKILL; in pt_sigfwd()
3526 ctl[1] = sig; in pt_sigfwd()
3527 (void) write(Pctlfd(P), ctl, sizeof (ctl)); in pt_sigfwd()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1250 usbsacm_ds_break_ctl(ds_hdl_t hdl, uint_t port_num, int ctl) in usbsacm_ds_break_ctl() argument
1274 ((ctl == DS_ON) ? 0xffff : 0), NULL)); in usbsacm_ds_break_ctl()

12345