Searched refs:DEV_FLAG_INVISIBLE (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/core/devmgr/
H A Ddevice-internal.h127 #define DEV_FLAG_INVISIBLE 0x00000200 // device not visible via devfs macro
H A Ddevhost-api.cpp62 dev->flags |= DEV_FLAG_INVISIBLE;
H A Ddevhost-core.cpp481 if (dev->flags & DEV_FLAG_INVISIBLE) {
H A Ddevhost.cpp729 msg.op = (child->flags & DEV_FLAG_INVISIBLE) ?

Completed in 17 milliseconds