Searched defs:invl (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c1026 * Look up the IPMP interface information from `invl' and copy it to `ipmpif'.
1030 i_ipadm_ipmpif_from_nvl(nvlist_t *invl, const char *underif, char *ipmpif, argument
1039 for (nvp = nvlist_next_nvpair(invl, NULL); nvp != NULL;
1040 nvp = nvlist_next_nvpair(invl, nvp)) {
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1956 lldp_del_nested_nvl(nvlist_t *invl, const char *name1, const char *name2, argument
1962 if (invl == NULL || name1 == NULL)
1966 return (nvlist_remove(invl, name1, DATA_TYPE_NVLIST));
1968 if (nvlist_lookup_nvlist(invl, name1, &nvl1) != 0)
1981 lldp_get_nested_nvl(nvlist_t *invl, const char *name1, const char *name2, argument
1989 if (nvlist_lookup_nvlist(invl, name1, &nvl1) != 0)
2024 lldp_create_nested_nvl(nvlist_t *invl, const char *name1, const char *name2, argument
2032 if (nvlist_lookup_nvlist(invl, name1, &nvl1) != 0) {
2035 if (nvlist_add_nvlist(invl, name1, nvl1) != 0) {
2040 (void) nvlist_lookup_nvlist(invl, name
[all...]

Completed in 22 milliseconds