Lines Matching refs:__func__
104 debug3("%s: preparing systrace sandbox", __func__); in ssh_sandbox_init()
116 debug3("%s: ready", __func__); in ssh_sandbox_child()
119 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid()); in ssh_sandbox_child()
120 debug3("%s: started", __func__); in ssh_sandbox_child()
132 debug3("%s: wait for child %ld", __func__, (long)child_pid); in ssh_sandbox_parent()
140 __func__, WTERMSIG(status)); in ssh_sandbox_parent()
143 __func__, WEXITSTATUS(status)); in ssh_sandbox_parent()
144 fatal("%s: child not stopped", __func__); in ssh_sandbox_parent()
146 debug3("%s: child %ld stopped", __func__, (long)child_pid); in ssh_sandbox_parent()
151 fatal("%s: open(\"/dev/systrace\"): %s", __func__, in ssh_sandbox_parent()
154 fatal("%s: ioctl(STRIOCCLONE, %d): %s", __func__, in ssh_sandbox_parent()
157 debug3("%s: systrace attach, fd=%d", __func__, box->systrace_fd); in ssh_sandbox_parent()
159 fatal("%s: ioctl(%d, STRIOCATTACH, %d): %s", __func__, in ssh_sandbox_parent()
167 fatal("%s: ioctl(%d, STRIOCPOLICY (new)): %s", __func__, in ssh_sandbox_parent()
174 __func__, box->systrace_fd, strerror(errno)); in ssh_sandbox_parent()
190 debug3("%s: policy: enable syscall %d", __func__, i); in ssh_sandbox_parent()
193 __func__, box->systrace_fd, strerror(errno)); in ssh_sandbox_parent()
197 debug3("%s: start child %ld", __func__, (long)child_pid); in ssh_sandbox_parent()
199 fatal("%s: kill(%d, SIGCONT)", __func__, box->child_pid); in ssh_sandbox_parent()
209 debug3("%s: finished", __func__); in ssh_sandbox_parent_finish()