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

/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c1202 nvlist_t *onvl = NULL; local
1228 if ((err = netcfg_idl2proplist(objids[i], &onvl)) !=
1247 wobjl = onvl;
1258 idstrs[i], onvl)) != 0) {
1261 nvlist_free(onvl);
1266 nvlist_free(onvl);
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1982 const char *name3, nvlist_t **onvl)
1988 *onvl = NULL;
1992 *onvl = nvl1;
1998 *onvl = nvl2;
2003 *onvl = nvl3;
2025 const char *name3, nvlist_t **onvl)
2031 *onvl = NULL;
2043 *onvl = nvl1;
2058 *onvl = nvl2;
2072 *onvl
1981 lldp_get_nested_nvl(nvlist_t *invl, const char *name1, const char *name2, const char *name3, nvlist_t **onvl) argument
2024 lldp_create_nested_nvl(nvlist_t *invl, const char *name1, const char *name2, const char *name3, nvlist_t **onvl) argument
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c426 nvlist_t *nvlif, *onvl = NULL; local
460 err = nvlist_unpack(onvlbuf, nvlsize, &onvl, NV_ENCODE_NATIVE);
466 for (nvp = nvlist_next_nvpair(onvl, NULL); nvp != NULL;
467 nvp = nvlist_next_nvpair(onvl, nvp)) {
521 nvlist_free(onvl);
525 nvlist_free(onvl);
2715 * nvlist `onvl' for `ifname'.
2718 i_ipadm_get_db_initif(ipadm_handle_t iph, const char *ifname, nvlist_t **onvl) argument
2737 *onvl = NULL;
2742 err = nvlist_unpack(nvlbuf, nvlsize, onvl, NV_ENCODE_NATIV
[all...]
H A Dipadm_addr.c189 nvlist_t *onvl; local
193 * Get the address line in the nvlist `onvl' from ipmgmtd daemon.
195 status = i_ipadm_get_db_addr(iph, NULL, ipaddr->ipadm_aobjname, &onvl);
201 if ((nvp = nvlist_next_nvpair(onvl, NULL)) == NULL ||
220 nvlist_free(onvl);
223 nvlist_free(onvl);
291 nvlist_t *onvl, *anvl = NULL; local
301 * Get the address line in the nvlist `onvl' from ipmgmtd daemon.
303 status = i_ipadm_get_db_addr(iph, NULL, aobjname, &onvl);
308 * onvl shoul
370 nvlist_t *onvl; local
934 nvlist_t *onvl = NULL; local
3021 i_ipadm_get_db_addr(ipadm_handle_t iph, const char *ifname, const char *aobjname, nvlist_t **onvl) argument
[all...]

Completed in 35 milliseconds