Searched defs:target_val (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c683 int *target_val = NULL; local
744 di_prop_ints(prop, &target_val);
748 *target_val) == B_TRUE) {
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c295 char *target_val = NULL; local
342 if ((*err = nvpair_value_string(nvp2, &target_val)) != 0) {
352 ival = atoi(target_val);
375 * target_val is already set. Return without modifying
380 /* Can return target_val as is (NULL) */
392 return (target_val);

Completed in 62 milliseconds