Searched refs:cfe_write (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/cfe/ ! |
| H A D | cfe_console.c | 126 rc = cfe_write(conhandle, &buf[written], len - written); in cfe_tty_outwakeup() 221 while (cfe_write(conhandle, &cbuf, 1) == 0) in cfe_cnputc()
|
| H A D | cfe_api.h | 170 #define cfe_write(a,b,c) __cfe_write(a,b,c) macro 195 int cfe_write(int handle, unsigned char *buffer, int length);
|
| H A D | cfe_api.c | 531 cfe_write(int handle, unsigned char *buffer, int length) in cfe_write() function
|