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

  /external/strace/
ioctlsort.c 38 struct ioctlent { struct
61 const char *name1 = ((struct ioctlent *) a)->name;
62 const char *name2 = ((struct ioctlent *) b)->name;
63 const char *info1 = ((struct ioctlent *) a)->info;
64 const char *info2 = ((struct ioctlent *) b)->info;
86 code(const struct ioctlent *e)
96 unsigned int code1 = code((struct ioctlent *) a);
97 unsigned int code2 = code((struct ioctlent *) b);
98 const char *name1 = ((struct ioctlent *) a)->name;
99 const char *name2 = ((struct ioctlent *) b)->name
    [all...]
ioctl.c 55 iop = bsearch((const void *) (const unsigned long) code, ioctlent,
56 nioctlents, sizeof(ioctlent[0]), compare);
57 while (iop > ioctlent) {
72 if (iop < ioctlent + nioctlents && iop->code == code)
Android.mk 280 # TODO: this is currently broken; the checked in ioctlent*.h files are from the 4.10 release.
285 cd external/strace; ./linux/ioctlent.sh ../../bionic/libc/kernel/uapi/
291 ioctlsort | tr -d '\r' | sed 's/^\([[:space:]]*{\)"[^"]\+",[[:space:]]*/\1/' | sort -u -k2,2 -k1,1 > external/strace/linux/ioctlent.h
292 # Rebuild strace with the new "ioctlent.h".
defs.h 256 typedef struct ioctlent { struct
654 extern const struct_ioctlent *ioctlent;
659 # define ioctlent ioctlent0 macro
syscall.c 114 * `ioctlent[012].h' files are automatically generated by the auxiliary
199 const struct_ioctlent *ioctlent = ioctlent0; variable
272 ioctlent = ioctlent0;
281 ioctlent = ioctlent1;
291 ioctlent = ioctlent2;

Completed in 63 milliseconds