Lines Matching defs:v2devops
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);
117 void (*v2_seek)(int, int, int);
119 void (*v2_chain)(void); /* ??? */
120 void (*v2_release)(void); /* ??? */