Searched defs:nvl3 (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_tlv.c | 1984 nvlist_t *nvl1 = NULL, *nvl2 = NULL, *nvl3 = NULL; local 2001 if (nvlist_lookup_nvlist(nvl2, name3, &nvl3) != 0) 2003 *onvl = nvl3; 2029 nvlist_t *nvl3 = NULL; local 2062 if (nvlist_lookup_nvlist(nvl2, name3, &nvl3) != 0) { 2063 if (nvlist_alloc(&nvl3, NV_UNIQUE_NAME, 0) != 0) 2065 if (nvlist_add_nvlist(nvl2, name3, nvl3) != 0) { 2066 nvlist_free(nvl3); 2069 nvlist_free(nvl3); 2070 (void) nvlist_lookup_nvlist(nvl2, name3, &nvl3); [all...] |
Completed in 45 milliseconds