Searched refs:cfe_read (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cfe/ |
H A D | cfe_api.h | 167 #define cfe_read(a,b,c) __cfe_read(a,b,c) macro 192 int cfe_read(int handle, unsigned char *buffer, int length);
|
H A D | cfe_console.c | 202 if (cfe_read(conhandle, &ch, 1) == 1) { in cfe_cngetc()
|
H A D | cfe_api.c | 463 cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() function
|