HomeSort by relevance Sort by last modified time
    Searched refs:struct_ioctlent (Results 1 - 4 of 4) sorted by null

  /external/strace/
ioctl.c 38 unsigned long code2 = ((struct_ioctlent *) b)->code;
42 const struct_ioctlent *
45 struct_ioctlent *iop;
60 const struct_ioctlent *
61 ioctl_next_match(const struct_ioctlent *iop)
defs.h 401 } struct_ioctlent; typedef in typeref:struct:ioctlent
717 extern const struct_ioctlent *ioctl_lookup(long);
718 extern const struct_ioctlent *ioctl_next_match(const struct_ioctlent *);
803 extern const struct_ioctlent ioctlent0[];
810 extern const struct_ioctlent *ioctlent;
io.c 383 const struct_ioctlent *iop;
syscall.c 147 const struct_ioctlent ioctlent0[] = {
158 static const struct_ioctlent ioctlent1[] = {
170 static const struct_ioctlent ioctlent2[] = {
219 const struct_ioctlent *ioctlent = ioctlent0;
    [all...]

Completed in 67 milliseconds