kern_auth.c | 96 static specificdata_domain_t kauth_domain; variable in typeref:typename:specificdata_domain_t 118 specificdata_init(kauth_domain, &cred->cr_sd); 154 specificdata_fini(kauth_domain, &cred->cr_sd); 535 error = specificdata_key_create(kauth_domain, &key, NULL); 553 specificdata_key_delete(kauth_domain, key->ks_key); 567 return (specificdata_getspecific(kauth_domain, &cred->cr_sd, 579 specificdata_setspecific(kauth_domain, &cred->cr_sd, key->ks_key, data); 838 kauth_domain = specificdata_domain_create();
|