Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-win.c47 s->orecv.hEvent = s->hrecv; in win_chr_read()
90 s->hrecv = CreateEvent(NULL, TRUE, FALSE, NULL); in win_chr_serial_init()
91 if (!s->hrecv) { in win_chr_serial_init()
200 if (s->hrecv) { in char_win_finalize()
201 CloseHandle(s->hrecv); in char_win_finalize()
H A Dchar-pipe.c58 s->hrecv = CreateEvent(NULL, TRUE, FALSE, NULL); in win_chr_pipe_init()
59 if (!s->hrecv) { in win_chr_pipe_init()
/openbmc/qemu/include/chardev/
H A Dchar-win.h34 HANDLE file, hrecv, hsend; member
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dnetjet.c50 struct isdnhdlc_vars hrecv; member
244 isdnhdlc_rcv_init(&bc->hrecv, 0); in mode_tiger()
408 stat = isdnhdlc_decode(&bc->hrecv, pn, cnt, &i, in read_dma()