Searched refs:errnoent (Results 1 – 10 of 10) sorted by relevance
/external/strace/ |
D | printsiginfo.c | 138 && errnoent[sip->si_errno]) in print_si_info() 139 tprints(errnoent[sip->si_errno]); in print_si_info()
|
D | filter_qualify.c | 81 if (errnoent[i] && (strcasecmp(name, errnoent[i]) == 0)) in find_errno_by_name()
|
D | syscall.c | 89 const char *const errnoent[] = { variable 158 const unsigned int nerrnos = ARRAY_SIZE(errnoent); 459 if ((err < nerrnos) && errnoent[err]) in err_name() 460 return errnoent[err]; in err_name()
|
D | Makefile.am | 456 linux/alpha/errnoent.h \ 531 linux/errnoent.h \ 537 linux/hppa/errnoent.h \ 634 linux/mips/errnoent.h \ 686 linux/powerpc/errnoent.h \ 704 linux/powerpc64/errnoent.h \ 819 linux/sparc/errnoent.h \ 838 linux/sparc64/errnoent.h \
|
D | numa.c | 146 tprintf("-%s", errnoent[-status]); in print_status()
|
D | ChangeLog-CVS | 166 * linux/errnoent.h: Make ERRNO_58 show EDEADLOCK for POWERPC. 167 * Makefile.am: Remove reference to linux/powerpc/errnoent.h. 168 * linux/powerpc/errnoent.h: Remove, we can use common errnoent.h now. 173 Removing redundant errnoent.h files. 174 * Makefile.am: Remove reference to linux/ia64/errnoent.h, 175 linux/s390/errnoent.h, linux/s390x/errnoent.h and linux/sh/errnoent.h. 176 * linux/ia64/errnoent.h: Remove, this arch uses common errnoent.h. 177 * linux/s390/errnoent.h: Ditto. 178 * linux/s390x/errnoent.h: Ditto. 179 * linux/sh/errnoent.h: Ditto. [all …]
|
D | netlink.c | 523 tprintf("-%s", errnoent[-err.error]); in decode_nlmsgerr()
|
D | defs.h | 1400 extern const char *const errnoent[];
|
D | ChangeLog | 2969 Simplify errnoent and signalent. 2970 Remove personality support for errnoent and signalent as 2992 * defs.h (errnoent0): Rename to errnoent. 2995 * syscall.c (errnoent0): Rename to errnoent. 3003 (set_personality): Do not assign errnoent, signalent, nerrnos, 6816 errnoent.h: add ERECALLCONFLICT. 6817 * linux/errnoent.h ([530]): Add ERECALLCONFLICT error introduced by 6819 * linux/alpha/errnoent.h ([530]): Likewise. 6820 * linux/hppa/errnoent.h ([530]): Likewise. 6821 * linux/mips/errnoent.h ([530]): Likewise. [all …]
|
D | Makefile.in | 1474 linux/alpha/errnoent.h \ 1549 linux/errnoent.h \ 1555 linux/hppa/errnoent.h \ 1652 linux/mips/errnoent.h \ 1704 linux/powerpc/errnoent.h \ 1722 linux/powerpc64/errnoent.h \ 1837 linux/sparc/errnoent.h \ 1856 linux/sparc64/errnoent.h \
|