Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c213 static int devfs_unlocked_access(void *, int, struct cred *);
243 dv->dv_attr, flags, devfs_unlocked_access, dv); in devfs_setattr_dir()
470 flags, devfs_unlocked_access, dv); in devfs_setattr()
708 devfs_unlocked_access(void *vdv, int mode, struct cred *cr) in devfs_unlocked_access() function
742 res = devfs_unlocked_access(dv, mode, cr); in devfs_access()