Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-5.15.0-185 /
include /
xen /
Delete
Unzip
Name
Size
Permission
Date
Action
arm
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
interface
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
acpi.h
2.52
KB
-rw-r--r--
2021-11-01 05:53
balloon.h
1.02
KB
-rw-r--r--
2021-11-01 05:53
events.h
4.72
KB
-rw-r--r--
2026-06-20 00:54
features.h
502
B
-rw-r--r--
2021-11-01 05:53
grant_table.h
11.33
KB
-rw-r--r--
2026-06-20 00:54
hvc-console.h
518
B
-rw-r--r--
2021-11-01 05:53
hvm.h
1.33
KB
-rw-r--r--
2021-11-01 05:53
mem-reservation.h
1.49
KB
-rw-r--r--
2021-11-01 05:53
page.h
1.29
KB
-rw-r--r--
2021-11-01 05:53
platform_pci.h
2.04
KB
-rw-r--r--
2021-11-01 05:53
swiotlb-xen.h
553
B
-rw-r--r--
2021-11-01 05:53
xen-front-pgdir-shbuf.h
2.31
KB
-rw-r--r--
2021-11-01 05:53
xen-ops.h
6.59
KB
-rw-r--r--
2021-11-01 05:53
xen.h
1.88
KB
-rw-r--r--
2026-06-20 00:54
xenbus.h
8.62
KB
-rw-r--r--
2021-11-01 05:53
xenbus_dev.h
1.8
KB
-rw-r--r--
2021-11-01 05:53
Save
Rename
/****************************************************************************** * evtchn.h * * Interface to /dev/xen/xenbus_backend. * * Copyright (c) 2011 Bastian Blank <waldi@debian.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation; or, when distributed * separately from the Linux kernel or incorporated into other * software packages, subject to the following license: * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this source file (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, * merge, publish, distribute, sublicense, and/or sell copies of the Software, * and to permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ #ifndef __LINUX_XEN_XENBUS_DEV_H__ #define __LINUX_XEN_XENBUS_DEV_H__ #include <linux/ioctl.h> #define IOCTL_XENBUS_BACKEND_EVTCHN \ _IOC(_IOC_NONE, 'B', 0, 0) #define IOCTL_XENBUS_BACKEND_SETUP \ _IOC(_IOC_NONE, 'B', 1, 0) #endif /* __LINUX_XEN_XENBUS_DEV_H__ */