[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.64.1.el8_10.x86_64
/
include
/
xen
/
interface
/
io
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 9pfs.h
1,466 B
SET
[ EDIT ]
|
[ DEL ]
📄 blkif.h
13,206 B
SET
[ EDIT ]
|
[ DEL ]
📄 console.h
587 B
SET
[ EDIT ]
|
[ DEL ]
📄 displif.h
40,244 B
SET
[ EDIT ]
|
[ DEL ]
📄 fbif.h
4,586 B
SET
[ EDIT ]
|
[ DEL ]
📄 kbdif.h
24,273 B
SET
[ EDIT ]
|
[ DEL ]
📄 netif.h
34,894 B
SET
[ EDIT ]
|
[ DEL ]
📄 pciif.h
3,601 B
SET
[ EDIT ]
|
[ DEL ]
📄 protocols.h
697 B
SET
[ EDIT ]
|
[ DEL ]
📄 pvcalls.h
3,113 B
SET
[ EDIT ]
|
[ DEL ]
📄 ring.h
19,360 B
SET
[ EDIT ]
|
[ DEL ]
📄 sndif.h
49,478 B
SET
[ EDIT ]
|
[ DEL ]
📄 tpmif.h
1,705 B
SET
[ EDIT ]
|
[ DEL ]
📄 vscsiif.h
8,908 B
SET
[ EDIT ]
|
[ DEL ]
📄 xenbus.h
1,320 B
SET
[ EDIT ]
|
[ DEL ]
📄 xs_wire.h
2,263 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 9pfs.h
/* * 9pfs.h -- Xen 9PFS transport * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (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. * * Copyright (C) 2017 Stefano Stabellini <stefano@aporeto.com> */ #ifndef __XEN_PUBLIC_IO_9PFS_H__ #define __XEN_PUBLIC_IO_9PFS_H__ #include "xen/interface/io/ring.h" /* * See docs/misc/9pfs.markdown in xen.git for the full specification: * https://xenbits.xen.org/docs/unstable/misc/9pfs.html */ DEFINE_XEN_FLEX_RING_AND_INTF(xen_9pfs); #endif