Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfcntl.h139 #define O_RESOLVE_BENEATH 0x00800000 /* Do not allow name resolution to walk macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c202 if ((fmode & O_RESOLVE_BENEATH) != 0) in open2nameif()