get_cstr
int res = get_cstr(p_str, &dtls->fcal_leds);
int res = get_cstr(p_str, &dtls->fcal_status);
return (get_cstr(p_str, &dtls->fcal_driver));
return (get_cstr(p_str, &dtls->fcal_disk_parent));
return (get_cstr(p_str, &dtls->disk_unit_parent));
return (get_cstr(p_str, &dtls->disk_led_nodes));
static int get_cstr(str *p_str, cstr *p_cstr_res);