Home
last modified time | relevance | path

Searched refs:cur_comm (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dgdb.c156 static struct io_buffer cur_comm, cur_resp; variable
487 io_buffer_reset(&cur_comm); in close_connection()
1977 avail = cur_comm.len; in check_command()
1980 head = io_buffer_head(&cur_comm); in check_command()
1984 io_buffer_consume(&cur_comm, 1); in check_command()
1993 io_buffer_consume(&cur_comm, 1); in check_command()
2010 io_buffer_consume(&cur_comm, 1); in check_command()
2035 io_buffer_consume(&cur_comm, plen); in check_command()
2044 io_buffer_consume(&cur_comm, plen); in check_command()
2052 io_buffer_consume(&cur_comm, 1); in check_command()
[all …]