Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c118 fdp_a->fd_flags |= FLG_FD_IGNORE; in compare()
119 fdp_b->fd_flags |= FLG_FD_IGNORE; in compare()
681 if (fdp->fd_flags & FLG_FD_IGNORE) in cap_dir()
H A D_rtld.h256 #define FLG_FD_IGNORE 0x0020 /* descriptor should be ignored */ macro