Home
last modified time | relevance | path

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

/linux/tools/net/ynl/lib/
A Dynl.py536 if 'enum' not in attr_spec:
623 if attr_spec.struct_name:
625 elif attr_spec.sub_type:
629 if attr_spec.display_hint:
649 subattrs = item.as_scalar(attr_spec['sub-type'], attr_spec.byte_order)
689 sub_msg = attr_spec.sub_message
694 selector = attr_spec.selector
743 decoded = attr.as_auto_scalar(attr_spec['type'], attr_spec.byte_order)
745 decoded = attr.as_scalar(attr_spec['type'], attr_spec.byte_order)
746 if 'enum' in attr_spec:
[all …]

Completed in 9 milliseconds