Home
last modified time | relevance | path

Searched refs:of_cloexec (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/um/kernel/skas/
Dprocess.c17 fd = os_open_file("/proc/mm", of_cloexec(of_write(OPENFLAGS())), 0); in new_mm()
/linux-2.6.39/arch/um/os-Linux/drivers/
Dtuntap_user.c143 of_cloexec(of_rdwr(OPENFLAGS())), 0); in tuntap_open()
/linux-2.6.39/arch/um/include/shared/
Dos.h119 static inline struct openflags of_cloexec(struct openflags flags) in of_cloexec() function