Home
last modified time | relevance | path

Searched refs:disk_unit_parent (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c224 if (dtls->disk_unit_parent == NULL) { in find_disk_slot()
227 unitlen = strlen(dtls->disk_unit_parent); in find_disk_slot()
231 (void) strlcpy(unitstr, dtls->disk_unit_parent, MAXPATHLEN); in find_disk_slot()
H A Dfcal_leds.h270 cstr disk_unit_parent; /* search template for disk-slots */ member
H A Dfc_led_parse.c266 return (get_cstr(p_str, &dtls->disk_unit_parent)); in act_unit_parent()