Searched refs:syscall (Results 151 - 175 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dtruncate.c30 #include <sys/syscall.h>
H A Drename.c28 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_access.c27 #include <sys/syscall.h>
H A Dftruncate.c29 #include <sys/syscall.h>
H A Dmincore.c31 #include <sys/syscall.h>
H A Ddup2.c31 #include <sys/syscall.h>
H A Dlseek.c31 #include <sys/syscall.h>
H A Drlimit.c32 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dgetgroups.c32 * syscall is using at the time).
37 #include <sys/syscall.h>
42 int glist[NGROUPS]; /* getgroups() syscall returns ints */
H A Drename.c27 #include <sys/syscall.h>
H A Dsetgroups.c32 * syscall is using at the time).
38 #include <sys/syscall.h>
43 int glist[NGROUPS]; /* setgroups() syscall expects ints */
H A Dtruncate.c29 #include <sys/syscall.h>
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_syscall.c6 #include <sys/syscall.h>
14 if ((err = syscall(SYS_psecflags, NULL, PSF_INHERIT, NULL)) != 0) {
22 if ((err = syscall(SYS_psecflags, (void*)0xdeadbeef,
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dopen.c42 #include <sys/syscall.h>
53 int fd = syscall(SYS_openat, dfd, path, oflag, mode);
61 int fd = syscall(SYS_open, path, oflag, mode);
73 int fd = syscall(SYS_openat64, dfd, path, oflag, mode);
81 int fd = syscall(SYS_open64, path, oflag, mode);
H A Dutimesys.c33 #include <sys/syscall.h>
38 return (syscall(SYS_utimesys, 0, fd, times));
44 return (syscall(SYS_utimesys, 1, fd, path, times, flag));
H A Dfcntl.c44 #include <sys/syscall.h>
91 return (syscall(SYS_fcntl, fd, cmd, arg));
H A Dsharefs.c36 #include <sys/syscall.h>
75 return (syscall(SYS_sharefs, opcode, sh, i));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh38 syscall:::entry
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dgettimeofday.c40 #include <sys/syscall.h>
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.h58 int syscall(int, int *, ...);
69 * prepare arguments for particular syscall and jump to the low level
70 * syscall()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.schrock.ksh66 syscall:::
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d45 syscall::getpid:return
H A Dtst.weak1.d45 syscall::getpid:return
H A Dtst.weak2.d45 syscall::getpid:return
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d57 syscall::rexit:entry

Completed in 88 milliseconds

1234567891011>>