Searched defs:set_fdfl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c65 #define FL_SET B_TRUE /* set_fdfl(): set the flag */
66 #define FL_UNSET B_FALSE /* set_fdfl(): unset the flag */
461 * set_fdfl() - based on set_fl (FL_SET/FL_UNSET) un/sets the fl flag associated
465 set_fdfl(int fd, int fl, boolean_t set_fl) function
524 if (!set_fdfl(notify_pipe[0], O_NONBLOCK, FL_UNSET) ||
525 !set_fdfl(notify_pipe[1], O_NONBLOCK, FL_SET)) {

Completed in 46 milliseconds