Searched refs:open_path_or_exit (Results 1 – 4 of 4) sorted by relevance
162 return open_path_or_exit(SEV_DEV_PATH, 0); in open_sev_dev_path_or_exit()
35 return open_path_or_exit(path, O_RDONLY); in open_dev_msr()
47 int open_path_or_exit(const char *path, int flags) in open_path_or_exit() function87 fd = open_path_or_exit(path, O_RDONLY); in get_module_param()
260 int open_path_or_exit(const char *path, int flags);
Completed in 13 milliseconds