Lines Matching defs:nvlist
195 * netcfgd. If the arg datalen is non-zero, unpack the object nvlist.
302 /* pack the nvlist of identifiers */
320 /* obj will be filled in when the returned nvlist is unpacked */
341 /* add the packed id nvlist */
345 /* and the packed data nvlist for updates */
466 nvlist_t *nvlist, *objp;
476 * dbname pair (and optional zoneid pair) returns an nvlist with
478 * an array of nvlists, where each nvlist is the list of
481 if ((nerr = netcfg_read_object(idlist, flags, &nvlist))
485 if ((nverr = nvlist_lookup_nvpair(nvlist, NETCFG_OBJECT_ID_LIST,
488 nvlist_free(nvlist);
495 nvlist_free(nvlist);
534 nvlist_free(nvlist);
550 nvlist_t *nvlist;
559 * dbname pair and NETCFG_DB_RAW_FLAG set returns an nvlist with
565 if ((nerr = netcfg_read_object(idlist, flags, &nvlist))
578 if (((nverr = nvlist_lookup_nvpair(nvlist, NETCFG_OBJECT_RAW_BUFS,
581 nvlist_free(nvlist);
596 nvlist_free(nvlist);
603 * This nvlist should contain an nvpair for each db entry; the name should
605 * netcfg_idl2idstr()), the value should be an nvlist containing the entry