Searched defs:sysfs_fd (Results 1 – 3 of 3) sorted by relevance
89 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureScheduler() local229 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth() local258 unique_fd sysfs_fd(open(sysfs_device.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureReadAhead() local474 unique_fd sysfs_fd(open(device.c_str(), O_RDWR | O_CLOEXEC)); in WaitForLoopDevice() local
144 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth() local
217 int DrmEventListener::UnRegisterSysfsHandler(int sysfs_fd) { in UnRegisterSysfsHandler()