!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-5.13-headers-5.13.0-1018/arch/s390/include/uapi/asm/   drwxr-xr-x
Free 83.2 GB of 96.73 GB (86.02%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     hypfs.h (1.35 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * Structures for hypfs interface
 *
 * Copyright IBM Corp. 2013
 *
 * Author: Martin Schwidefsky <[email protected]>
 */

#ifndef _ASM_HYPFS_H
#define _ASM_HYPFS_H

#include <linux/types.h>

/*
 * IOCTL for binary interface /sys/kernel/debug/diag_304
 */
struct hypfs_diag304 {
    __u32    args[2];
    __u64    data;
    __u64    rc;
} __attribute__((packed));

#define HYPFS_IOCTL_MAGIC 0x10

#define HYPFS_DIAG304 \
    _IOWR(HYPFS_IOCTL_MAGIC, 0x20, struct hypfs_diag304)

/*
 * Structures for binary interface /sys/kernel/debug/diag_0c
 */
struct hypfs_diag0c_hdr {
    __u64    len;        /* Length of diag0c buffer without header */
    __u16    version;    /* Version of header */
    char    reserved1[6];    /* Reserved */
    char    tod_ext[16];    /* TOD clock for diag0c */
    __u64    count;        /* Number of entries (CPUs) in diag0c array */
    char    reserved2[24];    /* Reserved */
};

struct hypfs_diag0c_entry {
    char    date[8];    /* MM/DD/YY in EBCDIC */
    char    time[8];    /* HH:MM:SS in EBCDIC */
    __u64    virtcpu;    /* Virtual time consumed by the virt CPU (us) */
    __u64    totalproc;    /* Total of virtual and simulation time (us) */
    __u32    cpu;        /* Linux logical CPU number */
    __u32    reserved;    /* Align to 8 byte */
};

struct hypfs_diag0c_data {
    struct hypfs_diag0c_hdr        hdr;        /* 64 byte header */
    struct hypfs_diag0c_entry    entry[];    /* diag0c entry array */
};

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0045 ]--