Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dgdb.c139 static struct io_buffer cur_comm, cur_resp; variable
392 io_buffer_reset(&cur_comm); in close_connection()
1688 avail = cur_comm.len; in check_command()
1691 head = io_buffer_head(&cur_comm); in check_command()
1695 io_buffer_consume(&cur_comm, 1); in check_command()
1704 io_buffer_consume(&cur_comm, 1); in check_command()
1721 io_buffer_consume(&cur_comm, 1); in check_command()
1746 io_buffer_consume(&cur_comm, plen); in check_command()
1755 io_buffer_consume(&cur_comm, plen); in check_command()
1764 io_buffer_consume(&cur_comm, 1); in check_command()
[all …]