/titanic_52/usr/src/uts/intel/sys/ |
H A D | controlregs.h | 174 /* AMD's syscall/sysret MSRs */ 176 #define MSR_AMD_STAR 0xc0000081 /* %cs:%ss:%cs:%ss:%eip for syscall */ 177 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ 178 #define MSR_AMD_CSTAR 0xc0000083 /* target %rip of 32-bit syscall */ 179 #define MSR_AMD_SFMASK 0xc0000084 /* syscall flag mask */
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Pisadep.h | 49 * is a syscall instruction. On x86, we have multiple system call instructions. 78 * Given an argument count, stack pointer, and syscall index, sets up the stack 86 * Copies all arguments out to the stack once we're stopped before the syscall.
|
/titanic_52/usr/src/ucbcmd/sbcp/ |
H A D | sbcp.s | 30 #include <sys/syscall.h> 115 ! trap0 - glue between 4.x syscall trap and 5.x BCP routine 118 ! %g1 syscall number 143 ! indir syscall
|
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/features/ |
H A D | utsname | 1 lib getdomainname,gethostid,gethostname,sethostname,syscall,systeminfo,uname 4 sys syscall,systeminfo,syssgi
|
/titanic_52/usr/src/boot/sys/boot/uboot/lib/ |
H A D | glue.h | 58 int syscall(int, int *, ...); 69 * prepare arguments for particular syscall and jump to the low level 70 * syscall()
|
/titanic_52/usr/src/man/man2/ |
H A D | getitimer.2 | 116 si_syscall; /* current syscall */ 117 si_nsysarg; /* number of syscall arguments */ 118 si_sysarg[\|]; /* actual syscall arguments */
|
/titanic_52/usr/src/uts/common/xen/public/ |
H A D | callback.h | 45 /* x86/64 hypervisor: Syscall by 64-bit guest app ('64-on-64-on-64'). */ 63 * ('64-on-64-on-64'), but syscall is preferred] 68 * x86/64 hypervisor: Syscall by 32-bit guest app on AMD CPUs
|
/titanic_52/usr/src/lib/libc/port/sys/ |
H A D | getrandom.c | 17 #include <sys/syscall.h> 23 return (syscall(SYS_getrandom, buf, len, flags)); in getrandom()
|
H A D | utimesys.c | 33 #include <sys/syscall.h> 38 return (syscall(SYS_utimesys, 0, fd, times)); in futimens() 44 return (syscall(SYS_utimesys, 1, fd, path, times, flag)); in utimensat()
|
H A D | acctctl.c | 31 #include <sys/syscall.h> 36 return (syscall(SYS_acctctl, cmd, buf, bufsz)); in acctctl()
|
H A D | inst_sync.c | 31 #include <sys/syscall.h> 37 return (syscall(SYS_inst_sync, pathname, flags)); in inst_sync()
|
H A D | issetugid.c | 32 #include <sys/syscall.h> 39 return (syscall(SYS_privsys, PRIVSYS_ISSETUGID)); in issetugid()
|
H A D | lwp_sigmask.c | 29 #include <sys/syscall.h> 34 return (syscall(SYS_lwp_sigmask, how, in __lwp_sigmask()
|
/titanic_52/usr/src/cmd/ast/libcmd/sparc/FEATURE/ |
H A D | utsname | 9 #define _lib_syscall 1 /* syscall() in default lib(s) */ 12 #define _sys_syscall 1 /* #include <sys/syscall.h> ok */
|
/titanic_52/usr/src/cmd/ast/libcmd/sparcv9/FEATURE/ |
H A D | utsname | 9 #define _lib_syscall 1 /* syscall() in default lib(s) */ 12 #define _sys_syscall 1 /* #include <sys/syscall.h> ok */
|
/titanic_52/usr/src/cmd/ast/libcmd/amd64/FEATURE/ |
H A D | utsname | 9 #define _lib_syscall 1 /* syscall() in default lib(s) */ 12 #define _sys_syscall 1 /* #include <sys/syscall.h> ok */
|
/titanic_52/usr/src/cmd/ast/libcmd/i386/FEATURE/ |
H A D | utsname | 9 #define _lib_syscall 1 /* syscall() in default lib(s) */ 12 #define _sys_syscall 1 /* #include <sys/syscall.h> ok */
|
/titanic_52/usr/src/lib/libc/sparc/sys/ |
H A D | vforkx.s | 37 * syscall trap: forksys(2, flags) 40 * syscall trap: forksys(2, 0) 42 * From the syscall:
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | user.h | 174 typedef struct { /* kernel syscall set type */ 175 uint_t word[9]; /* space for syscall numbers [1..288] */ 225 char u_systrap; /* /proc: any syscall mask bits set? */ 228 k_sysset_t u_entrymask; /* /proc syscall stop-on-entry mask */ 229 k_sysset_t u_exitmask; /* /proc syscall stop-on-exit mask */
|
/titanic_52/usr/src/cmd/dtrace/demo/spec/ |
H A D | spec.d | 27 syscall::open:entry 32 syscall:::
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | rw.d | 38 syscall::read:entry, 39 syscall::write:entry
|
/titanic_52/usr/src/cmd/dtrace/demo/agg/ |
H A D | writetime.d | 27 syscall::write:entry 32 syscall::write:return
|
H A D | writetimeq.d | 27 syscall::write:entry 32 syscall::write:return
|
/titanic_52/usr/src/cmd/dtrace/demo/buf/ |
H A D | ring.d | 30 syscall:::entry 36 syscall::rexit:entry
|
/titanic_52/usr/src/cmd/dtrace/demo/user/ |
H A D | badopen.d | 27 syscall::open:entry 33 syscall::open:return
|