Searched defs:altprop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c141 char *propname, *altprop; local
158 &altprop) != 0)
159 altprop = NULL;
214 if (altprop != NULL && nvlist_lookup_boolean_value(props,
215 altprop, &altcurrent) == 0)
522 int type, const char *name, const char *propname, const char *altprop)
554 (altprop != NULL && nvlist_add_string(nvl,
555 TOPO_METH_SES_MODE_ALTPROP, altprop) != 0)) {
521 ses_add_indicator(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, int type, const char *name, const char *propname, const char *altprop) argument

Completed in 17 milliseconds