Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
asm-generic /
Delete
Unzip
Name
Size
Permission
Date
Action
auxvec.h
218
B
-rw-r--r--
2021-04-16 13:31
bitsperlong.h
501
B
-rw-r--r--
2021-04-16 13:31
errno-base.h
1.51
KB
-rw-r--r--
2021-04-16 13:31
errno.h
5.45
KB
-rw-r--r--
2021-04-16 13:31
fcntl.h
5.23
KB
-rw-r--r--
2021-04-16 13:31
int-l64.h
655
B
-rw-r--r--
2021-04-16 13:31
int-ll64.h
801
B
-rw-r--r--
2021-04-16 13:31
ioctl.h
3.08
KB
-rw-r--r--
2021-04-16 13:31
ioctls.h
3.65
KB
-rw-r--r--
2021-04-16 13:31
ipcbuf.h
940
B
-rw-r--r--
2021-04-16 13:31
kvm_para.h
96
B
-rw-r--r--
2021-04-16 13:31
mman-common.h
2.8
KB
-rw-r--r--
2021-04-16 13:31
mman.h
937
B
-rw-r--r--
2021-04-16 13:31
msgbuf.h
1.47
KB
-rw-r--r--
2021-04-16 13:31
param.h
290
B
-rw-r--r--
2021-04-16 13:31
poll.h
795
B
-rw-r--r--
2021-04-16 13:31
posix_types.h
2.18
KB
-rw-r--r--
2021-04-16 13:31
resource.h
1.77
KB
-rw-r--r--
2021-04-16 13:31
sembuf.h
1.17
KB
-rw-r--r--
2021-04-16 13:31
setup.h
127
B
-rw-r--r--
2021-04-16 13:31
shmbuf.h
1.69
KB
-rw-r--r--
2021-04-16 13:31
shmparam.h
168
B
-rw-r--r--
2021-04-16 13:31
siginfo.h
8.83
KB
-rw-r--r--
2021-04-16 13:31
signal-defs.h
737
B
-rw-r--r--
2021-04-16 13:31
signal.h
2.58
KB
-rw-r--r--
2021-04-16 13:31
socket.h
1.88
KB
-rw-r--r--
2021-04-16 13:31
sockios.h
376
B
-rw-r--r--
2021-04-16 13:31
stat.h
2.51
KB
-rw-r--r--
2021-04-16 13:31
statfs.h
1.73
KB
-rw-r--r--
2021-04-16 13:31
swab.h
439
B
-rw-r--r--
2021-04-16 13:31
termbits.h
4.54
KB
-rw-r--r--
2021-04-16 13:31
termios.h
1.28
KB
-rw-r--r--
2021-04-16 13:31
types.h
170
B
-rw-r--r--
2021-04-16 13:31
ucontext.h
294
B
-rw-r--r--
2021-04-16 13:31
unistd.h
28.9
KB
-rw-r--r--
2021-04-16 13:31
Save
Rename
#ifndef __ASM_GENERIC_SEMBUF_H #define __ASM_GENERIC_SEMBUF_H #include <asm/bitsperlong.h> /* * The semid64_ds structure for x86 architecture. * Note extra padding because this structure is passed back and forth * between kernel and user space. * * semid64_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 semid64_ds { struct ipc64_perm sem_perm; /* permissions .. see ipc.h */ __kernel_time_t sem_otime; /* last semop time */ #if __BITS_PER_LONG != 64 unsigned long __unused1; #endif __kernel_time_t sem_ctime; /* last change time */ #if __BITS_PER_LONG != 64 unsigned long __unused2; #endif unsigned long sem_nsems; /* no. of semaphores in array */ unsigned long __unused3; unsigned long __unused4; }; #endif /* __ASM_GENERIC_SEMBUF_H */