__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_XTENSA_UNISTD_H #define _UAPI_XTENSA_UNISTD_H #include <asm/unistd_32.h> #define __ARCH_WANT_SYS_OLDUMOUNT /* * sysxtensa syscall handler * * int sysxtensa (SYS_XTENSA_ATOMIC_SET, ptr, val, unused); * int sysxtensa (SYS_XTENSA_ATOMIC_ADD, ptr, val, unused); * int sysxtensa (SYS_XTENSA_ATOMIC_EXG_ADD, ptr, val, unused); * int sysxtensa (SYS_XTENSA_ATOMIC_CMP_SWP, ptr, oldval, newval); * a2 a6 a3 a4 a5 */ #define SYS_XTENSA_RESERVED 0 /* don't use this */ #define SYS_XTENSA_ATOMIC_SET 1 /* set variable */ #define SYS_XTENSA_ATOMIC_EXG_ADD 2 /* exchange memory and add */ #define SYS_XTENSA_ATOMIC_ADD 3 /* add to memory */ #define SYS_XTENSA_ATOMIC_CMP_SWP 4 /* compare and swap */ #define SYS_XTENSA_COUNT 5 /* count */ #endif /* _UAPI_XTENSA_UNISTD_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Kbuild | File | 62 B | 0644 |
|
| auxvec.h | File | 60 B | 0644 |
|
| byteorder.h | File | 340 B | 0644 |
|
| ioctls.h | File | 4.85 KB | 0644 |
|
| ipcbuf.h | File | 937 B | 0644 |
|
| mman.h | File | 4.83 KB | 0644 |
|
| msgbuf.h | File | 1.57 KB | 0644 |
|
| param.h | File | 635 B | 0644 |
|
| poll.h | File | 509 B | 0644 |
|
| posix_types.h | File | 1.13 KB | 0644 |
|
| ptrace.h | File | 1.3 KB | 0644 |
|
| sembuf.h | File | 1.22 KB | 0644 |
|
| setup.h | File | 411 B | 0644 |
|
| shmbuf.h | File | 1.57 KB | 0644 |
|
| sigcontext.h | File | 681 B | 0644 |
|
| signal.h | File | 2.18 KB | 0644 |
|
| sockios.h | File | 871 B | 0644 |
|
| stat.h | File | 1.75 KB | 0644 |
|
| swab.h | File | 2.13 KB | 0644 |
|
| types.h | File | 712 B | 0644 |
|
| unistd.h | File | 1006 B | 0644 |
|