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

/osnet-11/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 */
533 * set_fdfl() - based on set_fl (FL_SET/FL_UNSET) un/sets the fl flag associated
537 set_fdfl(int fd, int fl, boolean_t set_fl) function
596 if (!set_fdfl(notify_pipe[0], O_NONBLOCK, FL_UNSET) ||
597 !set_fdfl(notify_pipe[1], O_NONBLOCK, FL_SET)) {

Completed in 19 milliseconds