Home
last modified time | relevance | path

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

/netbsd/sys/arch/usermode/include/
H A Dthunk.h133 int thunk_kgdb_putc(int fd, char ch);
/netbsd/sys/arch/usermode/usermode/
H A Dkgdb_machdep.c274 while (thunk_kgdb_putc(kgdb_fd, ch) < 0) { in kgdb_putc()
H A Dthunk.c1084 thunk_kgdb_putc(int fd, char ch) in thunk_kgdb_putc() function