OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_ioctl
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c
46
.
op_ioctl
= ioctl,
dd.h
48
int (*
op_ioctl
)(int, int, ...);
member in struct:ddfops
50
int (*
op_ioctl
)(int, unsigned long, ...);
member in struct:ddfops
66
#define ddop_ioctl(dir, a1, a2, ...) dir.ops->
op_ioctl
(a1, a2, __VA_ARGS__)
dd.c
98
.
op_ioctl
= ioctl,
294
io->flags |= io->ops->
op_ioctl
(io->fd, MTIOCGET, &mt)
Completed in 432 milliseconds