Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_prop.c122 if ((cfg->sc_flags & NDMP_CF_DEFINED) || value) { in ndmpd_load_prop()
157 cfg->sc_flags |= NDMP_CF_DEFINED; in ndmpd_config_update()
165 cfg->sc_flags &= ~NDMP_CF_DEFINED; in ndmpd_config_update()
/titanic_41/usr/src/cmd/ndmpd/include/
H A Dndmpd_prop.h51 #define NDMP_CF_DEFINED 0x01 /* Defined/read from env */ macro