Searched refs:systrace_make_msg (Results 1 – 1 of 1) sorted by relevance
185 int systrace_make_msg(struct str_process *, int);1341 } while (systrace_make_msg(strp, SYSTR_MSG_EXECVE) != 0); in systrace_execve1()1712 return (systrace_make_msg(strp, SYSTR_MSG_ASK)); in systrace_msg_ask()1731 return (systrace_make_msg(strp, SYSTR_MSG_RES)); in systrace_msg_result()1742 return (systrace_make_msg(strp, SYSTR_MSG_EMUL)); in systrace_msg_emul()1754 return (systrace_make_msg(strp, SYSTR_MSG_UGID)); in systrace_msg_ugid()1758 systrace_make_msg(struct str_process *strp, int type) in systrace_make_msg() function