/titanic_41/usr/src/uts/i86xpv/ml/ |
H A D | amd64.il | 33 syscall 39 syscall 46 syscall 54 syscall 64 syscall 74 syscall
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | shmsys.c | 43 #include <sys/syscall.h> 65 return (syscall(SYS_shmsys, SHMCTL, shmid, cmd, buf)); in shmctl() 75 return (syscall(SYS_shmsys, SHMCTL, shmid, cmd, buf)); in shmctl64() 81 return (syscall(SYS_shmsys, SHMDT, shmaddr)); in shmdt() 87 return (syscall(SYS_shmsys, SHMGET, key, size, shmflg)); in shmget() 93 return (syscall(SYS_shmsys, SHMIDS, buf, nids, pnids)); in shmids()
|
H A D | semsys.c | 45 #include <sys/syscall.h> 101 return (syscall(SYS_semsys, SEMCTL, semid, semnum, cmd, arg)); in semctl() 119 return (syscall(SYS_semsys, SEMCTL, semid, semnum, cmd, buf)); in semctl64() 125 return (syscall(SYS_semsys, SEMGET, key, nsems, semflg)); in semget() 131 return (syscall(SYS_semsys, SEMOP, semid, sops, nsops)); in semop() 137 return (syscall(SYS_semsys, SEMIDS, buf, nids, pnids)); in semids() 144 return (syscall(SYS_semsys, SEMTIMEDOP, semid, sops, nsops, in semtimedop()
|
H A D | rctlsys.c | 34 #include <sys/syscall.h> 41 return (syscall(SYS_rctlsys, in getrctl() 49 return (syscall(SYS_rctlsys, in setrctl() 70 return (syscall(SYS_rctlsys, 3, name, rblk, NULL, 0, flags)); in rctlctl() 76 return (syscall(SYS_rctlsys, in setprojrctl()
|
H A D | chown.c | 31 #include <sys/syscall.h> 38 return (syscall(SYS_fchownat, fd, name, uid, gid, flags)); in fchownat() 46 return (syscall(SYS_chown, name, uid, gid)); in chown() 57 return (syscall(SYS_lchown, name, uid, gid)); in lchown() 68 return (syscall(SYS_fchown, filedes, uid, gid)); in fchown()
|
H A D | ucontext.c | 34 #include <sys/syscall.h> 45 return (syscall(SYS_context, 1, ucp)); in __setcontext() 51 return (syscall(SYS_context, 2, spp)); in getustack() 57 return (syscall(SYS_context, 3, sp)); in setustack()
|
H A D | unlink.c | 29 #include <sys/syscall.h> 36 return (syscall(SYS_unlinkat, fd, name, flags)); in unlinkat() 44 return (syscall(SYS_unlink, name)); in unlink() 55 return (syscall(SYS_rmdir, name)); in rmdir()
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | table.c | 238 * 10 genunix`pread Syscall pread in parse_sym_trans() 250 * 10 genunix`pread Syscall pread in parse_sym_trans() 268 * 10 genunix`pread Syscall pread in parse_sym_trans() 296 * 10 genunix`pread Syscall pread in parse_sym_trans() 351 * 10 syscall::pread:entry syscall::pread:return Syscall pread in parse_dmacro() 363 * 10 syscall::pread:entry syscall::pread:return Syscall pread in parse_dmacro() 375 * 10 syscall::pread:entry syscall::pread:return Syscall pread in parse_dmacro() 396 * 10 syscall::pread:entry syscall::pread:return Syscall pread in parse_dmacro() 417 * 10 syscall::pread:entry syscall::pread:return Syscall pread in parse_dmacro()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 41 #include <sys/syscall.h> 65 static kmutex_t systrace_lock; /* syscall tracing lock */ 220 nargs = 0; /* illegal syscall */ in save_syscall_args() 257 if (rp->r_g1 == 0) { /* indirect syscall */ in save_syscall_args() 347 * requiring pre-syscall handling must set the t_pre_sys flag. If the 360 t->t_pre_sys = repost = 0; /* clear pre-syscall processing flag */ in pre_syscall() 367 * The syscall arguments in the out registers should be pointed to in pre_syscall() 395 * Also so that a syscall like exec() can be stepped. in pre_syscall() 407 if (code == 0 && arg0 != 0) { /* indirect syscall */ in pre_syscall() 454 /* begin auditing for this syscall */ in pre_syscall() [all …]
|
/titanic_41/usr/src/cmd/dtrace/demo/sysinfo/ |
H A D | find.d | 27 syscall:::entry 30 self->syscall = probefunc; 37 @[self->insys ? self->syscall : "<none>"] = count(); 40 syscall:::return 44 self->syscall = NULL;
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 48 #include <sys/syscall.h> 65 dprintf("agent LWP is stopped or asleep in syscall %d\n", sysnum); in Pabort_agent() 158 dprintf("Pcreate_agent: aborting agent syscall; lwp is %s\n", in Pcreate_agent() 207 dprintf("Pdestroy_agent: aborting agent syscall\n"); in Pdestroy_agent() 232 * Execute the syscall instruction. 245 int sentry; /* old value of stop-on-syscall-entry */ in execute() 247 sentry = Psysentry(P, sysindex, TRUE); /* set stop-on-syscall-entry */ in execute() 299 sysret_t *rval, /* syscall return values */ in Psyscall() 309 int error = 0; /* syscall errno */ in Psyscall() 311 int sexit; /* old value of stop-on-syscall-exit */ in Psyscall() [all …]
|
H A D | Pscantext.c | 45 * Look for a SYSCALL instruction in the process's address space. 54 uintptr_t sysaddr; /* address of SYSCALL instruction */ in Pscantext() 55 int syspri; /* priority of SYSCALL instruction */ in Pscantext() 65 /* try the most recently-seen syscall address */ in Pscantext() 119 * Scan each executable mapping looking for a syscall instruction. in Pscantext() 120 * In dynamically linked executables, syscall instructions are in Pscantext() 154 /* search text for a SYSCALL instruction */ in Pscantext()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.macroglob.ksh | 34 $dtrace -ln 'syscall::*$1:entry' read | awk '{print $(NF-1),$NF}' | sort 35 $dtrace -ln 'syscall::$1*:entry' read | awk '{print $(NF-1),$NF}' | sort 36 $dtrace -ln 'syscall::re$1*:entry' ad | awk '{print $(NF-1),$NF}' | sort 37 $dtrace -ln 'syscall::$1l*:entry' read | awk '{print $(NF-1),$NF}' | sort 38 $dtrace -ln 'syscall::p$1[0-9][0-9]:entry' read | awk '{print $(NF-1),$NF}' | \
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm_amd64.s | 61 * - syscall/sysretq (amd64 generic) 62 * - syscall/sysretl (i386 plus SYSC bit) 113 * avoid doing this in the syscall path, and defer them to lwp context switch 145 * return address depending on how the syscall trap was made: 162 * each syscall entry point. 348 * The 64-bit libc syscall wrapper does this: 352 * movq %rcx, %r10 -- because syscall smashes %rcx 354 * syscall 361 * %rax is the syscall number 364 * The syscall instruction arranges that: [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/syscall/ |
H A D | tst.openret.ksh | 31 syscall::open*:entry 37 syscall::open*:return 44 syscall::open*:return 50 syscall::open*:return 57 syscall::open*:return
|
/titanic_41/usr/src/lib/libc/i386/inc/ |
H A D | SYS.h | 36 #include <sys/syscall.h> 62 * of the form SYS_name exists (probably from sys/syscall.h). 91 .byte 0xf, 0x5 /* syscall */ 182 * SYSCALL provides the standard (i.e.: most common) system call sequence. 184 #define SYSCALL(name) \ macro 261 * Standard syscall return sequence, return code equal to rval1. 267 * Syscall return sequence, return code equal to rval2. 274 * Syscall return sequence with return code forced to zero.
|
/titanic_41/usr/src/cmd/dtrace/demo/struct/ |
H A D | rwinfo.d | 28 uint64_t ts; /* timestamp of last syscall entry */ 36 syscall::read:entry, syscall::write:entry 45 syscall::read:return, syscall::write:return
|
/titanic_41/usr/src/cmd/dtrace/demo/intro/ |
H A D | rwtime.d | 27 syscall::read:entry, 28 syscall::write:entry 34 syscall::read:return, 35 syscall::write:return
|
H A D | trussrw.d | 27 syscall::read:entry, 28 syscall::write:entry 34 syscall::read:return, syscall::write:return
|
/titanic_41/usr/src/lib/libc/sparcv9/inc/ |
H A D | SYS.h | 40 #include <sys/syscall.h> 68 * of the form SYS_name exists (probably from sys/syscall.h). 155 * SYSCALL provides the standard (i.e.: most common) system call sequence. 157 #define SYSCALL(name) \ macro 225 * Standard syscall return sequence, return code equal to rval1. 232 * Syscall return sequence, return code equal to rval2. 239 * Syscall return sequence with return code forced to zero.
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | rwtime.d | 38 syscall::read:entry, 39 syscall::write:entry 45 syscall::read:return, 46 syscall::write:return
|
H A D | trussrw.d | 40 syscall::read:entry, 41 syscall::write:entry 47 syscall::read:return, 48 syscall::write:return
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_SPEC_DREC.SpecAftDataRec.d | 42 syscall:::entry 47 syscall::: 50 printf("Entering syscall clause\n"); 56 syscall:::
|
/titanic_41/usr/src/cmd/dtrace/demo/agg/ |
H A D | dateprof.d | 27 syscall::exec:return, 28 syscall::exece:return 34 syscall:::entry 48 syscall::rexit:entry
|
/titanic_41/usr/src/lib/libc/sparc/inc/ |
H A D | SYS.h | 40 #include <sys/syscall.h> 70 * of the form SYS_name exists (probably from sys/syscall.h). 164 * SYSCALL provides the standard (i.e.: most common) system call sequence. 166 #define SYSCALL(name) \ macro 243 * Standard syscall return sequence, return code equal to rval1. 250 * Syscall return sequence, return code equal to rval2. 257 * Syscall return sequence with return code forced to zero.
|