Searched defs:v2devops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/sparc/include/ |
H A D | bsd_openprom.h | 97 struct v2devops { struct 102 int (*v2_fd_phandle)(int); 105 void *(*v2_malloc)(void *, u_int); 106 void (*v2_free)(void *, u_int); 109 void * (*v2_mmap)(void *, int, u_int, u_int); 110 void (*v2_munmap)(void *, u_int); 113 int (*v2_open)(const char *); 114 void (*v2_close)(int); 115 int (*v2_read)(int, void *, int); 116 int (*v2_write)(int, const void *, int); [all …]
|