Searched refs:os_flags (Results 1 – 1 of 1) sorted by relevance
101 int os_open(const char *pathname, int os_flags) in os_open() argument105 switch (os_flags & OS_O_MASK) { in os_open()120 if (os_flags & OS_O_CREAT) in os_open()122 if (os_flags & OS_O_TRUNC) in os_open()236 int os_map_file(const char *pathname, int os_flags, void **bufp, int *sizep) in os_map_file() argument242 ifd = os_open(pathname, os_flags); in os_map_file()
Completed in 6 milliseconds