Searched refs:open_path_or_exit (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsvm.c163 return open_path_or_exit(SEV_DEV_PATH, 0);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c25 int open_path_or_exit(const char *path, int flags) function
47 return open_path_or_exit(KVM_DEV_PATH, flags);
68 fd = open_path_or_exit(path, O_RDONLY);
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h266 int open_path_or_exit(const char *path, int flags);

Completed in 130 milliseconds