Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dcap.c365 #define HWAVL_RECORDED(n) pnavl_recorded(&capavl, n, NULL, NULL) macro
393 if ((file && (HWAVL_RECORDED(file) != 0)) || in cap_check_lmp_init()
394 (HWAVL_RECORDED(NAME(lmp)) != 0) || in cap_check_lmp_init()
396 (HWAVL_RECORDED(PATHNAME(lmp)) != 0))) in cap_check_lmp_init()
404 if ((alt = HWAVL_RECORDED(cp)) != 0) in cap_check_lmp_init()
466 if ((file && (HWAVL_RECORDED(file) != 0)) || in cap_check_fdesc()
467 (fdp->fd_oname && (HWAVL_RECORDED(fdp->fd_oname) != 0)) || in cap_check_fdesc()
468 (fdp->fd_nname && (HWAVL_RECORDED(fdp->fd_nname) != 0)) || in cap_check_fdesc()
470 (HWAVL_RECORDED(fdp->fd_pname) != 0))) in cap_check_fdesc()