Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h384 #define FSIOC_FD_ONLY_OPEN_ONCE _IOWR('A', 21, uint32_t) macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c13009 case FSIOC_FD_ONLY_OPEN_ONCE: { in fsctl_internal()
13163 if (uap->cmd == FSIOC_FD_ONLY_OPEN_ONCE) { in fsctl()