Lines Matching refs:flags
160 * poll() data. The volatile's provide flags to/from the main executing
676 static int my_open(const char *path, int flags)
681 fd = open(path, flags);
709 static void *my_mmap(void *addr, size_t length, int prot, int flags, int fd,
715 new = mmap(addr, length, prot, flags, fd, offset);