Home
last modified time | relevance | path

Searched refs:cr_sd (Results 1 – 3 of 3) sorted by path

/netbsd/lib/libkvm/
H A Dkvm_proc.c175 specificdata_reference cr_sd; /* specific data */ member
/netbsd/sys/kern/
H A Dkern_auth.c118 specificdata_init(kauth_domain, &cred->cr_sd); in kauth_cred_alloc()
153 specificdata_fini(kauth_domain, &cred->cr_sd); in kauth_cred_free()
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()
/netbsd/sys/sys/
H A Dkauth.h91 specificdata_reference cr_sd; /* specific data */ member