Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h468 extern int sdev_shadow_node(struct sdev_node *, struct cred *);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c422 error = sdev_shadow_node(dv, cred); in sdev_nodeready()
1464 sdev_shadow_node(struct sdev_node *dv, struct cred *cred) in sdev_shadow_node() function
2864 error = sdev_shadow_node(dv, cred); in devname_setattr_func()
H A Dsdev_vnops.c536 error = sdev_shadow_node(dv, cr); in sdev_setsecattr()