Searched refs:nvlist_lookup_common (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/nvpair/ |
H A D | nvpair.c | 1324 nvlist_lookup_common(nvlist_t *nvl, const char *name, data_type_t type, in nvlist_lookup_common() function 1351 return (nvlist_lookup_common(nvl, name, DATA_TYPE_BOOLEAN, NULL, NULL)); in nvlist_lookup_boolean() 1357 return (nvlist_lookup_common(nvl, name, in nvlist_lookup_boolean_value() 1364 return (nvlist_lookup_common(nvl, name, DATA_TYPE_BYTE, NULL, val)); in nvlist_lookup_byte() 1370 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT8, NULL, val)); in nvlist_lookup_int8() 1376 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT8, NULL, val)); in nvlist_lookup_uint8() 1382 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT16, NULL, val)); in nvlist_lookup_int16() 1388 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT16, NULL, val)); in nvlist_lookup_uint16() 1394 return (nvlist_lookup_common(nvl, name, DATA_TYPE_INT32, NULL, val)); in nvlist_lookup_int32() 1400 return (nvlist_lookup_common(nvl, name, DATA_TYPE_UINT32, NULL, val)); in nvlist_lookup_uint32() [all …]
|