Searched refs:ioctlent (Results 1 - 4 of 4) sorted by relevance

/external/strace/
H A Dioctlsort.c38 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 *)
[all...]
H A Dioctl.c55 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)
H A Ddefs.h279 typedef struct ioctlent { struct
728 extern const struct_ioctlent *ioctlent;
733 # define ioctlent ioctlent0 macro
H A Dsyscall.c120 * `ioctlent[012].h' files are automatically generated by the auxiliary
217 const struct_ioctlent *ioctlent = ioctlent0; variable
292 ioctlent = ioctlent0;
302 ioctlent = ioctlent1;
313 ioctlent = ioctlent2;

Completed in 332 milliseconds