Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/libdfui/
H A Dconn_npipe.c211 } while (aura_buffer_buf(c->ebuf)[0] == DFUI_FE_MSG_READY); in dfui_npipe_be_ll_exchange()
H A Dconn_tcp.c241 } while (aura_buffer_buf(c->ebuf)[0] == DFUI_FE_MSG_READY); in dfui_tcp_be_ll_exchange()
H A Ddfui.h88 #define DFUI_FE_MSG_READY 'r' /* send me a form or something */ macro
H A Dconnection.c449 c->fe_ll_request(c, DFUI_FE_MSG_READY, ""); in dfui_fe_receive()