Searched refs:cfe_read (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/sbmips/stand/common/ |
| D | cfe_api.h | 178 #define cfe_read(a,b,c) __cfe_read(a,b,c) macro 202 int cfe_read(int handle, unsigned char *buffer, int length);
|
| D | cfe.c | 48 while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */ in getchar()
|
| D | cfe_api.c | 440 cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() function
|
| /netbsd/src/sys/arch/mips/cfe/ |
| D | cfe_api.h | 166 #define cfe_read(a,b,c) __cfe_read(a,b,c) macro 190 int cfe_read(int handle, unsigned char *buffer, int length);
|
| D | cfe_api.c | 443 cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() function
|
| /netbsd/src/sys/arch/sbmips/stand/netboot/ |
| D | if_cfe.c | 113 cc = cfe_read(booted_dev_fd,pkt,len); in cfenet_get()
|