Home
last modified time | relevance | path

Searched defs:scb (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/sys/arch/vax/include/
H A Dscb.h37 struct scb { struct
39 void *scb_mcheck; argument
40 void *scb_kspinv; argument
44 void *scb_resop; argument
45 void *scb_resad; argument
48 void *scb_trace; argument
51 void *scb_arith; argument
55 void *scb_chme; argument
56 void *scb_chms; argument
57 void *scb_chmu; argument
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dser-base.c65 reschedule (struct serial *scb) in reschedule()
324 serial *scb = (serial *) client_data; in handle_error_fd() local
426 generic_readchar (struct serial *scb, int timeout, in generic_readchar()
498 ser_base_flush_output (struct serial *scb) in ser_base_flush_output()
504 ser_base_flush_input (struct serial *scb) in ser_base_flush_input()
517 ser_base_send_break (struct serial *scb) in ser_base_send_break()
523 ser_base_drain_output (struct serial *scb) in ser_base_drain_output()
529 ser_base_raw (struct serial *scb) in ser_base_raw()
535 ser_base_get_tty_state (struct serial *scb) in ser_base_get_tty_state()
555 ser_base_print_tty_state (struct serial *scb, in ser_base_print_tty_state()
[all …]
H A Dserial.c165 struct serial *scb; in serial_for_fd() local
179 struct serial *scb; in new_serial() local
239 struct serial *scb; in serial_open_ops_1() local
281 struct serial *scb; in serial_fdopen_ops() local
356 serial_close (struct serial *scb) in serial_close()
368 serial_is_open (struct serial *scb) in serial_is_open()
374 serial_ref (struct serial *scb) in serial_ref()
380 serial_unref (struct serial *scb) in serial_unref()
490 serial_raw (struct serial *scb) in serial_raw()
554 serial_async (struct serial *scb, in serial_async()
[all …]
H A Dser-unix.c76 hardwire_open (struct serial *scb, const char *name) in hardwire_open()
104 hardwire_get_tty_state (struct serial *scb) in hardwire_get_tty_state()
138 hardwire_print_tty_state (struct serial *scb, in hardwire_print_tty_state()
166 hardwire_drain_output (struct serial *scb) in hardwire_drain_output()
175 hardwire_flush_output (struct serial *scb) in hardwire_flush_output()
181 hardwire_flush_input (struct serial *scb) in hardwire_flush_input()
189 hardwire_send_break (struct serial *scb) in hardwire_send_break()
195 hardwire_raw (struct serial *scb) in hardwire_raw()
375 hardwire_setbaudrate (struct serial *scb, int rate) in hardwire_setbaudrate()
398 hardwire_setstopbits (struct serial *scb, int num) in hardwire_setstopbits()
[all …]
H A Dser-mingw.c105 ser_windows_drain_output (struct serial *scb) in ser_windows_drain_output()
113 ser_windows_flush_output (struct serial *scb) in ser_windows_flush_output()
121 ser_windows_flush_input (struct serial *scb) in ser_windows_flush_input()
129 ser_windows_send_break (struct serial *scb) in ser_windows_send_break()
146 ser_windows_raw (struct serial *scb) in ser_windows_raw()
244 ser_windows_close (struct serial *scb) in ser_windows_close()
456 struct serial *scb, in create_select_thread()
763 ser_console_close (struct serial *scb) in ser_console_close()
943 pipe_windows_close (struct serial *scb) in pipe_windows_close()
1034 pipe_avail (struct serial *scb, int fd) in pipe_avail()
[all …]
H A Dser-uds.c34 uds_open (struct serial *scb, const char *name) in uds_open()
66 uds_close (struct serial *scb) in uds_close()
76 uds_read_prim (struct serial *scb, size_t count) in uds_read_prim()
82 uds_write_prim (struct serial *scb, const void *buf, size_t count) in uds_write_prim()
H A Dser-tcp.c276 net_open (struct serial *scb, const char *name) in net_open()
392 net_close (struct serial *scb) in net_close()
402 net_read_prim (struct serial *scb, size_t count) in net_read_prim()
411 net_write_prim (struct serial *scb, const void *buf, size_t count) in net_write_prim()
421 ser_tcp_send_break (struct serial *scb) in ser_tcp_send_break()
H A Dser-go32.c556 dos_close (struct serial *scb) in dos_close()
599 dos_flush_output (struct serial *scb) in dos_flush_output()
607 dos_setparity (struct serial *scb, int parity) in dos_setparity()
615 dos_drain_output (struct serial *scb) in dos_drain_output()
621 dos_raw (struct serial *scb) in dos_raw()
627 dos_readchar (struct serial *scb, int timeout) in dos_readchar()
647 dos_get_tty_state (struct serial *scb) in dos_get_tty_state()
692 dos_flush_input (struct serial *scb) in dos_flush_input()
736 dos_setbaudrate (struct serial *scb, int rate) in dos_setbaudrate()
768 dos_setstopbits (struct serial *scb, int num) in dos_setstopbits()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dser-base.c65 reschedule (struct serial *scb) in reschedule()
324 serial *scb = (serial *) client_data; in handle_error_fd() local
426 generic_readchar (struct serial *scb, int timeout, in generic_readchar()
498 ser_base_flush_output (struct serial *scb) in ser_base_flush_output()
504 ser_base_flush_input (struct serial *scb) in ser_base_flush_input()
517 ser_base_send_break (struct serial *scb) in ser_base_send_break()
523 ser_base_drain_output (struct serial *scb) in ser_base_drain_output()
529 ser_base_raw (struct serial *scb) in ser_base_raw()
535 ser_base_get_tty_state (struct serial *scb) in ser_base_get_tty_state()
555 ser_base_print_tty_state (struct serial *scb, in ser_base_print_tty_state()
[all …]
H A Dserial.c165 struct serial *scb; in serial_for_fd() local
179 struct serial *scb; in new_serial() local
239 struct serial *scb; in serial_open_ops_1() local
281 struct serial *scb; in serial_fdopen_ops() local
356 serial_close (struct serial *scb) in serial_close()
368 serial_is_open (struct serial *scb) in serial_is_open()
374 serial_ref (struct serial *scb) in serial_ref()
380 serial_unref (struct serial *scb) in serial_unref()
490 serial_raw (struct serial *scb) in serial_raw()
554 serial_async (struct serial *scb, in serial_async()
[all …]
H A Dser-unix.c76 hardwire_open (struct serial *scb, const char *name) in hardwire_open()
104 hardwire_get_tty_state (struct serial *scb) in hardwire_get_tty_state()
138 hardwire_print_tty_state (struct serial *scb, in hardwire_print_tty_state()
166 hardwire_drain_output (struct serial *scb) in hardwire_drain_output()
175 hardwire_flush_output (struct serial *scb) in hardwire_flush_output()
181 hardwire_flush_input (struct serial *scb) in hardwire_flush_input()
189 hardwire_send_break (struct serial *scb) in hardwire_send_break()
195 hardwire_raw (struct serial *scb) in hardwire_raw()
375 hardwire_setbaudrate (struct serial *scb, int rate) in hardwire_setbaudrate()
398 hardwire_setstopbits (struct serial *scb, int num) in hardwire_setstopbits()
[all …]
H A Dser-mingw.c105 ser_windows_drain_output (struct serial *scb) in ser_windows_drain_output()
113 ser_windows_flush_output (struct serial *scb) in ser_windows_flush_output()
121 ser_windows_flush_input (struct serial *scb) in ser_windows_flush_input()
129 ser_windows_send_break (struct serial *scb) in ser_windows_send_break()
146 ser_windows_raw (struct serial *scb) in ser_windows_raw()
244 ser_windows_close (struct serial *scb) in ser_windows_close()
456 struct serial *scb, in create_select_thread()
763 ser_console_close (struct serial *scb) in ser_console_close()
943 pipe_windows_close (struct serial *scb) in pipe_windows_close()
1034 pipe_avail (struct serial *scb, int fd) in pipe_avail()
[all …]
H A Dser-uds.c34 uds_open (struct serial *scb, const char *name) in uds_open()
66 uds_close (struct serial *scb) in uds_close()
76 uds_read_prim (struct serial *scb, size_t count) in uds_read_prim()
82 uds_write_prim (struct serial *scb, const void *buf, size_t count) in uds_write_prim()
H A Dser-tcp.c276 net_open (struct serial *scb, const char *name) in net_open()
392 net_close (struct serial *scb) in net_close()
402 net_read_prim (struct serial *scb, size_t count) in net_read_prim()
411 net_write_prim (struct serial *scb, const void *buf, size_t count) in net_write_prim()
421 ser_tcp_send_break (struct serial *scb) in ser_tcp_send_break()
H A Dser-go32.c556 dos_close (struct serial *scb) in dos_close()
599 dos_flush_output (struct serial *scb) in dos_flush_output()
607 dos_setparity (struct serial *scb, int parity) in dos_setparity()
615 dos_drain_output (struct serial *scb) in dos_drain_output()
621 dos_raw (struct serial *scb) in dos_raw()
627 dos_readchar (struct serial *scb, int timeout) in dos_readchar()
647 dos_get_tty_state (struct serial *scb) in dos_get_tty_state()
692 dos_flush_input (struct serial *scb) in dos_flush_input()
736 dos_setbaudrate (struct serial *scb, int rate) in dos_setbaudrate()
768 dos_setstopbits (struct serial *scb, int num) in dos_setstopbits()
[all …]
/netbsd/sys/dev/ic/
H A Diha.c305 struct iha_scb *scb; in iha_pop_done_scb() local
331 struct iha_scb *scb; in iha_find_pend_scb() local
500 struct iha_scb *scb; in iha_attach() local
674 struct iha_scb *scb; in iha_scsipi_request() local
810 struct iha_scb *scb; in iha_reset_scsi_bus() local
908 struct iha_scb *scb; in iha_main() local
937 struct iha_scb *scb; in iha_scsi() local
1384 struct iha_scb *scb; in iha_abort_xs() local
1916 struct iha_scb *scb; in iha_state_8() local
2065 struct iha_scb *scb; in iha_status_msg() local
[all …]
H A Daic7xxx_inline.h172 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr) in ahc_sg_bus_to_virt()
184 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg) in ahc_sg_virt_to_bus()
202 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
211 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
276 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) in ahc_update_residual()
370 struct scb *scb; in ahc_get_scb() local
382 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_free_scb()
401 struct scb* scb; in ahc_lookup_scb() local
451 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_queue_scb()
483 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_buf()
[all …]
H A Daic79xx_inline.h239 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup()
263 ahd_setup_scb_common(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_scb_common()
284 ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_data_scb()
321 ahd_setup_noxfer_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_noxfer_scb()
373 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_scb()
451 ahd_post_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_post_scb()
463 ahd_complete_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_complete_scb()
479 ahd_update_residual(struct ahd_softc *ahd, struct scb *scb) in ahd_update_residual()
708 struct scb* scb; in ahd_lookup_scb() local
762 ahd_queue_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_queue_scb()
[all …]
H A Daic7xxx_osm.h89 #define SCB_GET_SIM(ahc, scb) \ argument
217 ahc_scb_timer_reset(struct scb *scb, u_int usec) in ahc_scb_timer_reset()
346 uint32_t ahc_get_transaction_status(struct scb *scb) in ahc_get_transaction_status()
352 uint32_t ahc_get_scsi_status(struct scb *scb) in ahc_get_scsi_status()
364 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length()
370 int ahc_get_transfer_dir(struct scb *scb) in ahc_get_transfer_dir()
376 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual()
390 u_long ahc_get_residual(struct scb *scb) in ahc_get_residual()
396 int ahc_perform_autosense(struct scb *scb) in ahc_perform_autosense()
408 ahc_freeze_scb(struct scb *scb) in ahc_freeze_scb()
[all …]
H A Daic79xx_osm.h90 #define SCB_GET_SIM(ahd, scb) \ argument
200 ahd_scb_timer_reset(struct scb *scb, u_int usec) in ahd_scb_timer_reset()
352 uint32_t ahd_get_transaction_status(struct scb *scb) in ahd_get_transaction_status()
358 uint32_t ahd_get_scsi_status(struct scb *scb) in ahd_get_scsi_status()
370 u_long ahd_get_transfer_length(struct scb *scb) in ahd_get_transfer_length()
376 int ahd_get_transfer_dir(struct scb *scb) in ahd_get_transfer_dir()
382 void ahd_set_residual(struct scb *scb, u_long resid) in ahd_set_residual()
396 u_long ahd_get_residual(struct scb *scb) in ahd_get_residual()
402 int ahd_perform_autosense(struct scb *scb) in ahd_perform_autosense()
426 ahd_freeze_scb(struct scb *scb) in ahd_freeze_scb()
[all …]
/netbsd/sys/arch/newsmips/dev/
H A Dsc_wrap.c78 struct sc_scb *scb; in cxd1185_attach() local
145 free_scb(struct sc_softc *sc, struct sc_scb *scb) in free_scb()
167 struct sc_scb *scb; in get_scb() local
189 struct sc_scb *scb; in sc_scsipi_request() local
276 struct sc_scb *scb, *nextscb; in sc_sched() local
353 sc_done(struct sc_scb *scb) in sc_done()
454 struct sc_scb *scb = arg; in cxd1185_timeout() local
/netbsd/sys/arch/macppc/dev/
H A Dmesh.c323 struct mesh_scb *scb; in mesh_intr() local
482 mesh_select(struct mesh_softc *sc, struct mesh_scb *scb) in mesh_select()
622 mesh_dataio(struct mesh_softc *sc, struct mesh_scb *scb) in mesh_dataio()
644 mesh_status(struct mesh_softc *sc, struct mesh_scb *scb) in mesh_status()
667 mesh_msgin(struct mesh_softc *sc, struct mesh_scb *scb) in mesh_msgin()
780 struct mesh_scb *scb = sc->sc_nexus; in mesh_msgout() local
934 struct mesh_scb *scb; in mesh_get_scb() local
961 struct mesh_scb *scb; in mesh_scsi_request() local
1042 struct mesh_scb *scb; in mesh_sched() local
1078 mesh_done(struct mesh_softc *sc, struct mesh_scb *scb) in mesh_done()
[all …]
/netbsd/sys/dev/isa/
H A Dwds.c412 struct wds_scb *scb; in wds_finish_scbs() local
514 wds_free_scb(struct wds_softc *sc, struct wds_scb *scb) in wds_free_scb()
525 wds_init_scb(struct wds_softc *sc, struct wds_scb *scb) in wds_init_scb()
586 struct wds_scb *scb; in wds_create_scbs() local
639 struct wds_scb *scb; in wds_get_scb() local
656 struct wds_scb *scb = sc->sc_scbhash[hashnum]; in wds_scb_phys_kv() local
688 struct wds_scb *scb; in wds_collect_mbo() local
718 struct wds_scb *scb; in wds_start_scbs() local
1000 struct wds_scb *scb; in wds_inquire_setup_information() local
1074 struct wds_scb *scb; in wds_scsipi_request() local
[all …]
H A Dseagate.c206 struct sea_scb scb[SCB_TABLE_SIZE]; member
308 struct sea_scb *scb; in sea_queue_length() local
564 struct sea_scb *scb; in sea_scsipi_request() local
663 struct sea_scb *scb; in sea_get_scb() local
701 struct sea_scb *scb; in sea_main() local
804 struct sea_scb *scb; in sea_grow_scb() local
833 struct sea_scb *scb = arg; in sea_timeout() local
879 struct sea_scb *scb; in sea_reselect() local
1145 sea_abort(struct sea_softc *sea, struct sea_scb *scb) in sea_abort()
1204 sea_done(struct sea_softc *sea, struct sea_scb *scb) in sea_done()
[all …]
/netbsd/sys/arch/newsmips/apbus/
H A Dspifi.c222 struct spifi_scb *scb; in spifi_scsipi_request() local
284 struct spifi_scb *scb; in spifi_get_scb() local
309 struct spifi_scb *scb = sc->sc_nexus; in spifi_poll() local
351 struct spifi_scb *scb; in spifi_sched() local
418 struct spifi_scb *scb; in spifi_intr() local
575 struct spifi_scb *scb = sc->sc_nexus; in spifi_select() local
600 struct spifi_scb *scb = sc->sc_nexus; in spifi_sendmsg() local
641 struct spifi_scb *scb = sc->sc_nexus; in spifi_command() local
668 struct spifi_scb *scb = sc->sc_nexus; in spifi_data_io() local
716 struct spifi_scb *scb = sc->sc_nexus; in spifi_done() local
[all …]

12