Searched refs:ioctlent (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | ioctlsort.c | 40 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 …]
|
D | ioctl.c | 56 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()
|
D | syscall.c | 233 const struct_ioctlent *ioctlent = ioctlent0; variable 296 ioctlent = ioctlent0; in set_personality() 306 ioctlent = ioctlent1; in set_personality() 317 ioctlent = ioctlent2; in set_personality()
|
D | ChangeLog-CVS | 137 * 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 …]
|
D | defs.h | 195 typedef struct ioctlent { struct 957 extern const struct_ioctlent *ioctlent; 962 # define ioctlent ioctlent0 macro
|
D | Makefile.am | 880 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h)) 881 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h))) 883 ioctl_redefs%.h: ioctlent%.h ioctlent0.h 891 ioctlent%.h: ioctlsort%
|
D | ChangeLog | 15366 ioctl macros from ioctlent*.h for each file that includes MPERS_DEFS. 24819 Update generic 64-bit ioctlent from linux v3.19. 26053 definitions has been extended. The final ioctlent*.h files that are 26125 * linux/aarch64/ioctlent.h.in: Remove. 26127 * linux/alpha/ioctlent.h.in: Remove. 26128 * linux/arc/ioctlent.h.in: Remove. 26129 * linux/arm/ioctlent.h.in: Remove. 26130 * linux/avr32/ioctlent.h.in: Remove. 26131 * linux/bfin/ioctlent.h.in: Remove. 26132 * linux/hppa/ioctlent.h.in: Remove. [all …]
|
D | Makefile | 1625 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h)) 1626 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h))) 6750 ioctl_redefs%.h: ioctlent%.h ioctlent0.h 6758 ioctlent%.h: ioctlsort%
|
D | Makefile.in | 1653 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h)) 1654 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h))) 6772 ioctl_redefs%.h: ioctlent%.h ioctlent0.h 6780 ioctlent%.h: ioctlsort%
|