Home
last modified time | relevance | path

Searched refs: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 || in load_init()
802 scf_value_destroy(load_val); in load_fini()
803 load_val = NULL; in load_fini()
888 r = scf_iter_next_value(load_valiter, load_val); in load_property()
915 ival->sc_type = scf_value_type(load_val); in load_property()
922 r = scf_value_get_boolean(load_val, &b); in load_property()
930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count); in load_property()
936 r = scf_value_get_integer(load_val, in load_property()
943 ssz = scf_value_get_as_string(load_val, loadbuf, in load_property()