Home
last modified time | relevance | path

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

/external/strace/
Dioctlsort.c40 struct ioctlent { struct
63 const char *name1 = ((struct ioctlent *) a)->name; in compare_name_info() argument
64 const char *name2 = ((struct ioctlent *) b)->name; in compare_name_info()
65 const char *info1 = ((struct ioctlent *) a)->info; in compare_name_info()
66 const char *info2 = ((struct ioctlent *) b)->info; in compare_name_info()
88 code(const struct ioctlent *e) in code()
98 unsigned int code1 = code((struct ioctlent *) a); in compare_code_name()
99 unsigned int code2 = code((struct ioctlent *) b); in compare_code_name()
100 const char *name1 = ((struct ioctlent *) a)->name; in compare_code_name()
101 const char *name2 = ((struct ioctlent *) b)->name; in compare_code_name()
[all …]
Dioctl.c56 iop = bsearch((const void *) (const uintptr_t) code, ioctlent, in ioctl_lookup()
57 nioctlents, sizeof(ioctlent[0]), compare); in ioctl_lookup()
58 while (iop > ioctlent) { in ioctl_lookup()
73 if (iop < ioctlent + nioctlents && iop->code == code) in ioctl_next_match()
Dsyscall.c188 const struct_ioctlent *ioctlent = ioctlent0; variable
271 ioctlent = ioctlent0; in set_personality()
281 ioctlent = ioctlent1; in set_personality()
292 ioctlent = ioctlent2; in set_personality()
DChangeLog-CVS137 * ioctlent.sh: Improved by Mike Frysinger.
154 * linux/ioctlent.sh: Update sed machinery to parse _IOC() macros
437 * linux/bfin/ioctlent.h, linux/bfin/syscallent.h: New Blackfin
439 * Makefile.am (EXTRA_DIST): Add linux/bfin/ioctlent.h and
2238 * linux/powerpc/ioctlent.h: Regenerated.
2518 * linux/ioctlent.sh: Build the list of ioctls defined in
2521 * linux/ioctlent.h: Regenerated.
2726 linux/sparc64/ioctlent.h, linux/sparc64/ioctlent1.h,
2805 * linux/ia64/ioctlent.h: Regenerated using RHEL3 headers.
2806 * linux/powerpc/ioctlent.h: Likewise.
[all …]
Ddefs.h173 typedef struct ioctlent { struct
988 extern const struct_ioctlent *ioctlent;
993 # define ioctlent ioctlent0 macro
DMakefile.am955 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h))
956 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h)))
958 ioctl_redefs%.h: ioctlent%.h ioctlent0.h
966 ioctlent%.h: ioctlsort%
DChangeLog22448 ioctl macros from ioctlent*.h for each file that includes MPERS_DEFS.
31901 Update generic 64-bit ioctlent from linux v3.19.
33135 definitions has been extended. The final ioctlent*.h files that are
33207 * linux/aarch64/ioctlent.h.in: Remove.
33209 * linux/alpha/ioctlent.h.in: Remove.
33210 * linux/arc/ioctlent.h.in: Remove.
33211 * linux/arm/ioctlent.h.in: Remove.
33212 * linux/avr32/ioctlent.h.in: Remove.
33213 * linux/bfin/ioctlent.h.in: Remove.
33214 * linux/hppa/ioctlent.h.in: Remove.
[all …]
DMakefile.in1832 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h))
1833 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h)))
7788 ioctl_redefs%.h: ioctlent%.h ioctlent0.h
7796 ioctlent%.h: ioctlsort%