Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py130 def _type_info(typeid): argument
158 }[typeid]
236 typeid = int(_lib.nvpair_type(pair))
237 typeinfo = _type_info(typeid)
253 if typeid == _lib.DATA_TYPE_BOOLEAN: