Home
last modified time | relevance | path

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

/linux-6.12.1/tools/hv/
Dlsvmbus18 vmbus_sys_path = '/sys/bus/vmbus/devices' variable
19 if not os.path.isdir(vmbus_sys_path):
20 print("%s doesn't exist: exiting..." % vmbus_sys_path)
48 f = open('%s/%s/%s' % (vmbus_sys_path, dev_name, attr), 'r')
63 for f in os.listdir(vmbus_sys_path):
79 d.sysfs_path = '%s/%s' % (vmbus_sys_path, f)