Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1573 scf_propertygroup_t *scfpg = NULL; in ilbd_change_prop() local
1582 ret = ilbd_scf_retrieve_pg(scf_pgname, &scfpg, B_FALSE); in ilbd_change_prop()
1588 assert(scfpg != NULL); in ilbd_change_prop()
1590 h = scf_pg_handle(scfpg); in ilbd_change_prop()
1608 ret = ilbd_scf_set_prop(scfpg, prop_name, scftype, scfval); in ilbd_change_prop()
1611 if (scf_pg_handle(scfpg) != NULL) in ilbd_change_prop()
1612 scf_handle_destroy(scf_pg_handle(scfpg)); in ilbd_change_prop()
1613 if (scfpg != NULL) in ilbd_change_prop()
1614 scf_pg_destroy(scfpg); in ilbd_change_prop()