Home
last modified time | relevance | path

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

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