Searched refs:pvalp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndd.c | 248 char *pname, *pvalp, nname[512]; local 293 pvalp = allprop; 296 pvalp = propval; 300 status = ipadm_get_prop(iph, pname, pvalp, &pvalsz, proto, 306 (void) print_ipadm2ndd(pvalp, pvalsz); 308 char *tmp = pvalp; 319 (void) printf("%s\n", pvalp); 330 pvalp = &buf[++i]; 331 status = ipadm_set_prop(iph, pname, pvalp, proto,
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 143 * topo node. Fill pvalp with a pointer to the string value, valid until 148 const char *pgname, const char *pname, const char **pvalp) 158 if (pvalp) 159 *pvalp = pval; 171 * topo node. Fill pvalp with the property value. 175 const char *pgname, const char *pname, int32_t *pvalp) 185 if (pvalp) 186 *pvalp = pval; 147 add_nvlist_strprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, const char *pgname, const char *pname, const char **pvalp) argument 174 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 65 milliseconds