Home
last modified time | relevance | path

Searched defs:devpath (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_sg01.c46 static char devpath[PATH_MAX]; in find_generic_scsi_device() local
76 const char *devpath = find_generic_scsi_device(O_RDONLY); in setup() local
/third_party/libinput/tools/
Dlibinput-list-kernel-devices.py59 def __init__(self, name, driver, vendor, product, devpath): argument
/third_party/alsa-utils/alsactl/
Dinit_sysfs.c72 static char *sysfs_attr_get_value(const char *devpath, const char *attr_name) in sysfs_attr_get_value()