Home
last modified time | relevance | path

Searched refs:FLG_FD_RESOLVED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h251 #define FLG_FD_RESOLVED 0x0004 /* fd_nname has been resolved */ macro
H A Dsetup.c649 fdr.fd_flags |= FLG_FD_RESOLVED; in setup()
H A Dpaths.c1191 if (fdp && (fdp->fd_flags & FLG_FD_RESOLVED)) { in fullpath()
H A Danalyze.c1227 fdp->fd_flags |= FLG_FD_RESOLVED; in file_open()