Searched refs:DV_BUILD (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddv_node.h91 #define DV_BUILD 0x1 /* directory out-of-date */ macro
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c312 dv->dv_flags = DV_BUILD;
363 dv->dv_flags = DV_BUILD;
1142 ddv->dv_flags |= DV_BUILD;
1278 ASSERT(ddv->dv_flags & DV_BUILD);
1354 ddv->dv_flags &= ~DV_BUILD;
1479 * the DV_BUILD flag to allow the next dv_filldir() to pick
1482 ddv->dv_flags |= DV_BUILD;
1584 ddv->dv_flags |= DV_BUILD;
H A Ddevfs_vnops.c856 * If DV_BUILD is set, we call into nexus driver to do a BUS_CONFIG_ALL.
893 if (ddv->dv_flags & DV_BUILD) {
900 if (ddv->dv_flags & DV_BUILD)

Completed in 60 milliseconds