Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 2250) sorted by last modified time

12345678910>>...90

/freebsd/usr.sbin/bhyve/
H A Duart_backend.c117 rxfifo_available(struct uart_softc *sc) in rxfifo_available()
123 uart_rxfifo_getchar(struct uart_softc *sc) in uart_rxfifo_getchar()
148 uart_rxfifo_numchars(struct uart_softc *sc) in uart_rxfifo_numchars()
154 rxfifo_putchar(struct uart_softc *sc, uint8_t ch) in rxfifo_putchar()
180 uart_rxfifo_drain(struct uart_softc *sc, bool loopback) in uart_rxfifo_drain()
208 uart_rxfifo_reset(struct uart_softc *sc, int size) in uart_rxfifo_reset()
263 uart_stdio_backend(struct uart_softc *sc) in uart_stdio_backend()
296 uart_tty_backend(struct uart_softc *sc, const char *path) in uart_tty_backend()
340 uart_tty_open(struct uart_softc *sc, const char *path, in uart_tty_open()
359 uart_softc_lock(struct uart_softc *sc) in uart_softc_lock()
[all …]
H A Duart_emul.c145 uart_intr_reason(struct uart_ns16550_softc *sc) in uart_intr_reason()
162 uart_reset(struct uart_ns16550_softc *sc) in uart_reset()
179 uart_toggle_intr(struct uart_ns16550_softc *sc) in uart_toggle_intr()
194 struct uart_ns16550_softc *sc; in uart_drain() local
217 uart_ns16550_write(struct uart_ns16550_softc *sc, int offset, uint8_t value) in uart_ns16550_write()
335 uart_ns16550_read(struct uart_ns16550_softc *sc, int offset) in uart_ns16550_read()
439 struct uart_ns16550_softc *sc; in uart_ns16550_init() local
454 uart_ns16550_tty_open(struct uart_ns16550_softc *sc, const char *device) in uart_ns16550_tty_open()
461 uart_ns16550_snapshot(struct uart_ns16550_softc *sc, in uart_ns16550_snapshot()
H A Duart_pl011.c127 uart_reset(struct uart_pl011_softc *sc) in uart_reset()
136 uart_rx_trigger_level(struct uart_pl011_softc *sc) in uart_rx_trigger_level()
161 uart_toggle_intr(struct uart_pl011_softc *sc) in uart_toggle_intr()
172 struct uart_pl011_softc *sc; in uart_drain() local
207 uart_pl011_write(struct uart_pl011_softc *sc, int offset, uint32_t value) in uart_pl011_write()
271 uart_pl011_read(struct uart_pl011_softc *sc, int offset) in uart_pl011_read()
372 struct uart_pl011_softc *sc; in uart_pl011_init() local
387 uart_pl011_tty_open(struct uart_pl011_softc *sc, const char *device) in uart_pl011_tty_open()
/freebsd/sys/dev/tpm/
H A Dtpm_tis_acpi.c60 struct tpm_sc *sc = device_get_softc(dev); in tpmtis_acpi_attach() local
H A Dtpm_tis_core.c98 struct tpm_sc *sc; in tpmtis_attach() local
133 struct tpm_sc *sc; in tpmtis_detach() local
158 tpmtis_test_intr(struct tpm_sc *sc) in tpmtis_test_intr()
175 tpmtis_setup_intr(struct tpm_sc *sc) in tpmtis_setup_intr()
214 struct tpm_sc *sc; in tpmtis_intr_handler() local
259 tpmtis_wait_for_burst(struct tpm_sc *sc) in tpmtis_wait_for_burst()
278 tpmtis_read_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf) in tpmtis_read_bytes()
318 tpmtis_request_locality(struct tpm_sc *sc, int locality) in tpmtis_request_locality()
350 tpmtis_relinquish_locality(struct tpm_sc *sc) in tpmtis_relinquish_locality()
364 tpmtis_go_ready(struct tpm_sc *sc) in tpmtis_go_ready()
[all …]
H A Dtpm20.c69 struct tpm_sc *sc; in tpm20_read() local
100 struct tpm_sc *sc; in tpm20_write() local
145 struct tpm_sc *sc; in tpm20_discard_buffer() local
186 tpm20_init(struct tpm_sc *sc) in tpm20_init()
216 tpm20_release(struct tpm_sc *sc) in tpm20_release()
253 struct tpm_sc *sc; in tpm20_harvest() local
300 struct tpm_sc *sc; in tpm20_save_state() local
H A Dtpm20.h155 AND4(struct tpm_sc *sc, bus_size_t off, uint32_t val) in AND4()
162 OR1(struct tpm_sc *sc, bus_size_t off, uint8_t val) in OR1()
169 OR4(struct tpm_sc *sc, bus_size_t off, uint32_t val) in OR4()
H A Dtpm_bus.c37 struct tpm_sc *sc = device_get_softc(dev); in tpm_read_1() local
45 struct tpm_sc *sc = device_get_softc(dev); in tpm_read_4() local
57 struct tpm_sc *sc = device_get_softc(dev); in tpm_read_8() local
66 struct tpm_sc *sc = device_get_softc(dev); in tpm_write_1() local
74 struct tpm_sc *sc = device_get_softc(dev); in tpm_write_4() local
82 struct tpm_sc *sc = device_get_softc(dev); in tpm_write_barrier() local
H A Dtpm_crb.c148 struct tpm_sc *sc; in tpmcrb_attach() local
231 struct tpm_sc *sc; in tpmcrb_detach() local
244 tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off, uint32_t mask, uint32_t val, in tpm_wait_for_u32()
263 tpmcrb_request_locality(struct tpm_sc *sc, int locality) in tpmcrb_request_locality()
281 tpmcrb_relinquish_locality(struct tpm_sc *sc) in tpmcrb_relinquish_locality()
288 tpmcrb_cancel_cmd(struct tpm_sc *sc) in tpmcrb_cancel_cmd()
308 struct tpm_sc *sc; in tpmcrb_transmit() local
/freebsd/sys/geom/stripe/
H A Dg_stripe.c153 struct g_stripe_softc *sc; in g_stripe_remove_disk() local
187 struct g_stripe_softc *sc; in g_stripe_orphan() local
271 struct g_stripe_softc *sc; in g_stripe_done() local
303 struct g_stripe_softc *sc; in g_stripe_start_fast() local
432 struct g_stripe_softc *sc; in g_stripe_start_economic() local
569 struct g_stripe_softc *sc; in g_stripe_start() local
832 struct g_stripe_softc *sc; in g_stripe_create() local
944 struct g_stripe_softc *sc; in g_stripe_destroy_geom() local
954 struct g_stripe_softc *sc; in g_stripe_taste() local
1061 struct g_stripe_softc *sc; in g_stripe_ctl_create() local
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1115 struct adapter *sc; in t4_calibration() local
1179 struct adapter *sc; in t4_attach() local
1664 struct adapter *sc; in t4_child_location() local
1682 struct adapter *sc; in t4_ready() local
1693 struct adapter *sc; in t4_read_port_device() local
1751 struct adapter *sc; in t4_detach_common() local
3046 struct adapter *sc; in cxgbe_transmit() local
3567 struct adapter *sc; in vcxgbe_attach() local
3594 struct adapter *sc; in vcxgbe_detach() local
5600 struct adapter *sc; in ktls_tick() local
[all …]
H A Dt4_sge.c451 struct adapter *sc = iq->adapter; in abort_rpl_rss_handler() local
466 struct adapter *sc = iq->adapter; in fw4_ack_handler() local
1122 struct adapter *sc = vi->adapter; in t4_setup_vi_queues() local
1283 struct adapter *sc = arg; in t4_intr_all() local
1302 struct adapter *sc = arg; in t4_intr_err() local
1386 struct adapter *sc = iq->adapter; in service_iq() local
3754 alloc_fwq(struct adapter *sc) in alloc_fwq()
3794 free_fwq(struct adapter *sc) in free_fwq()
4699 struct adapter *sc; in add_txq_sysctls() local
5072 struct adapter *sc = arg; in refill_sfl() local
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c109 struct adapter *sc = pi->adapter; in alloc_toepcb() local
161 struct adapter *sc = pi->adapter; in init_toepcb() local
309 struct adapter *sc = td_adapter(td); in release_offload_resources() local
404 struct adapter *sc = tod->tod_softc; in t4_ctloutput() local
558 struct adapter *sc = te->te_adapter; in remove_tcb_histent() local
602 struct adapter *sc = te->te_adapter; in release_tcb_histent() local
683 struct adapter *sc = iq->adapter; in do_get_tcb_rpl() local
1176 struct adapter *sc = pi->adapter; in calc_options2() local
1228 struct adapter *sc = vi->adapter; in select_ntuple() local
1266 struct adapter *sc = pi->adapter; in init_conn_params() local
[all …]
/freebsd/sys/dev/md/
H A Dmd.c454 struct md_s *sc; in g_md_access() local
478 struct md_s *sc; in g_md_start() local
1206 struct md_s *sc; in md_kthread() local
1255 struct md_s *sc; in mdfind() local
1267 struct md_s *sc; in mdnew() local
1300 mdinit(struct md_s *sc) in mdinit()
1679 struct md_s *sc; in kern_mdattach_locked() local
1775 struct md_s *sc; in kern_mddetach_locked() local
1806 struct md_s *sc; in kern_mdresize_locked() local
1840 struct md_s *sc; in kern_mdquery_locked() local
[all …]
/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c118 nvmf_shutdown_controller(struct nvmf_softc *sc) in nvmf_shutdown_controller()
140 struct nvmf_softc *sc = arg; in nvmf_check_keep_alive() local
157 struct nvmf_softc *sc = arg; in nvmf_keep_alive_complete() local
170 struct nvmf_softc *sc = arg; in nvmf_send_keep_alive() local
395 nvmf_add_namespaces(struct nvmf_softc *sc) in nvmf_add_namespaces()
427 struct nvmf_softc *sc = device_get_softc(dev); in nvmf_attach() local
539 nvmf_disconnect(struct nvmf_softc *sc) in nvmf_disconnect()
547 struct nvmf_softc *sc = arg; in nvmf_disconnect_task() local
677 struct nvmf_softc *sc = device_get_softc(dev); in nvmf_detach() local
717 nvmf_rescan_ns(struct nvmf_softc *sc, uint32_t nsid) in nvmf_rescan_ns()
[all …]
H A Dnvmf_aer.c17 struct nvmf_softc *sc; member
38 nvmf_submit_aer(struct nvmf_softc *sc, struct nvmf_aer *aer) in nvmf_submit_aer()
55 nvmf_handle_changed_namespaces(struct nvmf_softc *sc, in nvmf_handle_changed_namespaces()
92 struct nvmf_softc *sc = aer->sc; in nvmf_finish_aer_page_task() local
111 struct nvmf_softc *sc = aer->sc; in nvmf_io_complete_aer_page() local
127 struct nvmf_softc *sc = aer->sc; in nvmf_complete_aer_page() local
157 struct nvmf_softc *sc = aer->sc; in nvmf_complete_aer() local
191 struct nvmf_softc *sc = aer->sc; in nvmf_complete_aer_task() local
241 nvmf_init_aer(struct nvmf_softc *sc) in nvmf_init_aer()
259 nvmf_start_aer(struct nvmf_softc *sc) in nvmf_start_aer()
[all …]
H A Dnvmf_cmd.c17 nvmf_cmd_get_property(struct nvmf_softc *sc, uint32_t offset, uint8_t size, in nvmf_cmd_get_property()
45 nvmf_cmd_set_property(struct nvmf_softc *sc, uint32_t offset, uint8_t size, in nvmf_cmd_set_property()
75 nvmf_cmd_keep_alive(struct nvmf_softc *sc, nvmf_request_complete_t *cb, in nvmf_cmd_keep_alive()
91 nvmf_cmd_identify_active_namespaces(struct nvmf_softc *sc, uint32_t id, in nvmf_cmd_identify_active_namespaces()
117 nvmf_cmd_identify_namespace(struct nvmf_softc *sc, uint32_t id, in nvmf_cmd_identify_namespace()
143 nvmf_cmd_get_log_page(struct nvmf_softc *sc, uint32_t nsid, uint8_t lid, in nvmf_cmd_get_log_page()
H A Dnvmf_ctldev.c53 struct nvmf_softc *sc = device_get_softc(dev); in nvmf_matches() local
H A Dnvmf_ns.c26 struct nvmf_softc *sc; member
316 nvmf_init_ns(struct nvmf_softc *sc, uint32_t id, in nvmf_init_ns()
H A Dnvmf_qpair.c25 struct nvmf_softc *sc; member
112 struct nvmf_softc *sc = qp->sc; in nvmf_dispatch_command() local
142 struct nvmf_softc *sc = qp->sc; in nvmf_qp_error() local
155 struct nvmf_softc *sc = qp->sc; in nvmf_receive_capsule() local
225 nvmf_init_qp(struct nvmf_softc *sc, enum nvmf_trtype trtype, in nvmf_init_qp()
H A Dnvmf_sim.c99 nvmf_sim_io(struct nvmf_softc *sc, union ccb *ccb) in nvmf_sim_io()
150 struct nvmf_softc *sc = cam_sim_softc(sim); in nvmf_sim_action() local
240 nvmf_init_sim(struct nvmf_softc *sc) in nvmf_init_sim()
279 nvmf_sim_rescan_ns(struct nvmf_softc *sc, uint32_t id) in nvmf_sim_rescan_ns()
305 nvmf_disconnect_sim(struct nvmf_softc *sc) in nvmf_disconnect_sim()
314 nvmf_reconnect_sim(struct nvmf_softc *sc) in nvmf_reconnect_sim()
323 nvmf_destroy_sim(struct nvmf_softc *sc) in nvmf_destroy_sim()
H A Dnvmf_var.h105 nvmf_select_io_queue(struct nvmf_softc *sc) in nvmf_select_io_queue()
/freebsd/sys/dev/rtsx/
H A Drtsx.c2934 struct rtsx_softc *sc; local
2952 struct rtsx_softc *sc; local
2972 struct rtsx_softc *sc; local
3041 struct rtsx_softc *sc; local
3063 struct rtsx_softc *sc; local
3128 struct rtsx_softc *sc; local
3189 struct rtsx_softc *sc; local
3258 struct rtsx_softc *sc; local
3349 struct rtsx_softc *sc; local
3420 struct rtsx_softc *sc; local
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c255 read_tx_state_one(struct adapter *sc, int i, struct port_tx_state *tx_state) in read_tx_state_one()
267 read_tx_state(struct adapter *sc, struct port_tx_state *tx_state) in read_tx_state()
276 check_tx_state(struct adapter *sc, struct port_tx_state *tx_state) in check_tx_state()
8959 struct adapter *sc = pi->adapter; in t4_update_port_info() local
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c221 struct ccr_softc *sc; member
1803 struct adapter *sc; in ccr_identify() local
1820 ccr_sysctls(struct ccr_softc *sc) in ccr_sysctls()
1920 ccr_init_port(struct ccr_softc *sc, int port) in ccr_init_port()
1947 struct ccr_softc *sc; in ccr_attach() local
2008 struct ccr_softc *sc; in ccr_detach() local
2269 ccr_choose_port(struct ccr_softc *sc) in ccr_choose_port()
2317 struct ccr_softc *sc; in ccr_newsession() local
2505 struct ccr_softc *sc; in ccr_freesession() local
2526 struct ccr_softc *sc; in ccr_process() local
[all …]

12345678910>>...90