HomeSort by relevance Sort by last modified time
    Searched defs:ioctlent (Results 1 - 3 of 3) sorted by null

  /external/strace/
ioctlsort.c 40 struct ioctlent { struct
63 const char *name1 = ((struct ioctlent *) a)->name;
64 const char *name2 = ((struct ioctlent *) b)->name;
65 const char *info1 = ((struct ioctlent *) a)->info;
66 const char *info2 = ((struct ioctlent *) b)->info;
88 code(const struct ioctlent *e)
98 unsigned int code1 = code((struct ioctlent *) a);
99 unsigned int code2 = code((struct ioctlent *) b);
100 const char *name1 = ((struct ioctlent *) a)->name;
101 const char *name2 = ((struct ioctlent *) b)->name
    [all...]
syscall.c 91 * `ioctlent[012].h' files are automatically generated by the auxiliary
188 const struct_ioctlent *ioctlent = ioctlent0; variable
271 ioctlent = ioctlent0;
281 ioctlent = ioctlent1;
292 ioctlent = ioctlent2;
defs.h 173 typedef struct ioctlent { struct
993 # define ioctlent macro
    [all...]

Completed in 79 milliseconds