Home
last modified time | relevance | path

Searched refs:nvlist_lookup_common (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c1629 return (nvlist_lookup_common(nvl, name, in nvlist_lookup_boolean_value()
1636 return (nvlist_lookup_common(nvl, name, DATA_TYPE_BYTE, NULL, val)); in nvlist_lookup_byte()
1642 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT8, NULL, val)); in nvlist_lookup_int8()
1648 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT8, NULL, val)); in nvlist_lookup_uint8()
1654 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT16, NULL, val)); in nvlist_lookup_int16()
1666 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT32, NULL, val)); in nvlist_lookup_int32()
1678 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT64, NULL, val)); in nvlist_lookup_int64()
1711 return (nvlist_lookup_common(nvl, name, in nvlist_lookup_boolean_array()
1813 ret = nvlist_lookup_common(nvl, name, type, NULL, NULL); in nvlist_lookup_pairs()
1833 ret = nvlist_lookup_common(nvl, name, type, NULL, val); in nvlist_lookup_pairs()
[all …]