HomeSort by: relevance | last modified time | path
    Searched defs:vndsetcred (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
vnd.c 171 static int vndsetcred(struct vnd_softc *, kauth_cred_t);
1504 if ((error = vndsetcred(vnd, l->l_cred)) != 0)
1691 vndsetcred(struct vnd_softc *vnd, kauth_cred_t cred) function in typeref:typename:int
vnd.c 171 static int vndsetcred(struct vnd_softc *, kauth_cred_t);
1504 if ((error = vndsetcred(vnd, l->l_cred)) != 0)
1691 vndsetcred(struct vnd_softc *vnd, kauth_cred_t cred) function in typeref:typename:int

Completed in 116 milliseconds