Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/drivers/s390x/uvdevice/
H A Dtest_uvdevice.c19 #define UV_PATH "/dev/uv" macro
40 self->uv_fd = open(UV_PATH, O_ACCMODE); in FIXTURE_SETUP()
162 self->uv_fd = open(UV_PATH, O_ACCMODE); in FIXTURE_SETUP()
268 int fd = open(UV_PATH, O_ACCMODE); in main()
271 ksft_exit_skip("No uv-device or cannot access " UV_PATH "\n" in main()
273 UV_PATH ".\n"); in main()