Searched refs:_cnputc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/arm/
H A Dserial_console.c188 _cnputc(char c) function
199 _cnputc(c);
208 * and _cnputc(), which outputs to the console device, is internally
219 _cnputc(c);
245 _cnputc(ch);
256 _cnputc(c);
/darwin-on-arm/xnu/osfmk/console/i386/
H A Dserial_console.c189 _cnputc(char c) function
206 panic("Lock acquire timeout in _cnputc()");
216 _cnputc(c);
225 * and _cnputc(), which outputs to the console device, is internally
236 _cnputc(c);
262 _cnputc(ch);
277 _cnputc(c);

Completed in 18 milliseconds