Searched defs:ddfops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/bin/dd/ |
H A 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, ...); 47 int (*op_ioctl)(int, unsigned long, ...); 49 int (*op_fstat)(int, struct stat *); 50 int (*op_fsync)(int); 51 int (*op_ftruncate)(int, off_t); 53 off_t (*op_lseek)(int, off_t, int); [all …]
|