Home
last modified time | relevance | path

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

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