Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dkauth.h466 int kauth_authorize_device_spec(kauth_cred_t, enum kauth_device_req,
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/specfs/
H A Dspec_vnops.c537 error = kauth_authorize_device_spec(ap->a_cred, req, vp); in spec_open()
583 error = kauth_authorize_device_spec(ap->a_cred, req, vp); in spec_open()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_auth.c1086 kauth_authorize_device_spec(kauth_cred_t cred, enum kauth_device_req req, in kauth_authorize_device_spec() function