Searched defs:pvalp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c152 * topo node. Fill pvalp with a pointer to the string value, valid until
157 const char *pgname, const char *pname, const char **pvalp)
167 if (pvalp)
168 *pvalp = pval;
180 * topo node. Fill pvalp with the property value.
184 const char *pgname, const char *pname, int32_t *pvalp)
194 if (pvalp)
195 *pvalp = pval;
156 add_nvlist_strprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, const char *pgname, const char *pname, const char **pvalp) argument
183 add_nvlist_longprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, const char *pgname, const char *pname, int32_t *pvalp) argument

Completed in 17 milliseconds