Searched refs:p_cstr_res (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c43 static int get_cstr(str *p_str, cstr *p_cstr_res);
193 get_cstr(str *p_str, cstr *p_cstr_res) argument
208 if (*p_cstr_res != NULL)
209 free((void *)(*p_cstr_res));
211 *p_cstr_res = ptr;

Completed in 55 milliseconds