Home
last modified time | relevance | path

Searched refs:factype (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c253 char *tstr, *propn, *factype; in print_prop_nameval() local
337 &factype) != 0) in print_prop_nameval()
348 (strcmp(factype, TOPO_FAC_TYPE_SENSOR) == 0)) { in print_prop_nameval()
353 (strcmp(factype, TOPO_FAC_TYPE_INDICATOR) == 0)) { in print_prop_nameval()
366 (strcmp(factype, TOPO_FAC_TYPE_SENSOR) == 0)) { in print_prop_nameval()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c104 char **factype) in get_facility_props() argument
123 *factype = topo_hdl_strdup(hdl, tt); in get_facility_props()
140 char *facname = NULL, *factype = NULL; in dl_fault_walk_inner() local
147 get_facility_props(thp, node, &facname, &factype) != 0) { in dl_fault_walk_inner()
163 topo_hdl_strfree(thp, factype); in dl_fault_walk_inner()