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

  /external/strace/linux/
ioctlsort.c 13 struct ioctlent { struct
19 struct ioctlent ioctls[] = {
26 unsigned long code1 = ((struct ioctlent *) a)->code;
27 unsigned long code2 = ((struct ioctlent *) b)->code;
28 const char *name1 = ((struct ioctlent *) a)->name;
29 const char *name2 = ((struct ioctlent *) b)->name;
  /external/strace/
defs.h 397 typedef struct ioctlent { struct
810 extern const struct_ioctlent *ioctlent;
815 # define ioctlent ioctlent0 macro
syscall.c 134 * `ioctlent.h' may be generated from `ioctlent.raw' by the auxiliary
148 #include "ioctlent.h"
219 const struct_ioctlent *ioctlent = ioctlent0; variable
292 ioctlent = ioctlent0;
301 ioctlent = ioctlent1;
311 ioctlent = ioctlent2;
    [all...]

Completed in 242 milliseconds