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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c136 char *propname, *altprop; local
153 &altprop) != 0)
154 altprop = NULL;
209 if (altprop != NULL && nvlist_lookup_boolean_value(props,
210 altprop, &altcurrent) == 0)
517 int type, const char *name, const char *propname, const char *altprop)
549 (altprop != NULL && nvlist_add_string(nvl,
550 TOPO_METH_SES_MODE_ALTPROP, altprop) != 0)) {
516 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 45 milliseconds