Lines Matching +defs:val +defs:args
342 nvlist_t *rsrc, *args;
359 * Private args to prop method are optional
361 if ((err = nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &args)) != 0) {
365 args = NULL;
402 (void) topo_prop_getprop(svc_node, pgroup, pname, args, out, &err);
511 char *str, *loc, val;
572 val = *loc;
579 *loc = val;
584 *loc = val;
697 scf_value_t *val = NULL;
717 (val = scf_value_create(hdl)) == NULL)
767 scf_iter_next_value(iter, val) != 1)
770 if ((len = scf_value_get_astring(val, NULL, 0)) < 0)
774 if (scf_value_get_astring(val, state, len + 1) < 0)
789 scf_value_destroy(val);