Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c843 char *scfname; in ilbd_destroy_pg() local
845 if ((scfname = malloc(scf_name_len)) == NULL) in ilbd_destroy_pg()
847 ilbd_name_to_scfpgname(pg_t, pgname, scfname); in ilbd_destroy_pg()
849 ret = ilbd_scf_retrieve_pg(scfname, &pg, B_FALSE); in ilbd_destroy_pg()
850 free(scfname); in ilbd_destroy_pg()