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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c758 static scf_value_t *load_val = NULL; variable
779 (load_val = scf_value_create(g_hndl)) == NULL ||
802 scf_value_destroy(load_val);
803 load_val = NULL;
888 r = scf_iter_next_value(load_valiter, load_val);
915 ival->sc_type = scf_value_type(load_val);
922 r = scf_value_get_boolean(load_val, &b);
930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count);
936 r = scf_value_get_integer(load_val,
943 ssz = scf_value_get_as_string(load_val, loadbu
[all...]

Completed in 47 milliseconds