Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dkey_call.c80 struct auth_globals *authg; in auth_zone_init() local
82 authg = kmem_zalloc(sizeof (*authg), KM_SLEEP); in auth_zone_init()
83 return (authg); in auth_zone_init()
90 struct auth_globals *authg = data; in auth_zone_fini() local
92 kmem_free(authg, sizeof (*authg)); in auth_zone_fini()
239 struct auth_globals *authg; in key_call() local
243 authg = zone_getspecific(auth_zone_key, curproc->p_zone); in key_call()
244 configp = &authg->auth_config; in key_call()