Home
last modified time | relevance | path

Searched defs:sc (Results 51 – 75 of 209) sorted by relevance

123456789

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_zsd.c62 vmm_zsd_add_vm(vmm_softc_t *sc) in vmm_zsd_add_vm()
95 vmm_zsd_rem_vm(vmm_softc_t *sc) in vmm_zsd_rem_vm()
151 vmm_softc_t *sc; in vmm_zsd_shutdown() local
176 vmm_softc_t *sc; in vmm_zsd_destroy() local
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c317 struct adapter *sc = pi->adapter; in t4_mc_getstat() local
697 struct adapter *sc = pi->adapter; in t4_mc_setpromisc() local
718 struct adapter *sc = pi->adapter; in t4_mc_multicst() local
763 struct adapter *sc = pi->adapter; in t4_mc_unicst() local
1013 struct adapter *sc = pi->adapter; in t4_mc_tx() local
1049 struct adapter *sc = pi->adapter; in t4_mc_transceiver_read() local
1090 struct adapter *sc = pi->adapter; in t4_port_led_set() local
1324 struct adapter *sc = pi->adapter; in t4_mc_setprop() local
1681 struct adapter *sc = pi->adapter; in begin_synchronized_op() local
1714 struct adapter *sc = pi->adapter; in end_synchronized_op() local
[all …]
H A Dosdep.h42 #define CH_ERR(sc, ...) cxgb_printf(sc->dip, CE_WARN, ##__VA_ARGS__) argument
43 #define CH_WARN(sc, ...) cxgb_printf(sc->dip, CE_WARN, ##__VA_ARGS__) argument
44 #define CH_WARN_RATELIMIT(sc, ...) cxgb_printf(sc->dip, CE_WARN, ##__VA_ARGS__) argument
45 #define CH_ALERT(sc, ...) cxgb_printf(sc->dip, CE_NOTE, ##__VA_ARGS__) argument
46 #define CH_INFO(sc, ...) cxgb_printf(sc->dip, CE_NOTE, ##__VA_ARGS__) argument
48 #define CH_MSG(sc, level, category, fmt, ...) argument
50 #define CH_DBG(sc, category, fmt, ...) cxgb_printf(sc->dip, CE_NOTE, ##__VA_ARGS__) argument
52 #define CH_DBG(sc, category, fmt, ...) argument
H A Dt4_l2t.c189 write_l2e(adapter_t *sc, struct l2t_entry *e, int sync) in write_l2e()
224 t4_init_l2t(struct adapter *sc) in t4_init_l2t()
344 t4_l2t_send(struct adapter *sc, mblk_t *m, struct l2t_entry *e) in t4_l2t_send()
437 struct adapter *sc = iq->adapter; in do_l2t_write_rpl() local
521 struct adapter *sc = e->sc; in t4_l2t_update() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_9p.c130 struct pci_vt9p_softc *sc; in pci_vt9p_reset() local
141 struct pci_vt9p_softc *sc = vsc; in pci_vt9p_neg_features() local
149 struct pci_vt9p_softc *sc = vsc; in pci_vt9p_cfgread() local
175 struct pci_vt9p_softc *sc = preq->vsr_sc; in pci_vt9p_send() local
192 struct pci_vt9p_softc *sc = preq->vsr_sc; in pci_vt9p_drop() local
205 struct pci_vt9p_softc *sc; in pci_vt9p_notify() local
270 struct pci_vt9p_softc *sc; in pci_vt9p_init() local
H A Dtpm_emul_passthru.c36 tpm_passthru_init(void **sc, nvlist_t *nvl) in tpm_passthru_init()
60 tpm_passthru_execute_cmd(void *sc, void *cmd, uint32_t cmd_size, void *rsp, in tpm_passthru_execute_cmd()
91 tpm_passthru_deinit(void *sc) in tpm_passthru_deinit()
H A Dpci_fbuf.c124 struct pci_fbuf_softc *sc; in pci_fbuf_write() local
177 struct pci_fbuf_softc *sc; in pci_fbuf_read() local
223 struct pci_fbuf_softc *sc; in pci_fbuf_baraddr() local
245 pci_fbuf_parse_config(struct pci_fbuf_softc *sc, nvlist_t *nvl) in pci_fbuf_parse_config()
359 struct pci_fbuf_softc *sc; in pci_fbuf_render() local
382 struct pci_fbuf_softc *sc; in pci_fbuf_init() local
H A Dpci_virtio_console.c188 struct pci_vtcon_softc *sc; in pci_vtcon_reset() local
199 struct pci_vtcon_softc *sc = vsc; in pci_vtcon_neg_features() local
207 struct pci_vtcon_softc *sc = vsc; in pci_vtcon_cfgread() local
223 pci_vtcon_vq_to_port(struct pci_vtcon_softc *sc, struct vqueue_info *vq) in pci_vtcon_vq_to_port()
246 pci_vtcon_port_add(struct pci_vtcon_softc *sc, int port_id, const char *name, in pci_vtcon_port_add()
276 pci_vtcon_sock_add(struct pci_vtcon_softc *sc, const char *port_name, in pci_vtcon_sock_add()
519 struct pci_vtcon_softc *sc; in pci_vtcon_control_tx() local
593 pci_vtcon_control_send(struct pci_vtcon_softc *sc, in pci_vtcon_control_send()
622 struct pci_vtcon_softc *sc; in pci_vtcon_notify_tx() local
648 struct pci_vtcon_softc *sc; in pci_vtcon_notify_rx() local
[all …]
H A Dpci_virtio_rnd.c97 struct pci_vtrnd_softc *sc; in pci_vtrnd_reset() local
110 struct pci_vtrnd_softc *sc; in pci_vtrnd_notify() local
144 struct pci_vtrnd_softc *sc; in pci_vtrnd_init() local
H A Dpci_virtio_block.c237 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_reset() local
251 struct pci_vtblk_softc *sc = io->io_sc; in pci_vtblk_done_locked() local
273 struct pci_vtblk_softc *sc = io->io_sc; in pci_vtblk_done() local
281 pci_vtblk_proc(struct pci_vtblk_softc *sc, struct vqueue_info *vq) in pci_vtblk_proc()
411 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_notify() local
421 struct pci_vtblk_softc *sc; in pci_vtblk_resized() local
438 struct pci_vtblk_softc *sc; in pci_vtblk_init() local
569 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_cfgread() local
582 struct pci_vtblk_softc *sc = vsc; in pci_vtblk_apply_feats() local
H A Dvga.c179 vga_in_reset(struct vga_softc *sc) in vga_in_reset()
218 vga_get_pixel(struct vga_softc *sc, int x, int y) in vga_get_pixel()
247 vga_render_graphics(struct vga_softc *sc) in vga_render_graphics()
262 vga_get_text_pixel(struct vga_softc *sc, int x, int y) in vga_get_text_pixel()
310 vga_render_text(struct vga_softc *sc) in vga_render_text()
327 struct vga_softc *sc = arg; in vga_render() local
347 struct vga_softc *sc = arg1; in vga_mem_rd_handler() local
411 struct vga_softc *sc = arg1; in vga_mem_wr_handler() local
731 struct vga_softc *sc = arg; in vga_port_in_handler() local
970 struct vga_softc *sc = arg; in vga_port_out_handler() local
[all …]
H A Dhda_codec.c395 struct hda_codec_softc *sc = NULL; in hda_codec_init() local
468 struct hda_codec_softc *sc = NULL; in hda_codec_reset() local
503 struct hda_codec_softc *sc = NULL; in hda_codec_command() local
580 struct hda_codec_softc *sc = NULL; in hda_codec_notify() local
665 hda_codec_audio_output_nid(struct hda_codec_softc *sc, uint16_t verb, in hda_codec_audio_output_nid()
680 struct hda_codec_softc *sc = (struct hda_codec_softc *)arg; in hda_codec_audio_output_do_transfer() local
706 struct hda_codec_softc *sc = (struct hda_codec_softc *)arg; in hda_codec_audio_output_do_setup() local
726 hda_codec_audio_input_nid(struct hda_codec_softc *sc, uint16_t verb, in hda_codec_audio_input_nid()
741 struct hda_codec_softc *sc = (struct hda_codec_softc *)arg; in hda_codec_audio_input_do_transfer() local
765 struct hda_codec_softc *sc = (struct hda_codec_softc *)arg; in hda_codec_audio_input_do_setup() local
H A Dpci_virtio_scsi.c301 struct pci_vtscsi_softc *sc; in pci_vtscsi_reset() local
327 struct pci_vtscsi_softc *sc = vsc; in pci_vtscsi_neg_features() local
335 struct pci_vtscsi_softc *sc = vsc; in pci_vtscsi_cfgread() local
358 pci_vtscsi_control_handle(struct pci_vtscsi_softc *sc, void *buf, in pci_vtscsi_control_handle()
394 pci_vtscsi_tmf_handle(struct pci_vtscsi_softc *sc, in pci_vtscsi_tmf_handle()
472 struct pci_vtscsi_softc *sc = q->vsq_sc; in pci_vtscsi_request_handle() local
579 struct pci_vtscsi_softc *sc; in pci_vtscsi_controlq_notify() local
615 struct pci_vtscsi_softc *sc; in pci_vtscsi_requestq_notify() local
649 pci_vtscsi_init_queue(struct pci_vtscsi_softc *sc, in pci_vtscsi_init_queue()
702 struct pci_vtscsi_softc *sc; in pci_vtscsi_init() local
H A Dusb_mouse.c258 struct umouse_softc *sc; in umouse_event() local
299 struct umouse_softc *sc; in umouse_init() local
318 struct umouse_softc *sc; in umouse_request() local
686 struct umouse_softc *sc; in umouse_data_handler() local
771 struct umouse_softc *sc; in umouse_reset() local
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l121 <A>"}"{WS}*\n { BEGIN sc; lineno++; RETURN(';'); } variable
122 <A>"}" { BEGIN sc; RETURN(';'); } variable
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c371 int sc; in ldap_set_option() local
394 int sc; in ldap_set_option() local
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c731 glvc_alarm_get(int alarm_type, int *alarm_state, tsalarm_softc_t *sc) in glvc_alarm_get()
799 glvc_alarm_set(int alarm_type, int new_state, tsalarm_softc_t *sc) in glvc_alarm_set()
895 tsal_pcp_send_recv(tsalarm_softc_t *sc, tsal_pcp_msg_t *req_msg, in tsal_pcp_send_recv()
1119 tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int bytes_cnt) in tsal_pcp_peek()
1166 tsal_pcp_write(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt) in tsal_pcp_write()
1201 tsal_pcp_read(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt) in tsal_pcp_read()
1290 tsal_pcp_peek_read(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt) in tsal_pcp_peek_read()
1384 tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc, in tsal_pcp_recv_resp_msg_hdr()
1527 tsal_pcp_get_xid(tsalarm_softc_t *sc) in tsal_pcp_get_xid()
1562 tsal_pcp_frame_error_handle(tsalarm_softc_t *sc) in tsal_pcp_frame_error_handle()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvscanf.c72 #define SCinit(sc,ds) ((sc)->inp = (sc)->error = -1, (sc)->f = f, \ argument
76 #define SCend(sc,ds) (inp = (sc)->inp, f = (sc)->f, \ argument
89 Scan_t *sc = (Scan_t*)arg; local
228 #define SFgetwc(sc,wc,fmt,ac,mbs) _sfgetwc(sc,wc,fmt,ac,(Void_t*)(mbs)) argument
230 #define SFgetwc(sc,wc,fmt,ac,mbs) _sfgetwc(sc,wc,fmt,ac,NIL(Void_t*)) argument
234 static int _sfgetwc(Scan_t* sc, wchar_t* wc, int fmt, Accept_t* ac, Void_t *mbs) in _sfgetwc()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c557 sysc_cfga_stat_t *sc; in fhc_bd_ks_update() local
636 sysc_cfga_stat_t *sc; in fhc_bdlist_dk_init() local
709 sysc_cfga_stat_t *sc; in fhc_bdlist_prime() local
856 set_cpu_info(sysc_cfga_stat_t *sc, uint_t fhc_bsr) in set_cpu_info()
901 sysc_cfga_stat_t *sc; in fhc_bdlist_scan() local
997 sysc_cfga_stat_t *sc; in fhc_bd_remove_scan() local
1083 sysc_cfga_stat_t *sc; in fhc_bd_test() local
1130 sysc_cfga_stat_t *sc; in fhc_bd_test_set_cond() local
/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c182 softcall_t *sc; in softcall_init() local
315 softcall_t *sc; in softcall() local
420 softcall_t *sc = NULL; in softint() local
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c486 struct zyd_softc *sc = (struct zyd_softc *)req->bulk_client_private; in zyd_data_out_cb() local
888 struct zyd_softc *sc; in zyd_data_in_cb() local
1083 zyd_usb_init(struct zyd_softc *sc) in zyd_usb_init()
1135 zyd_usb_deinit(struct zyd_softc *sc) in zyd_usb_deinit()
1152 struct zyd_softc *sc; in zyd_usb_reconnect() local
1198 struct zyd_softc *sc; in zyd_usb_disconnect() local
1226 zyd_suspend(struct zyd_softc *sc) in zyd_suspend()
1251 zyd_resume(struct zyd_softc *sc) in zyd_resume()
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damrreg.h602 #define AMR_QCLEAR_INTR(sc) pci_config_put8(sc->regsmap_handle, \ argument
604 #define AMR_QENABLE_INTR(sc) pci_config_put8(sc->regsmap_handle, \ argument
606 #define AMR_QDISABLE_INTR(sc) pci_config_put8(sc->regsmap_handle, \ argument
636 #define AMR_QPUT_IDB(sc, val) pci_config_put32(sc->regsmap_handle, \ argument
638 #define AMR_QGET_IDB(sc) pci_config_get32(sc->regsmap_handle, \ argument
640 #define AMR_QPUT_ODB(sc, val) pci_config_put32(sc->regsmap_handle, \ argument
642 #define AMR_QGET_ODB(sc) pci_config_get32(sc->regsmap_handle, \ argument
684 #define AMR_SACK_INTERRUPT(sc) pci_config_put8(sc->regsmap_handle, \ argument
688 #define AMR_SGET_MBSTAT(sc) pci_config_get8(sc->regsmap_handle, \ argument
691 #define AMR_SENABLE_INTR(sc) \ argument
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdiommu.c122 struct amdiommu_softc *sc; in ivhd_setup_intr() local
163 struct amdiommu_softc *sc; in ivhd_teardown_intr() local
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c156 zfs_add_sort_column(zfs_sort_column_t **sc, const char *name, in zfs_add_sort_column()
187 zfs_free_sort_columns(zfs_sort_column_t *sc) in zfs_free_sort_columns()
200 zfs_sort_only_by_name(const zfs_sort_column_t *sc) in zfs_sort_only_by_name()
285 zfs_sort_column_t *sc = (zfs_sort_column_t *)data; in zfs_sort() local
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c1286 struct fs_softc *sc = softc; in fs_iopen() local
1733 struct fs_softc *sc; in fs_read() local
1813 struct fs_softc *sc = softc; in fs_remove() local
1853 struct fs_softc *sc; in fs_stat() local
2071 struct fs_softc *sc = softc; in fs_write() local
2106 struct fs_softc *sc = softc; in fs_wstat() local
2387 struct fs_softc *sc = softc; in fs_rename() local
2621 struct fs_softc *sc = softc; in fs_setattr() local
2938 struct fs_softc *sc = softc; in fs_renameat() local
3013 struct fs_softc *sc = softc; in fs_unlinkat() local
[all …]

123456789