Lines Matching refs:s_ent
15276 * syscall.c (dumpio): Remove SEN_printargs check. Use tcp->s_ent->sen
19091 Make sure that tcp->s_ent and tcp->s_prev_ent do not point to freed memory
19138 tcp->s_ent->sys_name instead of syscall_name.
20613 and since tcp->s_ent can only be set to &sysent[tcp->scno]
24985 * wait.c (SYS_FUNC(waitid)): Do not check for tcp->s_ent->nargs
30626 tcp->s_ent->sys_func when the former has RVAL_DECODED flag set.
31199 other code assumes that s_ent is properly initialized when this flag
38850 By adding tcp->s_ent pointer tot syscall table entry,
38851 we can replace sysent[tcp->scno] references by tcp->s_ent.
38852 More importantly, we may ensure that tcp->s_ent is always valid,
38866 * defs.h: Add "int qual_flg" and "const struct sysent *s_ent"
38871 Use tcp->s_ent instead of sysent[tcp->scno].
38872 * process.c (sys_prctl): Use tcp->s_ent->nargs instead of tcp->u_nargs.
38876 * syscall.c (decode_socket_subcall): Use tcp->s_ent->nargs
38877 instead of tcp->u_nargs. Set tcp->qual_flg and tcp->s_ent.
38879 (printargs): Use tcp->s_ent->nargs instead of tcp->u_nargs.
38883 If !SCNO_IS_VALID, set tcp->s_ent and tcp->qual_flg to default values.
38884 (internal_fork): Use tcp->s_ent instead of sysent[tcp->scno].
38886 Use tcp->s_ent instead of sysent[tcp->scno].
38890 Use tcp->s_ent instead of sysent[tcp->scno].
38892 of SCNO_IS_VALID check. Use tcp->s_ent instead of sysent[tcp->scno].
38896 * util.c (setbpt): Use tcp->s_ent instead of sysent[tcp->scno].