Searched refs:of_cloexec (Results 1 – 3 of 3) sorted by relevance
17 fd = os_open_file("/proc/mm", of_cloexec(of_write(OPENFLAGS())), 0); in new_mm()
143 of_cloexec(of_rdwr(OPENFLAGS())), 0); in tuntap_open()
119 static inline struct openflags of_cloexec(struct openflags flags) in of_cloexec() function