Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c745 char *scfpgbuf; /* property group name or group type */ in ilbd_create_pg() local
778 if ((scfpgbuf = malloc(scf_name_len)) == NULL) in ilbd_create_pg()
781 ilbd_name_to_scfpgname(pg_type, pgname, scfpgbuf); in ilbd_create_pg()
783 ret = ilbd_scf_retrieve_pg(scfpgbuf, &pg, B_TRUE); in ilbd_create_pg()
785 free(scfpgbuf); in ilbd_create_pg()
803 scfpgbuf); in ilbd_create_pg()
805 (void) strlcpy(scfpgbuf, in ilbd_create_pg()
808 ret = ilbd_scf_set_prop(pg, scfpgbuf, in ilbd_create_pg()
820 free(scfpgbuf); in ilbd_create_pg()