Searched defs:cfe_writeblk (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/mips/cfe/ |
H A D | cfe_api.c | 519 cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_writeblk() function
|
H A D | cfe_api.h | 170 #define cfe_writeblk(a,b,c,d) __cfe_writeblk(a,b,c,d) macro
|
/netbsd-src/sys/arch/sbmips/stand/common/ |
H A D | cfe_api.c | 516 cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_writeblk() function
|
H A D | cfe_api.h | 182 #define cfe_writeblk(a,b,c,d) __cfe_writeblk(a,b,c,d) macro
|
/netbsd-src/sys/arch/evbmips/stand/sbmips/common/ |
H A D | cfe_api.c | 516 cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_writeblk() function
|
H A D | cfe_api.h | 182 #define cfe_writeblk(a,b,c,d) __cfe_writeblk(a,b,c,d) macro
|