Lines Matching defs:sen
85 #define SEN(syscall_name) SEN_ ## syscall_name, SYS_FUNC_NAME(sys_ ## syscall_name)
106 #undef SEN
676 int sen;
682 sen = tcp->s_ent->sen;
683 if (SEN_printargs == sen)
686 switch (sen) {
705 switch (sen) {
818 if (SEN_syscall == tcp->s_ent->sen)
822 if ( SEN_execve == tcp->s_ent->sen
824 || SEN_execv == tcp->s_ent->sen
831 switch (tcp->s_ent->sen) {
872 if ((tcp->qual_flg & QUAL_RAW) && SEN_exit != tcp->s_ent->sen)