Searched defs:scb (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | ser-base.c | 67 reschedule (struct serial *scb) in reschedule() 130 run_async_handler_and_reschedule (struct serial *scb) in run_async_handler_and_reschedule() 158 struct serial *scb = context; in fd_event() local 195 struct serial *scb = context; in push_event() local 205 ser_base_wait_for (struct serial *scb, int timeout) in ser_base_wait_for() 248 ser_base_read_error_fd (struct serial *scb, int close_fd) in ser_base_read_error_fd() 309 do_ser_base_readchar (struct serial *scb, int timeout) in do_ser_base_readchar() 395 generic_readchar (struct serial *scb, int timeout, in generic_readchar() 437 ser_base_readchar (struct serial *scb, int timeout) in ser_base_readchar() 443 ser_base_write (struct serial *scb, const char *str, int len) in ser_base_write() [all …]
|
H A D | serial.c | 171 struct serial *scb; in serial_for_fd() local 185 struct serial *scb; in serial_open() local 251 struct serial *scb; in serial_fdopen_ops() local 295 do_serial_close (struct serial *scb, int really_close) in do_serial_close() 338 serial_close (struct serial *scb) in serial_close() 344 serial_un_fdopen (struct serial *scb) in serial_un_fdopen() 350 serial_is_open (struct serial *scb) in serial_is_open() 356 serial_ref (struct serial *scb) in serial_ref() 362 serial_unref (struct serial *scb) in serial_unref() 370 serial_readchar (struct serial *scb, int timeout) in serial_readchar() [all …]
|
H A D | ser-unix.c | 108 hardwire_open (struct serial *scb, const char *name) in hardwire_open() 118 get_tty_state (struct serial *scb, struct hardwire_ttystate *state) in get_tty_state() 148 set_tty_state (struct serial *scb, struct hardwire_ttystate *state) in set_tty_state() 178 hardwire_get_tty_state (struct serial *scb) in hardwire_get_tty_state() 194 hardwire_copy_tty_state (struct serial *scb, serial_ttystate ttystate) in hardwire_copy_tty_state() 205 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate) in hardwire_set_tty_state() 215 hardwire_noflush_set_tty_state (struct serial *scb, in hardwire_noflush_set_tty_state() 248 hardwire_print_tty_state (struct serial *scb, in hardwire_print_tty_state() 307 hardwire_drain_output (struct serial *scb) in hardwire_drain_output() 337 hardwire_flush_output (struct serial *scb) in hardwire_flush_output() [all …]
|
H A D | ser-tcp.c | 86 wait_for_connect (struct serial *scb, int *polls) in wait_for_connect() 156 net_open (struct serial *scb, const char *name) in net_open() 329 net_close (struct serial *scb) in net_close() 339 net_read_prim (struct serial *scb, size_t count) in net_read_prim() 345 net_write_prim (struct serial *scb, const void *buf, size_t count) in net_write_prim() 351 ser_tcp_send_break (struct serial *scb) in ser_tcp_send_break()
|
H A D | ser-pipe.c | 49 pipe_open (struct serial *scb, const char *name) in pipe_open() 155 pipe_close (struct serial *scb) in pipe_close()
|
H A D | remote.c | 11504 remote_async_serial_handler (struct serial *scb, void *context) in remote_async_serial_handler()
|
/dflybsd-src/sys/netinet/ |
H A D | tcp_sack.c | 87 struct scoreboard *scb = &tp->scb; in tcp_sack_tcpcb_init() local 100 sack_block_lookup(struct scoreboard *scb, tcp_seq seq, struct sackblock **sb) in sack_block_lookup() 192 alloc_sackblock(struct scoreboard *scb, const struct raw_sackblock *raw_sb) in alloc_sackblock() 213 alloc_sackblock_limit(struct scoreboard *scb, in alloc_sackblock_limit() 233 free_sackblock(struct scoreboard *scb, struct sackblock *s) in free_sackblock() 249 struct scoreboard *scb = &tp->scb; in tcp_sack_ack_blocks() local 275 tcp_sack_cleanup(struct scoreboard *scb) in tcp_sack_cleanup() 306 tcp_sack_destroy(struct scoreboard *scb) in tcp_sack_destroy() 372 struct scoreboard *scb = &tp->scb; in tcp_sack_add_blocks() local 408 struct scoreboard *scb = &tp->scb; in tcp_sack_update_scoreboard() local [all …]
|
H A D | tcp_var.h | 283 struct scoreboard scb; /* sack scoreboard */ member
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | python.c | 799 gdbpy_run_events (struct serial *scb, void *context) in gdbpy_run_events()
|