Searched refs:factype (Results 1 – 2 of 2) sorted by relevance
/titanic_41/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()
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 243 char *tstr, *propn, buf[48], *factype; in print_prop_nameval() local 327 &factype) != 0) in print_prop_nameval() 338 (strcmp(factype, TOPO_FAC_TYPE_SENSOR) == 0)) { in print_prop_nameval() 343 (strcmp(factype, TOPO_FAC_TYPE_INDICATOR) == 0)) { in print_prop_nameval() 356 (strcmp(factype, TOPO_FAC_TYPE_SENSOR) == 0)) { in print_prop_nameval()
|