OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_ioctl
(Results
1 - 4
of
4
) 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)
/external/e2fsprogs/misc/
fuse2fs.c
3261
static int
op_ioctl
(const char *path EXT2FS_ATTR((unused)), int cmd,
function
[
all
...]
Completed in 355 milliseconds