Home | History | Annotate | Download | only in strace

Lines Matching refs:ioctlent

35 const struct ioctlent ioctlent0[] = {
37 * `ioctlent.h' may be generated from `ioctlent.raw' by the auxiliary
43 #include "ioctlent.h"
53 const struct ioctlent ioctlent1[] = {
61 const struct ioctlent ioctlent2[] = {
68 const struct ioctlent *ioctlent;
76 unsigned long code1 = ((struct ioctlent *) a)->code;
77 unsigned long code2 = ((struct ioctlent *) b)->code;
81 const struct ioctlent *
85 struct ioctlent *iop, ioent;
91 iop = (struct ioctlent *) bsearch((char *) &ioent, (char *) ioctlent,
92 nioctlents, sizeof(struct ioctlent), compare);
93 while (iop > ioctlent)
101 const struct ioctlent *
103 const struct ioctlent *iop;
108 if (iop < ioctlent + nioctlents && iop->code == code)