| /NextBSD/sys/pc98/cbus/ |
| HD | sctermvar.h | 64 sc_term_ins_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_ins_line() 78 sc_term_del_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_del_line() 92 sc_term_ins_char(scr_stat *scp, int n, int ch, int attr) in sc_term_ins_char() 108 sc_term_del_char(scr_stat *scp, int n, int ch, int attr) in sc_term_del_char() 124 sc_term_col(scr_stat *scp, int n) in sc_term_col() 132 sc_term_row(scr_stat *scp, int n) in sc_term_row() 140 sc_term_up(scr_stat *scp, int n, int head) in sc_term_up() 151 sc_term_down(scr_stat *scp, int n, int tail) in sc_term_down() 164 sc_term_left(scr_stat *scp, int n) in sc_term_left() 172 sc_term_right(scr_stat *scp, int n) in sc_term_right() [all …]
|
| HD | scgdcrndr.c | 94 gdc_nop(scr_stat *scp, ...) in gdc_nop() 101 gdc_txtclear(scr_stat *scp, int c, int attr) in gdc_txtclear() 107 gdc_txtborder(scr_stat *scp, int color) in gdc_txtborder() 113 gdc_txtdraw(scr_stat *scp, int from, int count, int flip) in gdc_txtdraw() 140 gdc_txtcursor_shape(scr_stat *scp, int base, int height, int blink) in gdc_txtcursor_shape() 150 gdc_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) in gdc_txtcursor() 166 draw_txtmouse(scr_stat *scp, int x, int y) in draw_txtmouse() 183 remove_txtmouse(scr_stat *scp, int x, int y) in remove_txtmouse() 188 gdc_txtmouse(scr_stat *scp, int x, int y, int on) in gdc_txtmouse() 203 gdc_grborder(scr_stat *scp, int color) in gdc_grborder()
|
| HD | scterm-sck.c | 304 scterm_init(scr_stat *scp, void **softc, int code) in scterm_init() 356 scterm_term(scr_stat *scp, void **softc) in scterm_term() 367 scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c) in scterm_scan_esc() 912 scterm_puts(scr_stat *scp, u_char *buf, int len, int kernel) in scterm_puts() 1120 scterm_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, in scterm_ioctl() 1148 scterm_reset(scr_stat *scp, int code) in scterm_reset() 1155 scterm_default_attr(scr_stat *scp, int color, int rev_color) in scterm_default_attr() 1170 scterm_clear(scr_stat *scp) in scterm_clear() 1180 scterm_notify(scr_stat *scp, int event) in scterm_notify() 1191 scterm_input(scr_stat *scp, int c, struct tty *tp) in scterm_input() [all …]
|
| /NextBSD/sys/dev/xe/ |
| HD | if_xe.c | 213 #define XE_MII_DUMP(scp) if (xe_debug >= 3) xe_mii_dump(scp) argument 220 #define XE_MII_DUMP(scp) argument 232 struct xe_softc *scp = device_get_softc(dev); in xe_attach() local 329 struct xe_softc *scp = xscp; in xe_init() local 337 xe_init_locked(struct xe_softc *scp) in xe_init_locked() 456 struct xe_softc *scp = ifp->if_softc; in xe_start() local 466 struct xe_softc *scp = ifp->if_softc; in xe_start_locked() local 522 struct xe_softc *scp; in xe_ioctl() local 601 xe_txintr(struct xe_softc *scp, uint8_t txst1) in xe_txintr() 648 xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0, uint8_t txst1) in xe_macintr() [all …]
|
| /NextBSD/sys/dev/syscons/ |
| HD | scmouse.c | 100 sc_alloc_cut_buffer(scr_stat *scp, int wait) in sc_alloc_cut_buffer() 121 sc_mouse_input_button(scr_stat *scp, int button) in sc_mouse_input_button() 132 sc_mouse_input(scr_stat *scp, mouse_info_t *mouse) in sc_mouse_input() 164 sc_mouse_move(scr_stat *scp, int x, int y) in sc_mouse_move() 183 set_mouse_pos(scr_stat *scp) in set_mouse_pos() 218 sc_draw_mouse_image(scr_stat *scp) in sc_draw_mouse_image() 233 sc_remove_mouse_image(scr_stat *scp) in sc_remove_mouse_image() 266 sc_inside_cutmark(scr_stat *scp, int pos) in sc_inside_cutmark() 284 sc_remove_cutmarking(scr_stat *scp) in sc_remove_cutmarking() 302 scr_stat *scp; in sc_remove_all_cutmarkings() local [all …]
|
| HD | schistory.c | 87 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer() 188 sc_free_history_buffer(scr_stat *scp, int prev_ysize) in sc_free_history_buffer() 210 sc_hist_save(scr_stat *scp) in sc_hist_save() 218 sc_hist_restore(scr_stat *scp) in sc_hist_restore() 237 history_to_screen(scr_stat *scp) in history_to_screen() 254 sc_hist_home(scr_stat *scp) in sc_hist_home() 262 sc_hist_end(scr_stat *scp) in sc_hist_end() 271 sc_hist_up_line(scr_stat *scp) in sc_hist_up_line() 284 sc_hist_down_line(scr_stat *scp) in sc_hist_down_line() 297 scr_stat *scp; in sc_hist_ioctl() local
|
| HD | syscons.c | 338 scr_stat *scp = sc_get_stat(tp); in sctty_outwakeup() local 372 sc_set_vesa_mode(scr_stat *scp, sc_softc_t *sc, int unit) in sc_set_vesa_mode() 492 scr_stat *scp; in sc_attach_unit() local 631 scr_stat *scp; in sctty_open() local 672 scr_stat *scp; in sctty_close() local 803 scr_stat *scp; in sctty_ioctl() local 1653 scr_stat *scp; in sc_cngrab() local 1686 scr_stat *scp; in sc_cnungrab() local 1706 scr_stat *scp = sc_console; in sc_cnputc() local 1756 scr_stat *scp; in sc_cngetc() local [all …]
|
| HD | scvgarndr.c | 174 #define GET_PIXEL(scp, pos, x, w) \ argument 183 #define DRAW_PIXEL(scp, pos, color) do { \ argument 236 vga_nop(scr_stat *scp) in vga_nop() 243 vga_txtclear(scr_stat *scp, int c, int attr) in vga_txtclear() 249 vga_txtborder(scr_stat *scp, int color) in vga_txtborder() 255 vga_txtdraw(scr_stat *scp, int from, int count, int flip) in vga_txtdraw() 278 vga_txtcursor_shape(scr_stat *scp, int base, int height, int blink) in vga_txtcursor_shape() 292 draw_txtcharcursor(scr_stat *scp, int at, u_short c, u_short a, int flip) in draw_txtcharcursor() 350 vga_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) in vga_txtcursor() 394 vga_txtblink(scr_stat *scp, int at, int flip) in vga_txtblink() [all …]
|
| HD | scgfbrndr.c | 142 gfb_nop(scr_stat *scp) in gfb_nop() 149 gfb_clear(scr_stat *scp, int c, int attr) in gfb_clear() 155 gfb_border(scr_stat *scp, int color) in gfb_border() 161 gfb_draw(scr_stat *scp, int from, int count, int flip) in gfb_draw() 227 gfb_cursor_shape(scr_stat *scp, int base, int height, int blink) in gfb_cursor_shape() 244 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() 287 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() 322 gfb_blink(scr_stat *scp, int at, int flip) in gfb_blink() 337 gfb_mouse(scr_stat *scp, int x, int y, int on) in gfb_mouse()
|
| HD | scterm-teken.c | 114 scteken_init(scr_stat *scp, void **softc, int code) in scteken_init() 157 scteken_term(scr_stat *scp, void **softc) in scteken_term() 170 scteken_puts(scr_stat *scp, u_char *buf, int len, int kernel) in scteken_puts() 191 scteken_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, in scteken_ioctl() 223 scteken_default_attr(scr_stat *scp, int color, int rev_color) in scteken_default_attr() 233 scteken_clear(scr_stat *scp) in scteken_clear() 242 scteken_input(scr_stat *scp, int c, struct tty *tp) in scteken_input() 249 scteken_fkeystr(scr_stat *scp, int c) in scteken_fkeystr() 397 scr_stat *scp = arg; in scteken_bell() local 405 scr_stat *scp = arg; in scteken_cursor() local [all …]
|
| HD | scterm.c | 45 sc_move_cursor(scr_stat *scp, int x, int y) in sc_move_cursor() 61 sc_clear_screen(scr_stat *scp) in sc_clear_screen()
|
| HD | syscons.h | 116 #define mark_for_update(scp, x) {\ argument 120 #define mark_all(scp) {\ argument 523 #define ISTEXTSC(scp) (!((scp)->status \ argument 525 #define ISGRAPHSC(scp) (((scp)->status \ argument 527 #define ISPIXELSC(scp) (((scp)->status \ argument 530 #define ISUNKNOWNSC(scp) ((scp)->status & UNKNOWN_MODE) argument 589 #define sc_hist_save_one_line(scp, from) \ argument 611 #define sc_draw_mouse_image(scp) argument 612 #define sc_remove_mouse_image(scp) argument 613 #define sc_inside_cutmark(scp, pos) FALSE argument [all …]
|
| HD | scvidctl.c | 136 sc_set_text_mode(scr_stat *scp, struct tty *tp, int mode, int xsize, int ysize, in sc_set_text_mode() 245 sc_set_graphics_mode(scr_stat *scp, struct tty *tp, int mode) in sc_set_graphics_mode() 306 sc_set_pixel_mode(scr_stat *scp, struct tty *tp, int xsize, int ysize, in sc_set_pixel_mode() 474 scr_stat *scp; in sc_vid_ioctl() local 865 *sc_render_match(scr_stat *scp, char *name, int mode) in sc_render_match()
|
| /NextBSD/sys/dev/xen/xenpci/ |
| HD | xenpci.c | 66 xenpci_irq_init(device_t device, struct xenpci_softc *scp) in xenpci_irq_init() 101 struct xenpci_softc *scp = device_get_softc(dev); in xenpci_deallocate_resources() local 120 struct xenpci_softc *scp = device_get_softc(dev); in xenpci_allocate_resources() local 157 struct xenpci_softc *scp = device_get_softc(dev); in xenpci_attach() local 193 struct xenpci_softc *scp = device_get_softc(dev); in xenpci_detach() local
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | hdspe-pcm.c | 86 struct sc_pcminfo *scp = ch->parent; in hdspe_hw_mixer() local 115 struct sc_pcminfo *scp = mix_getdevinfo(m); in hdspemixer_init() local 142 struct sc_pcminfo *scp = mix_getdevinfo(m); in hdspemixer_set() local 175 struct sc_pcminfo *scp = ch->parent; in hdspechan_enable() local 193 struct sc_pcminfo *scp; in hdspe_running() local 245 struct sc_pcminfo *scp = ch->parent; in buffer_copy() local 293 struct sc_pcminfo *scp = ch->parent; in clean() local 313 struct sc_pcminfo *scp = devinfo; in hdspechan_init() local 351 struct sc_pcminfo *scp = ch->parent; in hdspechan_trigger() local 391 struct sc_pcminfo *scp = ch->parent; in hdspechan_getptr() local [all …]
|
| HD | csa.c | 243 sc_p scp; in csa_attach() local 339 sc_p scp; in csa_detach() local 378 sc_p scp; in csa_resume() local 401 sc_p scp; in csa_alloc_resource() local 454 sc_p scp; in csa_setup_intr() local 498 sc_p scp; in csa_teardown_intr() local 535 sc_p scp = arg; in csa_intr() local 570 csa_initialize(sc_p scp) in csa_initialize()
|
| HD | emu10kx-midi.c | 142 struct emu_midi_softc *scp; in emu_midi_probe() local 161 struct emu_midi_softc * scp; in emu_midi_attach() local 228 struct emu_midi_softc *scp; in emu_midi_detach() local
|
| /NextBSD/sys/dev/sound/isa/ |
| HD | sbc.c | 123 sbc_lockinit(struct sbc_softc *scp) in sbc_lockinit() 130 sbc_lockdestroy(struct sbc_softc *scp) in sbc_lockdestroy() 136 sbc_lock(struct sbc_softc *scp) in sbc_lock() 142 sbc_lockassert(struct sbc_softc *scp) in sbc_lockassert() 148 sbc_unlock(struct sbc_softc *scp) in sbc_unlock() 346 struct sbc_softc *scp; in sbc_attach() local 485 struct sbc_softc *scp = device_get_softc(dev); in sbc_detach() local 517 struct sbc_softc *scp = device_get_softc(dev); in sbc_setup_intr() local 550 struct sbc_softc *scp = device_get_softc(dev); in sbc_teardown_intr() local 578 struct sbc_softc *scp; in sbc_alloc_resource() local [all …]
|
| HD | gusc.c | 307 sc_p scp; in gusc_attach() local 333 sc_p scp = (sc_p)arg; in gusc_intr() local 355 sc_p scp; in gusc_alloc_resource() local 394 sc_p scp; in gusc_release_resource() local 427 sc_p scp = (sc_p)device_get_softc(dev); in gusc_setup_intr() local 450 find_masterdev(sc_p scp) in find_masterdev() 475 alloc_resource(sc_p scp) in alloc_resource() 577 release_resource(sc_p scp) in release_resource()
|
| /NextBSD/sys/dev/pbio/ |
| HD | pbio.c | 147 pbinb(struct pbio_softc *scp, int off) in pbinb() 154 pboutb(struct pbio_softc *scp, int off, uint8_t val) in pboutb() 165 struct pbio_softc *scp = device_get_softc(dev); in pbioprobe() local 250 struct pbio_softc *scp; in pbioioctl() local 286 struct pbio_softc *scp; in pbioopen() local 320 struct pbio_softc *scp; in pbioclose() local 336 portval(int port, struct pbio_softc *scp, char *val) in portval() 375 struct pbio_softc *scp; in pbioread() local 404 struct pbio_softc *scp; in pbiowrite() local 452 struct pbio_softc *scp; in pbiopoll() local
|
| /NextBSD/sys/dev/sound/midi/ |
| HD | sequencer.c | 434 struct seq_softc *scp = arg; in seq_eventthread() local 477 seq_processevent(struct seq_softc *scp, u_char *event) in seq_processevent() 522 struct seq_softc *scp; in seq_addunit() local 630 struct seq_softc *scp = seqs[unit]; in seq_delunit() local 728 seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md) in seq_fetch_mid() 742 struct seq_softc *scp = i_dev->si_drv1; in mseq_open() local 826 struct seq_softc *scp = i_dev->si_drv1; in mseq_close() local 864 struct seq_softc *scp = i_dev->si_drv1; in mseq_read() local 940 struct seq_softc *scp = i_dev->si_drv1; in mseq_write() local 1120 struct seq_softc *scp = i_dev->si_drv1; in mseq_ioctl() local [all …]
|
| /NextBSD/sys/arm/freescale/imx/ |
| HD | imx6_ssi.c | 236 struct sc_pcminfo *scp; in ssimixer_init() local 261 struct sc_pcminfo *scp; in ssimixer_set() local 291 struct sc_pcminfo *scp; in ssichan_init() local 319 struct sc_pcminfo *scp = ch->parent; in ssichan_free() local 346 struct sc_pcminfo *scp; in ssichan_setspeed() local 399 struct sc_pcminfo *scp = ch->parent; in ssichan_setblocksize() local 412 struct sc_pcminfo *scp; in ssi_dma_intr() local 474 setup_dma(struct sc_pcminfo *scp) in setup_dma() 517 ssi_start(struct sc_pcminfo *scp) in ssi_start() 539 ssi_stop(struct sc_pcminfo *scp) in ssi_stop() [all …]
|
| /NextBSD/sys/arm/freescale/vybrid/ |
| HD | vf_sai.c | 200 struct sc_pcminfo *scp; in saimixer_init() local 224 struct sc_pcminfo *scp; in saimixer_set() local 251 struct sc_pcminfo *scp; in saichan_init() local 279 struct sc_pcminfo *scp = ch->parent; in saichan_free() local 306 struct sc_pcminfo *scp; in saichan_setspeed() local 370 struct sc_pcminfo *scp = ch->parent; in saichan_setblocksize() local 383 struct sc_pcminfo *scp; in sai_dma_intr() local 474 setup_dma(struct sc_pcminfo *scp) in setup_dma() 516 struct sc_pcminfo *scp = ch->parent; in saichan_trigger() local 546 struct sc_pcminfo *scp; in saichan_getptr() local [all …]
|
| /NextBSD/sys/dev/en/ |
| HD | if_en_pci.c | 193 struct en_pci_softc *scp; in en_pci_attach() local 303 struct en_pci_softc *scp = (struct en_pci_softc *)sc; in en_pci_detach() local 352 adp_get_macaddr(struct en_pci_softc *scp) in adp_get_macaddr() 446 eni_get_macaddr(device_t dev, struct en_pci_softc *scp) in eni_get_macaddr()
|
| /NextBSD/sys/i386/xbox/ |
| HD | xboxfb.c | 341 xbr_init(scr_stat* scp) in xbr_init() 346 xbr_clear(scr_stat* scp, int c, int attr) in xbr_clear() 351 xbr_draw_border(scr_stat* scp, int color) in xbr_draw_border() 356 xbr_draw(scr_stat* scp, int from, int count, int flip) in xbr_draw() 375 xbr_set_cursor(scr_stat* scp, int base, int height, int blink) in xbr_set_cursor() 380 xbr_draw_cursor(scr_stat* scp, int at, int blink, int on, int flip) in xbr_draw_cursor() 405 xbr_blink_cursor(scr_stat* scp, int at, int flip) in xbr_blink_cursor() 410 xbr_set_mouse(scr_stat* scp) in xbr_set_mouse() 415 xbr_draw_mouse(scr_stat* scp, int x, int y, int on) in xbr_draw_mouse()
|