Searched defs:hw_option (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
| H A D | cfga_fp.c | 52 char *value, *hw_option, *hw_option_p; local 79 hw_option = calloc(1, strlen(options) + 1); 80 (void) snprintf(hw_option, strlen(options) + 1, "%s", options); 81 hw_option_p = hw_option; 100 S_FREE(hw_option); 110 S_FREE(hw_option); 115 S_FREE(hw_option); 215 char *value, *hw_option, *hw_option_p; local 237 hw_option = calloc(1, strlen(options) + 1); 238 (void) snprintf(hw_option, strle [all...] |
Completed in 314 milliseconds