Searched defs:cfe_write (Results 1 - 6 of 6) sorted by relevance
| /src/sys/arch/sbmips/stand/common/ | ||
| H A D | cfe_api.c | 508 cfe_write(int handle, unsigned char *buffer, int length) function in typeref:typename:int |
| H A D | cfe_api.h | 181 #define cfe_write(a,b,c) __cfe_write(a,b,c) macro |
| /src/sys/arch/evbmips/stand/sbmips/common/ | ||
| H A D | cfe_api.c | 508 cfe_write(int handle, unsigned char *buffer, int length) function in typeref:typename:int |
| H A D | cfe_api.h | 181 #define cfe_write(a,b,c) __cfe_write(a,b,c) macro |
| /src/sys/arch/mips/cfe/ | ||
| H A D | cfe_api.c | 511 cfe_write(int handle, unsigned char *buffer, int length) function in typeref:typename:int |
| H A D | cfe_api.h | 169 #define cfe_write(a,b,c) __cfe_write(a,b,c) macro |
Completed in 5 milliseconds