/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.pm | 22 my @syscalls = qw(settaskid gettaskid); 23 @EXPORT_OK = (@constants, @syscalls); 24 %EXPORT_TAGS = (CONSTANTS => \@constants, SYSCALLS => \@syscalls,
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | gen_trinity.sh | 7 /* Syscalls from arch/x86/syscalls/syscall_64.tbl */ 11 #include "syscalls/syscalls.h"
|
H A D | gen_implicit_dependencies.sh | 19 # echo "// list of syscalls and the fields they write/read to." > kernel.implicit_dependencies
|
/illumos-gate/usr/src/lib/brand/shared/brand/sys/ |
H A D | brand_misc.h | 53 * 32-bit and 64-bit sparc syscalls can take up to 8 arguments. 54 * 32-bit sparc indirect syscalls can take up to 9 arguments. 62 * amd64 syscalls can take up to 8 arguments. 70 * ia32 syscalls can take up to 8 arguments. 147 #define NARGS_MASK 0x000000FF /* Mask for syscalls argument count */
|
/illumos-gate/usr/src/man/man3perl/ |
H A D | Task.3perl | 66 \fB\fB:SYSCALLS\fR\fR 87 \fB:SYSCALLS\fR and \fB:CONSTANTS\fR
|
H A D | Project.3perl | 198 \fB\fB:SYSCALLS\fR\fR
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 52 :SYSCALLS settaskid() and gettaskid() 56 :ALL :SYSCALLS and :CONSTANTS
|
/illumos-gate/usr/src/uts/sun4/brand/common/ |
H A D | brand_solaris.S | 77 * a 64-bit process, and has no business calling 32-bit syscalls. 95 * a 32-bit process, and has no business calling 64-bit syscalls. 172 * Indirect syscalls are only supported for 32 bit processes so
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 119 :SYSCALLS getprojid() 128 :ALL :SYSCALLS, :LIBCALLS, and :CONSTANTS
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | syscall_trap.S | 66 ! a 32-bit process, and has no business calling 64-bit syscalls. 91 ! args for direct syscalls now set up 302 ! a 64-bit process, and has no business calling 32-bit syscalls. 327 ! args for direct syscalls now set up
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 200 * similar syscalls. 205 * Miscellaneous flags for the *at() syscalls.
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | Makefile | 34 OBJECTS = Syscalls.o \
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | syscall.S | 71 * to enter the kernel; optimized syscalls could be disabled by private LDT use.
|
H A D | ptrace.c | 148 sysset_t syscalls; in ptrace() member 184 premptyset(&ctl.arg.syscalls); in ptrace() 189 premptyset(&ctl.arg.syscalls); in ptrace()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_unbind.c | 72 * block them, so interruptible syscalls could still get EINTR. in _tx_unbind()
|
H A D | t_open.c | 129 * block them, so interruptible syscalls could still get EINTR. in _tx_open()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kidmap.h | 143 * for the idmap_reg()/idmap_unreg() syscalls
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 108 { EXD_PROC_SYSCALLS, "syscalls" }, 138 { EXD_TASK_SYSCALLS, "syscalls" },
|
/illumos-gate/usr/src/cmd/latencytop/ |
H A D | latencytop.d | 415 * Syscalls have a priority of 10. This is to make sure that latency is 416 * traced to one of the syscalls only if nothing else matches.
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/ |
H A D | kidmap.h | 159 * for the idmap_reg()/idmap_unreg() syscalls
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | kidmap.h | 159 * for the idmap_reg()/idmap_unreg() syscalls
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | door.S | 54 * All of the syscalls except door_return() follow the same pattern. The
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 150 sysset_t syscalls; in ptrace() member 186 premptyset(&ctl.arg.syscalls); in ptrace() 191 premptyset(&ctl.arg.syscalls); in ptrace()
|
H A D | door.S | 54 * All of the syscalls except door_return() follow the same pattern. The
|
/illumos-gate/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 90 * it's impossible you have to understand how agent lwp syscalls work. 148 * brand, is that the s10 brand only interposes on syscalls
|