Searched refs:nvlist_lookup_common (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair.c | 1604 nvlist_lookup_common(nvlist_t *nvl, const char *name, data_type_t type, in nvlist_lookup_common() function 1623 return (nvlist_lookup_common(nvl, name, DATA_TYPE_BOOLEAN, NULL, NULL)); in nvlist_lookup_boolean() 1629 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() 1660 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT16, NULL, val)); in nvlist_lookup_uint16() 1666 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT32, NULL, val)); in nvlist_lookup_int32() 1672 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT32, NULL, val)); in nvlist_lookup_uint32() [all …]
|