Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h93 #define HP_INIT_FLAGS_VALID(f) ((f & ~(HPINFOUSAGE)) == 0) macro
H A Dlibhotplug.c72 if ((path == NULL) || !HP_INIT_FLAGS_VALID(flags)) { in hp_init()