Searched refs:O_ASYNC (Results 1 – 2 of 2) sorted by relevance
97 #define O_ASYNC 0x0040 /* signal pgrp when data ready */ macro187 #define FASYNC O_ASYNC /* kernel/compat */
275 if (fcntl(fd, F_SETFL, flags | O_ASYNC) < 0) { in tun_alloc()