Searched refs:NVL_GET_ONE (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_util.c | 217 #define NVL_GET_ONE(nvl, name, val, arr, getfunc) \ macro 240 NVL_GET_ONE(nvl, name, val, bools, nvlist_lookup_boolean_array); 248 NVL_GET_ONE(nvl, name, val, int32s, nvlist_lookup_int32_array); 256 NVL_GET_ONE(nvl, name, val, int64s, nvlist_lookup_int64_array); 264 NVL_GET_ONE(nvl, name, val, uint32, nvlist_lookup_uint32_array); 272 NVL_GET_ONE(nvl, name, val, uint64s, nvlist_lookup_uint64_array); 280 NVL_GET_ONE(nvl, name, val, strs, nvlist_lookup_string_array);
|
Completed in 31 milliseconds