Searched refs:questionlen (Results 1 – 2 of 2) sorted by relevance
350 extern int qemu_control_query( const char* question, int questionlen, in qemu_control_query() argument356 if (questionlen <= 0) { in qemu_control_query()365 ret = qemu_fd_write( fd, question, questionlen ); in qemu_control_query()366 if (ret != questionlen) { in qemu_control_query()368 ret, questionlen); in qemu_control_query()
83 extern int qemu_control_query( const char* question, int questionlen,