Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c36 static const char dev_tcase[] = "/sys/devices/" ACPI_TEST_NAME "/tcase"; variable
64 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", ACPI_TRAVERSE); in tc_acpi_str()
134 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", i); in test_run()
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
Dblock_dev.c38 static const char dev_tcase[] = "/sys/devices/ltp_block_dev/tcase"; variable
89 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", i + 1); in test_run()
/external/ltp/testcases/kernel/device-drivers/uaccess/
Duaccess.c38 static const char dev_tcase[] = "/sys/devices/" DEV_NAME "/tcase"; variable
52 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d %lu", id, (unsigned long) ptr); in set_ptr_to_sysfs()
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c40 static const char dev_tcase[] = "/sys/devices/" PCI_DEVICE_NAME "/tcase"; variable
70 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", i); in run_pci_testcases()