/titanic_52/usr/src/cmd/sgs/lddstub/amd64/ |
H A D | lddstub.s | 35 #define syscall .byte 0xf, 0x5 macro 42 syscall
|
/titanic_52/usr/src/lib/libtnfctl/ |
H A D | prb_proc.h | 46 #include <sys/syscall.h> 147 prb_status_t prb_proc_exit(prb_proc_ctl_t *proc_p, uint_t syscall, 149 prb_status_t prb_proc_entry(prb_proc_ctl_t *proc_p, uint_t syscall,
|
/titanic_52/usr/src/lib/libc/amd64/sys/ |
H A D | vforkx.s | 34 * syscall trap: forksys(2, flags) 37 * syscall trap: forksys(2, 0) 39 * From the syscall:
|
H A D | forkallx.s | 34 * syscall trap: forksys(1, flags) 36 * From the syscall:
|
H A D | forkx.s | 34 * syscall trap: forksys(0, flags) 36 * From the syscall:
|
/titanic_52/usr/src/lib/libc/i386/sys/ |
H A D | vforkx.s | 34 * syscall trap: forksys(2, flags) 37 * syscall trap: forksys(2, 0) 39 * From the syscall:
|
H A D | forkx.s | 34 * syscall trap: forksys(0, flags) 36 * From the syscall:
|
H A D | forkallx.s | 34 * syscall trap: forksys(1, flags) 36 * From the syscall:
|
/titanic_52/usr/src/lib/libtsnet/common/ |
H A D | tnrh.c | 30 #include <sys/syscall.h> 43 return (syscall(SYS_labelsys, TSOL_TNRH, cmd, buf)); in tnrh()
|
H A D | tnmlp.c | 30 #include <sys/syscall.h> 44 return (syscall(SYS_labelsys, TSOL_TNMLP, cmd, buf)); in tnmlp()
|
H A D | tnrhtp.c | 30 #include <sys/syscall.h> 44 return (syscall(SYS_labelsys, TSOL_TNRHTP, cmd, buf)); in tnrhtp()
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | rtime.d | 40 syscall::read:entry 45 syscall::read:return
|
H A D | truss.d | 45 syscall::read:entry 51 syscall::write:entry
|
/titanic_52/usr/src/lib/libc/port/sys/ |
H A D | _autofssys.c | 31 #include <sys/syscall.h> 38 return (syscall(SYS_autofssys, op, arg, NULL, NULL, NULL, NULL)); in _autofssys()
|
H A D | meminfosys.c | 33 #include <sys/syscall.h> 51 return (syscall(SYS_meminfosys, MISYS_MEMINFO, addr_count, &minfo)); in meminfo()
|
H A D | getpeerucred.c | 34 #include <sys/syscall.h> 49 if (syscall(SYS_ucredsys, UCREDSYS_GETPEERUCRED, fd, uc) != 0) { in getpeerucred()
|
/titanic_52/usr/src/cmd/dtrace/demo/vars/ |
H A D | rtime.d | 27 syscall::read:entry 32 syscall::read:return
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/syscall/ |
H A D | tst.args.c | 30 #include <sys/syscall.h> 37 (void) syscall(SYS_mmap, NULL, 1, 2, 3, -1, 0x12345678); in main()
|
H A D | tst.args.d | 30 * ASSERTION: Make sure we're correctly reporting arguments to syscall probes. 35 syscall::mmap*:entry
|
/titanic_52/usr/src/cmd/dtrace/demo/fbt/ |
H A D | xioctl.d | 34 syscall::ioctl:entry 45 syscall::ioctl:return
|
/titanic_52/usr/src/uts/common/xen/public/arch-x86/ |
H A D | xen-x86_64.h | 42 * mov $hypercall-number*32,%eax ; syscall 46 #define TRAP_INSTR "syscall" 48 #define TRAP_INSTR syscall 132 /* Guest exited in SYSCALL context? Return to guest with SYSRET? */
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/raise/ |
H A D | tst.raise3.d | 46 syscall::getpid:entry 57 syscall::rexit:entry
|
H A D | tst.raise1.d | 46 syscall::getpid:entry 57 syscall::rexit:entry
|
H A D | tst.raise2.d | 46 syscall::getpid:return 57 syscall::rexit:entry
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.chill.ksh | 49 syscall:::entry 56 syscall:::entry
|