HomeSort by relevance Sort by last modified time
    Searched refs:ioctlent (Results 1 - 5 of 5) 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...]
ioctl.c 56 iop = bsearch((const void *) (const uintptr_t) code, ioctlent,
57 nioctlents, sizeof(ioctlent[0]), compare);
58 while (iop > ioctlent) {
73 if (iop < ioctlent + nioctlents && iop->code == code)
syscall.c 136 * `ioctlent[012].h' files are automatically generated by the auxiliary
233 const struct_ioctlent *ioctlent = ioctlent0; variable
296 ioctlent = ioctlent0;
306 ioctlent = ioctlent1;
317 ioctlent = ioctlent2;
defs.h 195 typedef struct ioctlent { struct
957 extern const struct_ioctlent *ioctlent;
962 # define ioctlent ioctlent0 macro
    [all...]
Makefile     [all...]

Completed in 214 milliseconds