Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h475 extern int sdev_unlocked_access(void *, int, struct cred *);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c563 sdev_unlocked_access(void *vdv, int mode, struct cred *cr) in sdev_unlocked_access() function
591 ret = sdev_unlocked_access(dv, mode, cr); in sdev_self_access()
H A Dsdev_subr.c2879 dv->sdev_attr, flags, sdev_unlocked_access, dv); in devname_setattr_func()