Searched refs:onvl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevfm.c237 nvlist_t *invl = NULL, *onvl = NULL; local
299 err = subr->func(cmd, invl, &onvl);
304 nvlist_free(onvl);
311 if (onvl != NULL) {
314 if ((err = nvlist_size(onvl, &sz, NV_ENCODE_NATIVE)) != 0) {
315 nvlist_free(onvl);
319 nvlist_free(onvl);
324 if ((err = nvlist_pack(onvl, &buf, &sz, NV_ENCODE_NATIVE,
327 nvlist_free(onvl);
330 nvlist_free(onvl);
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c220 nvlist_t *onvl; local
230 * Get the address line in the nvlist `onvl' from ipmgmtd daemon.
232 status = i_ipadm_get_db_addr(iph, NULL, aobjname, &onvl);
236 * Walk through the nvlist `onvl' to extract the IPADM_NVP_IPV4ADDR
239 for (nvp = nvlist_next_nvpair(onvl, NULL); nvp != NULL;
240 nvp = nvlist_next_nvpair(onvl, NULL)) {
266 nvlist_free(onvl);
269 nvlist_free(onvl);
793 nvlist_t *onvl = NULL; local
808 status = i_ipadm_get_db_addr(iph, ifname, NULL, &onvl);
2365 i_ipadm_get_db_addr(ipadm_handle_t iph, const char *ifname, const char *aobjname, nvlist_t **onvl) argument
3497 i_ipadm_merge_prefixlen_from_nvl(nvlist_t *invl, nvlist_t *onvl, const char *aobjname) argument
[all...]
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c839 nvlist_copy_embedded(nvlist_t *nvl, nvlist_t *onvl, nvlist_t *emb_nvl) argument
848 nvlist_init(emb_nvl, onvl->nvl_nvflag, priv);
850 if ((err = nvlist_copy_pairs(onvl, emb_nvl)) != 0) {
946 nvlist_t *onvl = (nvlist_t *)data; local
948 if ((err = nvlist_copy_embedded(nvl, onvl, nnvl)) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c736 nvlist_t *onvl = cbarg->cb_onvl; local
770 *errp = nvlist_add_nvlist(onvl, name, db_nvl);

Completed in 587 milliseconds