Searched refs:tpm_args (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h55 nvlist_t *tpm_args; /* in args for method */ member in struct:topo_propmethod
H A Dtopo_prop.c130 nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args) != 0)
799 ret = nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args);
855 if (pm->tpm_args != NULL)
856 nvlist_free(pm->tpm_args);
887 if (topo_hdl_nvdup(thp, (nvlist_t *)args, &pm->tpm_args) != 0)
1307 if (pm->tpm_args != NULL)
1308 nvlist_free(pm->tpm_args);

Completed in 24 milliseconds