Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dkauth.h481 int kauth_authorize_device_spec(kauth_cred_t, enum kauth_device_req,
/netbsd-src/sys/kern/
H A Dkern_auth.c1097 kauth_authorize_device_spec(kauth_cred_t cred, enum kauth_device_req req, in kauth_authorize_device_spec() function
/netbsd-src/sys/miscfs/specfs/
H A Dspec_vnops.c761 error = kauth_authorize_device_spec(ap->a_cred, req, vp); in spec_open()