Searched refs:op_ioctl (Results 1 – 3 of 3) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.h | 48 int (*op_ioctl)(int, int, ...); member 50 int (*op_ioctl)(int, unsigned long, ...); member 66 #define ddop_ioctl(dir, a1, a2, ...) dir.ops->op_ioctl(a1, a2, __VA_ARGS__)
|
D | dd_hostops.c | 46 .op_ioctl = ioctl,
|
D | dd.c | 98 .op_ioctl = ioctl, 294 io->flags |= io->ops->op_ioctl(io->fd, MTIOCGET, &mt) in getfdtype()
|