Searched refs:fds (Results 1 – 2 of 2) sorted by relevance
1512 if (context->fds[0] >= 0) { in audit_log_exit()1516 context->fds[0], context->fds[1]); in audit_log_exit()1729 context->fds[0] = -1; in __audit_syscall_exit()2340 context->fds[0] = fd1; in __audit_fd_pair()2341 context->fds[1] = fd2; in __audit_fd_pair()
195 int fds[2]; member