Searched defs:nfs4clnt_zone_key (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c98 zone_key_t nfs4clnt_zone_key; variable
1590 nfscl = zone_getspecific(nfs4clnt_zone_key, nfs_zone());
2853 zone_key_create(&nfs4clnt_zone_key, clinit4_zone, NULL, clfini4_zone);
2872 (void) zone_key_delete(nfs4clnt_zone_key);

Completed in 65 milliseconds