Home
last modified time | relevance | path

Searched refs:user_abort_pipe (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xz/
HDfile_io.c87 static int user_abort_pipe[2]; variable
109 if (pipe(user_abort_pipe)) in io_init()
115 int flags = fcntl(user_abort_pipe[i], F_GETFL); in io_init()
116 if (flags == -1 || fcntl(user_abort_pipe[i], F_SETFL, in io_init()
143 const int ret = write(user_abort_pipe[1], &b, 1); in io_write_to_user_abort_pipe()
204 if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights, in io_sandbox_enter()
208 if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights, in io_sandbox_enter()
253 pfd[1].fd = user_abort_pipe[0]; in io_wait()
/freebsd-11-stable/contrib/xz/
HDChangeLog1637 xz: Fix the Capsicum rights on user_abort_pipe.