Searched refs:sysent (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | count.c | 87 const char *a_name = sysent[*((int *) a)].sys_name; in syscall_cmp() 88 const char *b_name = sysent[*((int *) b)].sys_name; in syscall_cmp() 179 cc->calls, cc->errors, sysent[idx].sys_name); in call_summary_pers()
|
D | syscall.c | 153 const struct_sysent *sysent = sysent0; variable 243 sysent = sysent_vec[personality]; in set_personality() 312 const unsigned int nargs = sysent[scno].nargs; in decode_socket_subcall() 320 tcp->s_ent = &sysent[scno]; in decode_socket_subcall() 360 tcp->s_ent = &sysent[tcp->scno]; in decode_ipc_subcall() 377 tcp->s_ent = &sysent[tcp->scno]; in decode_syscall_subcall() 1212 tcp->s_ent = &sysent[tcp->scno]; in get_scno() 1285 return scno_is_valid(scno) ? sysent[scno].sys_name : NULL; in syscall_name()
|
D | sysent.h | 4 typedef struct sysent { struct
|
D | defs.h | 1413 extern const struct_sysent *sysent; 1416 # define sysent sysent0 macro 1455 && sysent[scno].sys_func in scno_is_valid() 1456 && !(sysent[scno].sys_flags & TRACE_INDIRECT_SUBCALL); in scno_is_valid()
|
D | Makefile.am | 327 sysent.h \
|
D | ChangeLog-CVS | 1424 sysent[tcp->scno].sys_func values. 2055 * defs.h (struct sysent): New member `native_scno'. 2598 * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn. 5111 * defs.h, syscall.c, ioctl.c, signal.c: Make sysent, errnoent, 5200 (sysent): Add sys_flags member. 5201 * syscall.c (sysent): Define (and later undef) abbreviations
|
D | ChangeLog | 4140 * sysent.h (STACKTRACE_INVALIDATE_CACHE): Rename to 7822 * sysent.h (TRACE_PURE): New syscall flag. 13103 Move sysent shorthand notations to separate files. 13105 notations for macros defined in sysent.h by moving definitions 16699 * sysent.h (TRACE_STAT): New macro. 16744 * sysent.h (TRACE_LSTAT): New macro. 16790 * sysent.h (TRACE_FSTAT): New macro. 16839 * sysent.h (TRACE_STAT_LIKE): New macro. 16942 * sysent.h (TRACE_STATFS_LIKE): New macro. 16991 * sysent.h (TRACE_FSTATFS): New macro. [all …]
|
D | Makefile.in | 373 string_to_uint.c swapon.c syscall.c sysctl.c sysent.h \ 1399 string_to_uint.c swapon.c syscall.c sysctl.c sysent.h \
|