Home
last modified time | relevance | path

Searched full:syscalls (Results 1 – 25 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.pm22 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 Dgen_trinity.sh7 /* Syscalls from arch/x86/syscalls/syscall_64.tbl */
11 #include "syscalls/syscalls.h"
H A Dgen_implicit_dependencies.sh19 # 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 Dbrand_misc.h53 * 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 DTask.3perl66 \fB\fB:SYSCALLS\fR\fR
87 \fB:SYSCALLS\fR and \fB:CONSTANTS\fR
H A DProject.3perl198 \fB\fB:SYSCALLS\fR\fR
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod52 :SYSCALLS settaskid() and gettaskid()
56 :ALL :SYSCALLS and :CONSTANTS
/illumos-gate/usr/src/uts/sun4/brand/common/
H A Dbrand_solaris.S77 * 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 DProject.pod119 :SYSCALLS getprojid()
128 :ALL :SYSCALLS, :LIBCALLS, and :CONSTANTS
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.S66 ! 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 Dfcntl.h200 * similar syscalls.
205 * Miscellaneous flags for the *at() syscalls.
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DMakefile34 OBJECTS = Syscalls.o \
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.S71 * to enter the kernel; optimized syscalls could be disabled by private LDT use.
H A Dptrace.c148 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 Dt_unbind.c72 * block them, so interruptible syscalls could still get EINTR. in _tx_unbind()
H A Dt_open.c129 * block them, so interruptible syscalls could still get EINTR. in _tx_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dkidmap.h143 * for the idmap_reg()/idmap_unreg() syscalls
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c108 { EXD_PROC_SYSCALLS, "syscalls" },
138 { EXD_TASK_SYSCALLS, "syscalls" },
/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.d415 * 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 Dkidmap.h159 * for the idmap_reg()/idmap_unreg() syscalls
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dkidmap.h159 * for the idmap_reg()/idmap_unreg() syscalls
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.S54 * All of the syscalls except door_return() follow the same pattern. The
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c150 sysset_t syscalls; in ptrace() member
186 premptyset(&ctl.arg.syscalls); in ptrace()
191 premptyset(&ctl.arg.syscalls); in ptrace()
H A Ddoor.S54 * All of the syscalls except door_return() follow the same pattern. The
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c90 * it's impossible you have to understand how agent lwp syscalls work.
148 * brand, is that the s10 brand only interposes on syscalls

123