OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHR_EVENT_CLOSED
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
qemu-char.h
18
#define
CHR_EVENT_CLOSED
5 /* connection closed */
qemu-char.c
127
case
CHR_EVENT_CLOSED
:
639
qemu_chr_event(chr,
CHR_EVENT_CLOSED
);
672
qemu_chr_event(chr,
CHR_EVENT_CLOSED
);
780
qemu_chr_event(chr,
CHR_EVENT_CLOSED
);
1037
qemu_chr_event(chr,
CHR_EVENT_CLOSED
);
[
all
...]
Completed in 14 milliseconds