Searched refs:factype (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/ |
H A D | disk_lights.c | 104 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()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 253 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()
|