OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_ioctl
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
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__)
/external/e2fsprogs/misc/
fuse2fs.c
3261
static int
op_ioctl
(const char *path EXT2FS_ATTR((unused)), int cmd,
function
[
all
...]
Completed in 432 milliseconds