Searched refs:syscall (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drw.d38 syscall::read:entry,
39 syscall::write:entry
H A Drwtime.d38 syscall::read:entry,
39 syscall::write:entry
45 syscall::read:return,
46 syscall::write:return
H A Dtrussrw.d40 syscall::read:entry,
41 syscall::write:entry
47 syscall::read:return,
48 syscall::write:return
H A Dspecopen.d40 syscall::open:entry,
41 syscall::open64:entry
55 syscall::open:return,
56 syscall::open64:return
63 syscall::open:return,
64 syscall::open64:return
71 syscall::open:return,
72 syscall::open64:return
H A Drtime.d40 syscall::read:entry
45 syscall::read:return
/freebsd-11-stable/lib/libc/riscv/sys/
H A Dsyscall.S40 RSYSCALL(syscall)
/freebsd-11-stable/lib/libc/aarch64/sys/
H A Dsyscall.S35 RSYSCALL(syscall)
/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafsl.exp5 lpioctl syscall
6 lsetpag syscall
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_EXIT_SPEC.ExitAftSpec.d42 syscall:::entry
47 syscall:::
56 syscall:::
H A Derr.D_SPEC_DREC.SpecAftDataRec.d42 syscall:::entry
47 syscall:::
50 printf("Entering syscall clause\n");
56 syscall:::
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d43 syscall:::entry
48 syscall:::return
58 syscall:::
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d43 syscall:::entry
48 syscall:::return
58 syscall:::
H A Derr.D_DREC_COMM.DataRecAftCommit.d45 syscall:::entry
50 syscall:::
58 syscall:::
H A Dtst.NoSpecBuffer.d44 syscall::open:entry
52 syscall:::
59 syscall:::
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg0clause.d43 syscall:::entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/probes/
H A Derr.D_PDESC_ZERO.probeqtn.d48 syscall::?lwp?:entry
H A Derr.D_PDESC_ZERO.tickstar.d48 syscall::*tick*:entry
H A Dtst.probestar.d47 syscall::*wait*:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin2.d45 syscall:::
51 syscall:::
57 syscall:::
63 syscall:::
/freebsd-11-stable/lib/libc/arm/sys/
H A Dsyscall.S1 /* $NetBSD: syscall.S,v 1.4 2003/08/07 16:42:05 agc Exp $ */
31 * from: @(#)syscall.s 5.1 (Berkeley) 4/23/90
38 RSYSCALL(syscall)
/freebsd-11-stable/lib/libc/mips/sys/
H A Dsyscall.S1 /* $NetBSD: syscall.S,v 1.5 2003/08/07 16:42:18 agc Exp $ */
40 ASMSTR("from: @(#)syscall.s 8.1 (Berkeley) 6/4/93")
41 ASMSTR("$NetBSD: syscall.S,v 1.5 2003/08/07 16:42:18 agc Exp $")
44 RSYSCALL(syscall)
/freebsd-11-stable/share/examples/kld/syscall/module/
H A DMakefile1 # Makefile for building the sample syscall module
6 KMOD= syscall
7 SRCS= syscall.c
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh31 syscall::open*:entry
37 syscall::open*:return
44 syscall::open*:return
50 syscall::open*:return
57 syscall::open*:return
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_x86_64.S40 syscall
52 syscall
63 syscall
69 syscall
76 syscall
89 syscall
102 syscall
109 syscall
122 syscall
135 syscall
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Depoll_sub.c32 #include <sys/syscall.h>
45 return (syscall(__NR_epoll_create1, 0));
47 return (syscall(__NR_epoll_create, size));
55 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));

Completed in 111 milliseconds

1234567891011>>