Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dfcntl.h271 #define F_ISUNIONSTACK 21 /* Kludge for libc, don't use it. */ macro
/freebsd-14.2/lib/libc/gen/
H A Dopendir.c277 unionstack = _fcntl(fd, F_ISUNIONSTACK, 0); in is_unionstack()
/freebsd-14.2/sys/kern/
H A Dkern_descrip.c835 case F_ISUNIONSTACK: in kern_fcntl()