Home
last modified time | relevance | path

Searched refs:ioctlent (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dioctl.c35 const struct ioctlent ioctlent0[] = {
53 const struct ioctlent ioctlent1[] = {
61 const struct ioctlent ioctlent2[] = {
68 const struct ioctlent *ioctlent; variable
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);
[all …]
Dioctlsort.c38 struct ioctlent { struct
46 int nioctlents = sizeof ioctlent / sizeof ioctlent[0];
53 unsigned long code1 = ((struct ioctlent *) a)->code;
54 unsigned long code2 = ((struct ioctlent *) b)->code;
65 qsort(ioctlent, nioctlents, sizeof ioctlent[0], compare);
68 ioctlent[i].doth, ioctlent[i].symbol, ioctlent[i].code);
DMakefile.am26 linux/ioctlsort.c linux/ioctlent.sh \
27 linux/ioctlent.h linux/errnoent.h linux/signalent.h \
29 linux/alpha/errnoent.h linux/alpha/ioctlent.h \
31 linux/hppa/errnoent.h linux/hppa/ioctlent.h \
34 linux/ia64/ioctlent.h linux/ia64/signalent.h \
35 linux/mips/ioctlent.sh linux/mips/errnoent.h \
36 linux/mips/ioctlent.h linux/mips/signalent.h \
39 linux/powerpc/errnoent.h linux/powerpc/ioctlent.h \
41 linux/s390/errnoent.h linux/s390/ioctlent.h \
43 linux/s390x/errnoent.h linux/s390x/ioctlent.h \
[all …]
DMakefile.in220 linux/ioctlsort.c linux/ioctlent.sh \
221 linux/ioctlent.h linux/errnoent.h linux/signalent.h \
223 linux/alpha/errnoent.h linux/alpha/ioctlent.h \
225 linux/hppa/errnoent.h linux/hppa/ioctlent.h \
228 linux/ia64/ioctlent.h linux/ia64/signalent.h \
229 linux/mips/ioctlent.sh linux/mips/errnoent.h \
230 linux/mips/ioctlent.h linux/mips/signalent.h \
233 linux/powerpc/errnoent.h linux/powerpc/ioctlent.h \
235 linux/s390/errnoent.h linux/s390/ioctlent.h \
237 linux/s390x/errnoent.h linux/s390x/ioctlent.h \
[all …]
Ddefs.h471 extern const struct ioctlent *ioctl_lookup P((long));
472 extern const struct ioctlent *ioctl_next_match P((const struct ioctlent *));
538 struct ioctlent { struct
544 extern const struct ioctlent *ioctlent; argument
550 extern const struct ioctlent ioctlent0[];
556 extern const struct ioctlent ioctlent1[];
563 extern const struct ioctlent ioctlent2[];
DChangeLog237 * linux/powerpc/ioctlent.h: Regenerated.
517 * linux/ioctlent.sh: Build the list of ioctls defined in
520 * linux/ioctlent.h: Regenerated.
725 linux/sparc64/ioctlent.h, linux/sparc64/ioctlent1.h,
804 * linux/ia64/ioctlent.h: Regenerated using RHEL3 headers.
805 * linux/powerpc/ioctlent.h: Likewise.
809 * linux/ioctlent.sh: Replace asm with $asm in all places.
813 the ioctlent.h file.
822 * linux/ioctlent.sh: Take optional second argument to use as directory
853 * linux/ioctlent.sh: Build the list of ioctls defined in
[all …]
Dio.c366 const struct ioctlent *iop;
DPORTING50 (errnoent.h) and ioctl values into ioctl names (ioctlent.h). Often
Dsyscall.c193 ioctlent = ioctlent0;
205 ioctlent = ioctlent1;
218 ioctlent = ioctlent2;
Dstream.c940 struct ioctlent *iop;
/external/strace/linux/
Dioctlsort.c13 struct ioctlent { struct
19 struct ioctlent ioctls[] = { argument
27 unsigned long code1 = ((struct ioctlent *) a)->code; in compare()
28 unsigned long code2 = ((struct ioctlent *) b)->code; in compare()
29 const char *name1 = ((struct ioctlent *) a)->name; in compare()
30 const char *name2 = ((struct ioctlent *) b)->name; in compare()
/external/strace/strace/linux/
Dioctlsort.c13 struct ioctlent { struct
19 struct ioctlent ioctls[] = { argument
27 unsigned long code1 = ((struct ioctlent *) a)->code; in compare()
28 unsigned long code2 = ((struct ioctlent *) b)->code; in compare()
29 const char *name1 = ((struct ioctlent *) a)->name; in compare()
30 const char *name2 = ((struct ioctlent *) b)->name; in compare()
/external/strace/strace/linux/mips/
Dioctlent.sh76 ) > ioctlent.tmp
90 awk '{ print "#include <" substr($2, 2, length($2) - 3) ">" }' ioctlent.tmp | sort -u
94 cat ioctlent.tmp
98 rm -f ioctlent.tmp