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.c1575 scf_value_t *scfval; in ilbd_change_prop() local
1595 if ((scfval = scf_value_create(h)) == NULL) { in ilbd_change_prop()
1602 scf_value_set_boolean(scfval, *(boolean_t *)new_val); in ilbd_change_prop()
1605 (void) scf_value_set_astring(scfval, (char *)new_val); in ilbd_change_prop()
1607 ret = ilbd_scf_set_prop(scfpg, prop_name, scftype, scfval); in ilbd_change_prop()
1614 if (scfval != NULL) in ilbd_change_prop()
1615 scf_value_destroy(scfval); in ilbd_change_prop()