Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h126 #define F_DUPFD_CLOEXEC 37 /* Like F_DUPFD with O_CLOEXEC set */ macro
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c149 case F_DUPFD_CLOEXEC: in fcntl()
178 if (cmd == F_DUPFD_CLOEXEC) { in fcntl()