Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c465 set_fdfl(int fd, int fl, boolean_t set_fl) in set_fdfl() function
524 if (!set_fdfl(notify_pipe[0], O_NONBLOCK, FL_UNSET) || in create_notify_pipe()
525 !set_fdfl(notify_pipe[1], O_NONBLOCK, FL_SET)) { in create_notify_pipe()