Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.21.217
Cant Read [ /etc/named.conf ]
8.5.2
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
linux /
uapi /
sparc /
asm /
[ HOME SHELL ]
Name
Size
Permission
Action
apc.h
1.7
KB
-rw-r--r--
asi.h
15.01
KB
-rw-r--r--
auxvec.h
348
B
-rw-r--r--
bitsperlong.h
324
B
-rw-r--r--
bpf_perf_event.h
40
B
-rw-r--r--
byteorder.h
191
B
-rw-r--r--
display7seg.h
1.9
KB
-rw-r--r--
envctrl.h
3.41
KB
-rw-r--r--
errno.h
5.41
KB
-rw-r--r--
fbio.h
7.62
KB
-rw-r--r--
fcntl.h
1.75
KB
-rw-r--r--
ioctl.h
2.58
KB
-rw-r--r--
ioctls.h
5.98
KB
-rw-r--r--
ipcbuf.h
808
B
-rw-r--r--
mman.h
993
B
-rw-r--r--
msgbuf.h
1.19
KB
-rw-r--r--
openpromio.h
2.07
KB
-rw-r--r--
oradax.h
1.97
KB
-rw-r--r--
param.h
253
B
-rw-r--r--
perfctr.h
5.56
KB
-rw-r--r--
poll.h
273
B
-rw-r--r--
posix_types.h
1.73
KB
-rw-r--r--
psr.h
2.2
KB
-rw-r--r--
psrcompat.h
2.03
KB
-rw-r--r--
pstate.h
6.28
KB
-rw-r--r--
ptrace.h
8.01
KB
-rw-r--r--
resource.h
770
B
-rw-r--r--
sembuf.h
896
B
-rw-r--r--
setup.h
295
B
-rw-r--r--
shmbuf.h
1.41
KB
-rw-r--r--
sigcontext.h
167
B
-rw-r--r--
siginfo.h
375
B
-rw-r--r--
signal.h
4.56
KB
-rw-r--r--
socket.h
4.17
KB
-rw-r--r--
sockios.h
33
B
-rw-r--r--
stat.h
2.01
KB
-rw-r--r--
statfs.h
32
B
-rw-r--r--
swab.h
1.02
KB
-rw-r--r--
termbits.h
5
KB
-rw-r--r--
termios.h
1.03
KB
-rw-r--r--
traps.h
5.13
KB
-rw-r--r--
types.h
31
B
-rw-r--r--
uctx.h
1.39
KB
-rw-r--r--
unistd.h
889
B
-rw-r--r--
unistd_32.h
11.54
KB
-rw-r--r--
unistd_64.h
10.43
KB
-rw-r--r--
utrap.h
1.5
KB
-rw-r--r--
watchdog.h
1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ioctls.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_SPARC_IOCTLS_H #define _ASM_SPARC_IOCTLS_H #include <asm/ioctl.h> /* Big T */ #define TCGETA _IOR('T', 1, struct termio) #define TCSETA _IOW('T', 2, struct termio) #define TCSETAW _IOW('T', 3, struct termio) #define TCSETAF _IOW('T', 4, struct termio) #define TCSBRK _IO('T', 5) #define TCXONC _IO('T', 6) #define TCFLSH _IO('T', 7) #define TCGETS _IOR('T', 8, struct termios) #define TCSETS _IOW('T', 9, struct termios) #define TCSETSW _IOW('T', 10, struct termios) #define TCSETSF _IOW('T', 11, struct termios) #define TCGETS2 _IOR('T', 12, struct termios2) #define TCSETS2 _IOW('T', 13, struct termios2) #define TCSETSW2 _IOW('T', 14, struct termios2) #define TCSETSF2 _IOW('T', 15, struct termios2) #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ #define TIOCVHANGUP _IO('T', 0x37) #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */ #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485) #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) #define TIOCGISO7816 _IOR('T', 0x43, struct serial_iso7816) #define TIOCSISO7816 _IOWR('T', 0x44, struct serial_iso7816) /* Note that all the ioctls that are not available in Linux have a * double underscore on the front to: a) avoid some programs to * think we support some ioctls under Linux (autoconfiguration stuff) */ /* Little t */ #define TIOCGETD _IOR('t', 0, int) #define TIOCSETD _IOW('t', 1, int) #define __TIOCHPCL _IO('t', 2) /* SunOS Specific */ #define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */ #define __TIOCMODS _IOW('t', 4, int) /* SunOS Specific */ #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */ #define TIOCEXCL _IO('t', 13) #define TIOCNXCL _IO('t', 14) #define __TIOCFLUSH _IOW('t', 16, int) /* SunOS Specific */ #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */ #define __TIOCTCNTL _IOW('t', 32, int) /* SunOS Specific */ #define __TIOCSIGNAL _IOW('t', 33, int) /* SunOS Specific */ #define __TIOCSETX _IOW('t', 34, int) /* SunOS Specific */ #define __TIOCGETX _IOR('t', 35, int) /* SunOS Specific */ #define TIOCCONS _IO('t', 36) #define TIOCGSOFTCAR _IOR('t', 100, int) #define TIOCSSOFTCAR _IOW('t', 101, int) #define __TIOCUCNTL _IOW('t', 102, int) /* SunOS Specific */ #define TIOCSWINSZ _IOW('t', 103, struct winsize) #define TIOCGWINSZ _IOR('t', 104, struct winsize) #define __TIOCREMOTE _IOW('t', 105, int) /* SunOS Specific */ #define TIOCMGET _IOR('t', 106, int) #define TIOCMBIC _IOW('t', 107, int) #define TIOCMBIS _IOW('t', 108, int) #define TIOCMSET _IOW('t', 109, int) #define TIOCSTART _IO('t', 110) #define TIOCSTOP _IO('t', 111) #define TIOCPKT _IOW('t', 112, int) #define TIOCNOTTY _IO('t', 113) #define TIOCSTI _IOW('t', 114, char) #define TIOCOUTQ _IOR('t', 115, int) #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */ #define __TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */ /* 118 is the non-posix setpgrp tty ioctl */ /* 119 is the non-posix getpgrp tty ioctl */ #define __TIOCCDTR _IO('t', 120) /* SunOS Specific */ #define __TIOCSDTR _IO('t', 121) /* SunOS Specific */ #define TIOCCBRK _IO('t', 122) #define TIOCSBRK _IO('t', 123) #define __TIOCLGET _IOW('t', 124, int) /* SunOS Specific */ #define __TIOCLSET _IOW('t', 125, int) /* SunOS Specific */ #define __TIOCLBIC _IOW('t', 126, int) /* SunOS Specific */ #define __TIOCLBIS _IOW('t', 127, int) /* SunOS Specific */ #define __TIOCISPACE _IOR('t', 128, int) /* SunOS Specific */ #define __TIOCISIZE _IOR('t', 129, int) /* SunOS Specific */ #define TIOCSPGRP _IOW('t', 130, int) #define TIOCGPGRP _IOR('t', 131, int) #define TIOCSCTTY _IO('t', 132) #define TIOCGSID _IOR('t', 133, int) /* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */ #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ #define TIOCSPTLCK _IOW('t', 135, int) /* Lock/unlock PTY */ #define TIOCSIG _IOW('t', 136, int) /* Generate signal on Pty slave */ #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ /* Little f */ #define FIOCLEX _IO('f', 1) #define FIONCLEX _IO('f', 2) #define FIOASYNC _IOW('f', 125, int) #define FIONBIO _IOW('f', 126, int) #define FIONREAD _IOR('f', 127, int) #define TIOCINQ FIONREAD #define FIOQSIZE _IOR('f', 128, loff_t) /* SCARY Rutgers local SunOS kernel hackery, perhaps I will support it * someday. This is completely bogus, I know... */ #define __TCGETSTAT _IO('T', 200) /* Rutgers specific */ #define __TCSETSTAT _IO('T', 201) /* Rutgers specific */ /* Linux specific, no SunOS equivalent. */ #define TIOCLINUX 0x541C #define TIOCGSERIAL 0x541E #define TIOCSSERIAL 0x541F #define TCSBRKP 0x5425 #define TIOCSERCONFIG 0x5453 #define TIOCSERGWILD 0x5454 #define TIOCSERSWILD 0x5455 #define TIOCGLCKTRMIOS 0x5456 #define TIOCSLCKTRMIOS 0x5457 #define TIOCSERGSTRUCT 0x5458 /* For debugging only */ #define TIOCSERGETLSR 0x5459 /* Get line status register */ #define TIOCSERGETMULTI 0x545A /* Get multiport config */ #define TIOCSERSETMULTI 0x545B /* Set multiport config */ #define TIOCMIWAIT 0x545C /* Wait for change on serial input line(s) */ #define TIOCGICOUNT 0x545D /* Read serial port __inline__ interrupt counts */ /* Kernel definitions */ /* Used for packet mode */ #define TIOCPKT_DATA 0 #define TIOCPKT_FLUSHREAD 1 #define TIOCPKT_FLUSHWRITE 2 #define TIOCPKT_STOP 4 #define TIOCPKT_START 8 #define TIOCPKT_NOSTOP 16 #define TIOCPKT_DOSTOP 32 #define TIOCPKT_IOCTL 64 #endif /* _ASM_SPARC_IOCTLS_H */
Close