Home
last modified time | relevance | path

Searched refs:scfval (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1576 scf_value_t *scfval; in ilbd_change_prop() local
1596 if ((scfval = scf_value_create(h)) == NULL) { in ilbd_change_prop()
1603 scf_value_set_boolean(scfval, *(boolean_t *)new_val); in ilbd_change_prop()
1606 (void) scf_value_set_astring(scfval, (char *)new_val); in ilbd_change_prop()
1608 ret = ilbd_scf_set_prop(scfpg, prop_name, scftype, scfval); in ilbd_change_prop()
1615 if (scfval != NULL) in ilbd_change_prop()
1616 scf_value_destroy(scfval); in ilbd_change_prop()