Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h155 #define VALIDATE_ADDR(a) ((a) = (void *)((unsigned long)(a) & ~1L)) macro
162 VALIDATE_ADDR((l)->entry); \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c702 VALIDATE_ADDR(entry->dbe_indices[idx->dbi_tblidx].entry); in rfs4_dbsearch()