OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:monitor_read
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
monitor.c
383
authenticated = (
monitor_read
(pmonitor, mon_dispatch, &ent) == 1);
481
monitor_read
(pmonitor, mon_dispatch, NULL);
543
monitor_read
(struct monitor *pmonitor, struct mon_table *ent,
function
[
all
...]
/external/qemu/
monitor.c
2985
static void
monitor_read
(void *opaque, const uint8_t *buf, int size)
function
[
all
...]
Completed in 963 milliseconds