Searched defs:devpath (Results 1 – 3 of 3) sorted by relevance
46 static char devpath[PATH_MAX]; in find_generic_scsi_device() local76 const char *devpath = find_generic_scsi_device(O_RDONLY); in setup() local
59 def __init__(self, name, driver, vendor, product, devpath): argument
72 static char *sysfs_attr_get_value(const char *devpath, const char *attr_name) in sysfs_attr_get_value()