Searched refs:read_sysfs_file (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi.c | 47 static int read_sysfs_file(const char *name, char *buf, int size) in read_sysfs_file() function 73 if (read_sysfs_file(dev_str, descr, 4096)) { in tc_acpi_str() 81 if (read_sysfs_file(dev_path, sysfs_path + 4, 4092)) { in tc_acpi_str() 111 if (read_sysfs_file(sysfs_path, sysfs_descr, 4096)) in tc_acpi_str()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | rdma.cc | 217 int read_sysfs_file(const char* dir, const char* file, char* buf, size_t size) { in read_sysfs_file() function 253 if (read_sysfs_file(context->device->ibdev_path, name, buff, sizeof(buff)) <= in is_gid_type_roce_v2()
|