Home
last modified time | relevance | path

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

/linux/tools/hv/
H A Dlsvmbus46 def get_vmbus_dev_attr(dev_name, attr): function
64 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip()
65 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip()
66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip()
69 chn_vp_mapping = get_vmbus_dev_attr(f, 'channel_vp_mapping')