Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dfeature_to_c.py53 feature_name = element.attrib['name'] variable
92 writeliteral(8, bytes(feature_name, 'utf-8'))
H A Dqcow2-to-stdout.py151 for feature_type, feature_bit, feature_name in qcow2_features:
153 feature_type, feature_bit, feature_name.encode("ascii"))
/openbmc/qemu/hw/usb/
H A Ddev-hub.c325 static const char *feature_name(int feature) in feature_name() function
408 feature_name(value)); in usb_hub_handle_control()
446 feature_name(value)); in usb_hub_handle_control()
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py324 def feature_name(current): function
/openbmc/qemu/plugins/
H A Dapi.c422 desc.feature = g_intern_string(grd->feature_name); in create_register_handles()