Lines Matching refs:s_ent
22838 * syscall.c (dumpio): Remove SEN_printargs check. Use tcp->s_ent->sen
26653 Make sure that tcp->s_ent and tcp->s_prev_ent do not point to freed memory
26700 tcp->s_ent->sys_name instead of syscall_name.
28175 and since tcp->s_ent can only be set to &sysent[tcp->scno]
32547 * wait.c (SYS_FUNC(waitid)): Do not check for tcp->s_ent->nargs
38188 tcp->s_ent->sys_func when the former has RVAL_DECODED flag set.
38761 other code assumes that s_ent is properly initialized when this flag
46412 By adding tcp->s_ent pointer tot syscall table entry,
46413 we can replace sysent[tcp->scno] references by tcp->s_ent.
46414 More importantly, we may ensure that tcp->s_ent is always valid,
46428 * defs.h: Add "int qual_flg" and "const struct sysent *s_ent"
46433 Use tcp->s_ent instead of sysent[tcp->scno].
46434 * process.c (sys_prctl): Use tcp->s_ent->nargs instead of tcp->u_nargs.
46438 * syscall.c (decode_socket_subcall): Use tcp->s_ent->nargs
46439 instead of tcp->u_nargs. Set tcp->qual_flg and tcp->s_ent.
46441 (printargs): Use tcp->s_ent->nargs instead of tcp->u_nargs.
46445 If !SCNO_IS_VALID, set tcp->s_ent and tcp->qual_flg to default values.
46446 (internal_fork): Use tcp->s_ent instead of sysent[tcp->scno].
46448 Use tcp->s_ent instead of sysent[tcp->scno].
46452 Use tcp->s_ent instead of sysent[tcp->scno].
46454 of SCNO_IS_VALID check. Use tcp->s_ent instead of sysent[tcp->scno].
46458 * util.c (setbpt): Use tcp->s_ent instead of sysent[tcp->scno].