Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c264 char ledstr[MAXPATHLEN]; in add_led_refs() local
272 (void) strlcpy(ledstr, dtls->disk_led_nodes, MAXPATHLEN); in add_led_refs()
300 (void) snprintf(ledstr + ledlen, MAXPATHLEN - ledlen, in add_led_refs()
302 r = ptree_get_node_by_path(ledstr, &led_node_hdl); in add_led_refs()
368 char ledstr[MAXPATHLEN]; in delete_led_refs() local
385 (void) strlcpy(ledstr, dtls->disk_led_nodes, MAXPATHLEN); in delete_led_refs()
392 (void) snprintf(ledstr + ledlen, MAXPATHLEN - ledlen, in delete_led_refs()
394 r = ptree_get_node_by_path(ledstr, &node_hdl); in delete_led_refs()