open_path_or_exit
int open_path_or_exit(const char *path, int flags);
fd = open_path_or_exit(path, O_RDONLY);
return open_path_or_exit(SEV_DEV_PATH, 0);
return open_path_or_exit(path, O_RDONLY);