Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c132 static struct io_buffer cur_comm, cur_resp; variable
401 io_buffer_reset(&cur_comm); in close_connection()
1666 avail = cur_comm.len; in check_command()
1669 head = io_buffer_head(&cur_comm); in check_command()
1673 io_buffer_consume(&cur_comm, 1); in check_command()
1682 io_buffer_consume(&cur_comm, 1); in check_command()
1699 io_buffer_consume(&cur_comm, 1); in check_command()
1724 io_buffer_consume(&cur_comm, plen); in check_command()
1733 io_buffer_consume(&cur_comm, plen); in check_command()
1742 io_buffer_consume(&cur_comm, 1); in check_command()
[all …]