Searched refs:ioctlent (Results 1 – 8 of 8) 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 | 49 iop = bsearch((const void *) (const uintptr_t) code, ioctlent, in ioctl_lookup() 50 nioctlents, sizeof(ioctlent[0]), compare); in ioctl_lookup() 51 while (iop > ioctlent) { in ioctl_lookup() 66 if (iop < ioctlent + nioctlents && iop->code == code) in ioctl_next_match()
|
D | syscall.c | 154 const struct_ioctlent *ioctlent = ioctlent0; variable 247 ioctlent = ioctlent0; in set_personality() 253 ioctlent = ioctlent1; in set_personality() 260 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 | 175 typedef struct ioctlent { struct 1414 extern const struct_ioctlent *ioctlent; 1417 # define ioctlent ioctlent0 macro
|
D | Makefile.am | 1009 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h)) 1010 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h))) 1012 ioctl_redefs%.h: ioctlent%.h ioctlent0.h 1020 ioctlent%.h: ioctlsort%
|
D | ChangeLog | 30010 ioctl macros from ioctlent*.h for each file that includes MPERS_DEFS. 39463 Update generic 64-bit ioctlent from linux v3.19. 40697 definitions has been extended. The final ioctlent*.h files that are 40769 * linux/aarch64/ioctlent.h.in: Remove. 40771 * linux/alpha/ioctlent.h.in: Remove. 40772 * linux/arc/ioctlent.h.in: Remove. 40773 * linux/arm/ioctlent.h.in: Remove. 40774 * linux/avr32/ioctlent.h.in: Remove. 40775 * linux/bfin/ioctlent.h.in: Remove. 40776 * linux/hppa/ioctlent.h.in: Remove. [all …]
|
D | Makefile.in | 1988 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h)) 1989 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h))) 8453 ioctl_redefs%.h: ioctlent%.h ioctlent0.h 8461 ioctlent%.h: ioctlsort%
|