!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-4.15.0-213/include/uapi/asm-generic/   drwxr-xr-x
Free 9.9 GB of 61.93 GB (15.98%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     shmbuf.h (1.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SHMBUF_H
#define __ASM_GENERIC_SHMBUF_H

#include <asm/bitsperlong.h>

/*
 * The shmid64_ds structure for x86 architecture.
 * Note extra padding because this structure is passed back and forth
 * between kernel and user space.
 *
 * shmid64_ds was originally meant to be architecture specific, but
 * everyone just ended up making identical copies without specific
 * optimizations, so we may just as well all use the same one.
 *
 * 64 bit architectures typically define a 64 bit __kernel_time_t,
 * so they do not need the first two padding words.
 * On big-endian systems, the padding is in the wrong place.
 *
 *
 * Pad space is left for:
 * - 64-bit time_t to solve y2038 problem
 * - 2 miscellaneous 32-bit values
 */

struct shmid64_ds {
    struct ipc64_perm    shm_perm;    /* operation perms */
    size_t            shm_segsz;    /* size of segment (bytes) */
    __kernel_time_t        shm_atime;    /* last attach time */
#if __BITS_PER_LONG != 64
    unsigned long        __unused1;
#endif
    __kernel_time_t        shm_dtime;    /* last detach time */
#if __BITS_PER_LONG != 64
    unsigned long        __unused2;
#endif
    __kernel_time_t        shm_ctime;    /* last change time */
#if __BITS_PER_LONG != 64
    unsigned long        __unused3;
#endif
    __kernel_pid_t        shm_cpid;    /* pid of creator */
    __kernel_pid_t        shm_lpid;    /* pid of last operator */
    __kernel_ulong_t    shm_nattch;    /* no. of current attaches */
    __kernel_ulong_t    __unused4;
    __kernel_ulong_t    __unused5;
};

struct shminfo64 {
    __kernel_ulong_t    shmmax;
    __kernel_ulong_t    shmmin;
    __kernel_ulong_t    shmmni;
    __kernel_ulong_t    shmseg;
    __kernel_ulong_t    shmall;
    __kernel_ulong_t    __unused1;
    __kernel_ulong_t    __unused2;
    __kernel_ulong_t    __unused3;
    __kernel_ulong_t    __unused4;
};

#endif /* __ASM_GENERIC_SHMBUF_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.5299 ]--