Searched refs:syscall (Results 51 - 75 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
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:::
H A Derr.D_ACT_SPEC.SpeculateWithBreakPoint.d45 syscall:::
55 syscall:::
/illumos-gate/usr/src/lib/libc/port/sys/
H A Daccess.c29 #include <sys/syscall.h>
35 return (syscall(SYS_faccessat, fd, fname, amode, flag));
43 return (syscall(SYS_access, fname, amode));
H A Dmkdir.c27 #include <sys/syscall.h>
34 return (syscall(SYS_mkdirat, fd, path, mode));
42 return (syscall(SYS_mkdir, path, mode));
H A Drename.c30 #include <sys/syscall.h>
36 return (syscall(SYS_renameat, oldfd, oldname, newfd, newname));
44 return (syscall(SYS_rename, oldname, newname));
H A Dsymlink.c27 #include <sys/syscall.h>
34 return (syscall(SYS_symlinkat, path1, fd, path2));
42 return (syscall(SYS_symlink, path1, path2));
H A Dset_errno.c31 #include <sys/syscall.h>
H A Dsidsys.c33 #include <sys/syscall.h>
60 return (syscall(SYS_sidsys, SIDSYS_IDMAP_REG, fd));
66 return (syscall(SYS_sidsys, SIDSYS_IDMAP_UNREG, fd));
72 return (syscall(SYS_sidsys, SIDSYS_IDMAP_FLUSH_KCACHE));
H A Dtasksys.c35 #include <sys/syscall.h>
45 while ((newtaskid = syscall(SYS_tasksys, 0, project, flags, NULL, 0))
55 return ((taskid_t)syscall(SYS_tasksys, 1, 0, 0, NULL, 0));
61 return ((projid_t)syscall(SYS_tasksys, 2, 0, 0, NULL, 0));
H A Dunlink.c29 #include <sys/syscall.h>
36 return (syscall(SYS_unlinkat, fd, name, flags));
44 return (syscall(SYS_unlink, name));
55 return (syscall(SYS_rmdir, name));
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dclose.c29 #include <sys/syscall.h>
H A Dfsync.c29 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Daccess.c29 #include <sys/syscall.h>
H A Drmdir.c27 #include <sys/syscall.h>
H A Dsymlink.c26 #include <sys/syscall.h>
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Dxioctl.d34 syscall::ioctl:entry
45 syscall::ioctl:return
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dtruss.d45 syscall::read:entry
51 syscall::write:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d46 syscall::getpid:entry
57 syscall::rexit:entry
H A Dtst.raise2.d46 syscall::getpid:return
57 syscall::rexit:entry
H A Dtst.raise3.d46 syscall::getpid:entry
57 syscall::rexit:entry
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtnmlp.c30 #include <sys/syscall.h>
44 return (syscall(SYS_labelsys, TSOL_TNMLP, cmd, buf));
H A Dtnrh.c30 #include <sys/syscall.h>
43 return (syscall(SYS_labelsys, TSOL_TNRH, cmd, buf));

Completed in 103 milliseconds

1234567891011>>