Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_auth.c96 static specificdata_domain_t kauth_domain; variable
118 specificdata_init(kauth_domain, &cred->cr_sd); in kauth_cred_alloc()
153 specificdata_fini(kauth_domain, &cred->cr_sd); in kauth_cred_free()
535 error = specificdata_key_create(kauth_domain, &key, NULL); in kauth_register_key()
553 specificdata_key_delete(kauth_domain, key->ks_key); in kauth_deregister_key()
567 return (specificdata_getspecific(kauth_domain, &cred->cr_sd, in kauth_cred_getdata()
579 specificdata_setspecific(kauth_domain, &cred->cr_sd, key->ks_key, data); in kauth_cred_setdata()
838 kauth_domain = specificdata_domain_create(); in kauth_init()