Searched refs:hcom (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c1511 HANDLE hcom, hrecv, hsend; member in struct:__anon30080
1537 if (s->hcom) {
1538 CloseHandle(s->hcom);
1539 s->hcom = NULL;
1569 s->hcom = CreateFile(filename, GENERIC_READ|GENERIC_WRITE, 0, NULL,
1571 if (s->hcom == INVALID_HANDLE_VALUE) {
1573 s->hcom = NULL;
1577 if (!SetupComm(s->hcom, NRECVBUF, NSENDBUF)) {
1588 if (!SetCommState(s->hcom, &comcfg.dcb)) {
1593 if (!SetCommMask(s->hcom, EV_ER
[all...]

Completed in 80 milliseconds