Lines Matching +full:linux +full:- +full:event +full:- +full:codes
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR MIT) */
7 * Copyright (c) 2003-2005, K A Fraser
12 * separately from the Linux kernel or incorporated into other
27 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 #include <linux/types.h>
38 #include <linux/compiler.h>
50 * it's exposed to the user-space.
66 xen_pfn_t __user *arr; /* array of mfns - or'd with
78 int __user *err; /* array of error codes */
108 * Return: 0 on success (i.e., arg->err contains valid error codes for
109 * each frame). On an error other than a failed frame remap, -1 is
112 * -ENOENT, then -1 is returned and errno is set to ENOENT.