Searched refs:nvlist_lookup_common (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 1644 return (nvlist_lookup_common(nvl, name, in nvlist_lookup_boolean_value() 1651 return (nvlist_lookup_common(nvl, name, DATA_TYPE_BYTE, NULL, val)); in nvlist_lookup_byte() 1657 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT8, NULL, val)); in nvlist_lookup_int8() 1663 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT8, NULL, val)); in nvlist_lookup_uint8() 1669 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT16, NULL, val)); in nvlist_lookup_int16() 1681 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT32, NULL, val)); in nvlist_lookup_int32() 1693 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT64, NULL, val)); in nvlist_lookup_int64() 1726 return (nvlist_lookup_common(nvl, name, in nvlist_lookup_boolean_array() 1828 ret = nvlist_lookup_common(nvl, name, type, NULL, NULL); in nvlist_lookup_pairs() 1848 ret = nvlist_lookup_common(nvl, name, type, NULL, val); in nvlist_lookup_pairs() [all …]
|