Home
last modified time | relevance | path

Searched full:syscall (Results 126 – 150 of 591) sorted by relevance

12345678910>>...24

/titanic_52/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.s35 #define syscall .byte 0xf, 0x5 macro
42 syscall
/titanic_52/usr/src/lib/libtnfctl/
H A Dprb_proc.h46 #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 Dvforkx.s34 * syscall trap: forksys(2, flags)
37 * syscall trap: forksys(2, 0)
39 * From the syscall:
H A Dforkallx.s34 * syscall trap: forksys(1, flags)
36 * From the syscall:
H A Dforkx.s34 * syscall trap: forksys(0, flags)
36 * From the syscall:
/titanic_52/usr/src/lib/libc/i386/sys/
H A Dvforkx.s34 * syscall trap: forksys(2, flags)
37 * syscall trap: forksys(2, 0)
39 * From the syscall:
H A Dforkx.s34 * syscall trap: forksys(0, flags)
36 * From the syscall:
H A Dforkallx.s34 * syscall trap: forksys(1, flags)
36 * From the syscall:
/titanic_52/usr/src/lib/libtsnet/common/
H A Dtnrh.c30 #include <sys/syscall.h>
43 return (syscall(SYS_labelsys, TSOL_TNRH, cmd, buf)); in tnrh()
H A Dtnmlp.c30 #include <sys/syscall.h>
44 return (syscall(SYS_labelsys, TSOL_TNMLP, cmd, buf)); in tnmlp()
H A Dtnrhtp.c30 #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 Drtime.d40 syscall::read:entry
45 syscall::read:return
H A Dtruss.d45 syscall::read:entry
51 syscall::write:entry
/titanic_52/usr/src/lib/libc/port/sys/
H A D_autofssys.c31 #include <sys/syscall.h>
38 return (syscall(SYS_autofssys, op, arg, NULL, NULL, NULL, NULL)); in _autofssys()
H A Dmeminfosys.c33 #include <sys/syscall.h>
51 return (syscall(SYS_meminfosys, MISYS_MEMINFO, addr_count, &minfo)); in meminfo()
H A Dgetpeerucred.c34 #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 Drtime.d27 syscall::read:entry
32 syscall::read:return
/titanic_52/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.args.c30 #include <sys/syscall.h>
37 (void) syscall(SYS_mmap, NULL, 1, 2, 3, -1, 0x12345678); in main()
H A Dtst.args.d30 * 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 Dxioctl.d34 syscall::ioctl:entry
45 syscall::ioctl:return
/titanic_52/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h42 * 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 Dtst.raise3.d46 syscall::getpid:entry
57 syscall::rexit:entry
H A Dtst.raise1.d46 syscall::getpid:entry
57 syscall::rexit:entry
H A Dtst.raise2.d46 syscall::getpid:return
57 syscall::rexit:entry
/titanic_52/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.chill.ksh49 syscall:::entry
56 syscall:::entry

12345678910>>...24