Home
last modified time | relevance | path

Searched refs:thunk_kgdb_getc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h132 int thunk_kgdb_getc(int fd, char *ch);
/netbsd-src/sys/arch/usermode/usermode/
H A Dkgdb_machdep.c261 while (thunk_kgdb_getc(kgdb_fd, &ch) < 0) { in kgdb_getc()
H A Dthunk.c1078 thunk_kgdb_getc(int fd, char *ch) in thunk_kgdb_getc() function