Searched refs:authg (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec/
H A Dkey_call.c79 struct auth_globals *authg; local
81 authg = kmem_zalloc(sizeof (*authg), KM_SLEEP);
82 return (authg);
89 struct auth_globals *authg = data; local
91 kmem_free(authg, sizeof (*authg));
238 struct auth_globals *authg; local
243 authg = zone_getspecific(auth_zone_key, curproc->p_zone);
244 keyname = authg
[all...]

Completed in 95 milliseconds