scf_value
static scf_value_t *scf_value = NULL;
if (scf_value == NULL && (scf_value = scf_value_create(scf_hndl)) ==
return (scf_value_set_from_string(scf_value, type, v));
typedef struct scf_value scf_value_t;