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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c104 char **factype)
123 *factype = topo_hdl_strdup(hdl, tt);
140 char *facname = NULL, *factype = NULL; local
147 get_facility_props(thp, node, &facname, &factype) != 0) {
163 topo_hdl_strfree(thp, factype);
103 get_facility_props(topo_hdl_t *hdl, tnode_t *node, char **facname, char **factype) argument
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c243 char *tstr, *propn, buf[48], *factype; local
327 &factype) != 0)
338 (strcmp(factype, TOPO_FAC_TYPE_SENSOR) == 0)) {
343 (strcmp(factype, TOPO_FAC_TYPE_INDICATOR) == 0)) {
356 (strcmp(factype, TOPO_FAC_TYPE_SENSOR) == 0)) {

Completed in 61 milliseconds