Home
last modified time | relevance | path

Searched refs:op_ioctl (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.h48 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__)
Ddd_hostops.c46 .op_ioctl = ioctl,
Ddd.c98 .op_ioctl = ioctl,
294 io->flags |= io->ops->op_ioctl(io->fd, MTIOCGET, &mt) in getfdtype()