Searched defs:ddfops (Results 1 – 1 of 1) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.h | 40 struct ddfops { struct 41 int (*op_init)(void); 43 int (*op_open)(const char *, int, ...); 44 int (*op_close)(int); 46 int (*op_fcntl)(int, int, ...); 48 int (*op_ioctl)(int, int, ...); 50 int (*op_ioctl)(int, unsigned long, ...); 53 int (*op_fstat)(int, struct stat *); 54 int (*op_fsync)(int); 55 int (*op_ftruncate)(int, off_t); [all …]
|