Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c316 dv->dv_flags = DV_BUILD; in dv_mkroot()
367 dv->dv_flags = DV_BUILD; in dv_mkdir()
422 dv->dv_flags = 0; in dv_mknod()
425 dv->dv_flags |= DV_INTERNAL; in dv_mknod()
427 dv->dv_flags |= DV_NO_FSPERM; in dv_mknod()
755 dv->dv_flags &= ~DV_ACL; in dv_shadow_node()
758 dv->dv_flags |= DV_ACL; in dv_shadow_node()
1145 ddv->dv_flags |= DV_BUILD; in dv_find()
1356 ddv->dv_flags &= ~DV_BUILD; in dv_filldir()
1484 ddv->dv_flags |= DV_BUILD; in dv_cleandir()
[all …]
H A Ddevfs_vnops.c234 ASSERT((dv->dv_flags & DV_NO_FSPERM) == 0); in devfs_setattr_dir()
385 if (dv->dv_flags & DV_NO_FSPERM) { in devfs_setattr()
436 if (dv->dv_flags & DV_DFLT_MODE) { in devfs_setattr()
513 ((dv->dv_flags & DV_ACL) == 0)) { in devfs_setattr()
663 if (dv->dv_flags & DV_NO_FSPERM) in devfs_setsecattr()
698 dv->dv_flags |= DV_ACL; in devfs_setsecattr()
743 if (dv->dv_attr && ((dv->dv_flags & DV_ACL) == 0)) { in devfs_access()
895 if (ddv->dv_flags & DV_BUILD) { in devfs_readdir()
902 if (ddv->dv_flags & DV_BUILD) in devfs_readdir()
981 if ((dv->dv_flags & DV_INTERNAL) && (cred != kcred)) in devfs_readdir()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dvlan_rcm.c68 vlan_flag_t dv_flags; /* VLAN link flags */ member
410 if (!(vlan->dv_flags & VLAN_OFFLINED)) in vlan_online_vlan()
423 vlan->dv_flags &= ~VLAN_OFFLINED; in vlan_online_vlan()
452 vlan->dv_flags |= flags; in vlan_offline_vlan()
548 assert(vlan->dv_flags & VLAN_CONSUMER_OFFLINED); in vlan_consumer_remove()
905 vlan->dv_flags &= ~VLAN_STALE; in vlan_update()
977 vlan->dv_flags |= VLAN_STALE; in cache_update()
994 if (vlan->dv_flags & VLAN_STALE) { in cache_update()
1119 if (!(vlan->dv_flags & VLAN_CONSUMER_OFFLINED)) in vlan_consumer_online()
1126 vlan->dv_flags &= ~VLAN_CONSUMER_OFFLINED; in vlan_consumer_online()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddv_node.h83 int dv_flags; /* state bits and stuff */ member