Searched refs:syscall (Results 126 - 150 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dmeminfosys.c33 #include <sys/syscall.h>
51 return (syscall(SYS_meminfosys, MISYS_MEMINFO, addr_count, &minfo));
H A Dmsgsys.c43 #include <sys/syscall.h>
50 return (syscall(SYS_msgsys, MSGGET, key, msgflg));
61 return (syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf));
72 return (syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf));
85 * syscall() is doomed to return an int
93 return ((ssize_t)syscall(SYS_msgsys, MSGRCV, msqid,
110 return (syscall(SYS_msgsys, MSGSND, msqid, msgp, msgsz, msgflg));
116 return (syscall(SYS_msgsys, MSGIDS, buf, nids, pnids));
122 return (syscall(SYS_msgsys, MSGSNAP, msqid, buf, bufsz, msgtyp));
H A Dsemsys.c45 #include <sys/syscall.h>
101 return (syscall(SYS_semsys, SEMCTL, semid, semnum, cmd, arg));
119 return (syscall(SYS_semsys, SEMCTL, semid, semnum, cmd, buf));
125 return (syscall(SYS_semsys, SEMGET, key, nsems, semflg));
131 return (syscall(SYS_semsys, SEMOP, semid, sops, nsops));
137 return (syscall(SYS_semsys, SEMIDS, buf, nids, pnids));
144 return (syscall(SYS_semsys, SEMTIMEDOP, semid, sops, nsops,
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dclear.d34 syscall:::entry
H A Dtrunc.d34 syscall:::entry
H A Ddenorm.d34 syscall:::entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d46 syscall:::entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.CoalesceTrace.d41 * Verify that the for the indent characters are -> <- for non-syscall
42 * entry/return pairs (e.g. fbt ones) and => <= for syscall ones and
54 syscall::read:
56 printf("syscall: %d\n", i++);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d48 syscall:::entry
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c113 if (!syscall(API_GETC, NULL, &c))
124 if (!syscall(API_TSTC, NULL, &t))
134 syscall(API_PUTC, NULL, &c);
141 syscall(API_PUTS, NULL, s);
154 syscall(API_RESET, NULL);
170 if (!syscall(API_GET_SYS_INFO, &err, &si))
186 syscall(API_UDELAY, NULL, &usec);
194 if (!syscall(API_GET_TIMER, NULL, &cur, &base))
232 if (!syscall(API_DEV_ENUM, NULL, di))
246 if (!syscall(API_DEV_ENU
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dunlink.c28 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ddup.c27 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libc/inc/
H A Dlint.h50 * Small optimization for callers of syscall() and __systemcall().
54 #define syscall _syscall6 macro
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.d32 syscall::ioctl:entry
38 syscall::ioctl:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d40 syscall:::entry
47 syscall:::entry
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Dsyscall.s27 .file "syscall.s"
31 ANSI_PRAGMA_WEAK(syscall,function)
33 ENTRY(syscall) function
52 syscall
57 SET_SIZE(syscall)
60 * Same as _syscall(), but restricted to 6 syscall arguments
73 syscall
98 syscall
116 * Same as __systemcall(), but restricted to 6 syscall arguments
131 syscall
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.s27 .file "syscall.s"
32 ANSI_PRAGMA_WEAK(syscall,function)
35 * See sparc/sys/syscall.s to understand why _syscall6() exists.
39 ENTRY2(syscall,_syscall6) function
44 .byte 0xf, 0x5 /* syscall */
59 SET_SIZE(syscall)
63 * See sparc/sys/syscall.s to understand why __systemcall6() exists.
69 * controlled process's text for a syscall instruction. It must be present in
70 * all libc variants because /proc cannot use an optimized syscall instruction
82 / error; clear syscall retur
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c74 int syscall; /* SYS_fstatat or SYS_fstatat64 */ local
85 syscall = SYS_fstatat64;
87 syscall = SYS_fstatat;
127 error = Psyscall(Pr, &rval, syscall, 4, &argd[0]);
149 int syscall; /* SYS_fstatat or SYS_fstatat64 */ local
160 syscall = SYS_fstatat64;
162 syscall = SYS_fstatat;
202 error = Psyscall(Pr, &rval, syscall, 4, &argd[0]);
224 int syscall; /* SYS_fstatat or SYS_fstatat64 */ local
235 syscall
299 int syscall; /* SYS_fstatat or SYS_fstatat64 */ local
378 int syscall; /* SYS_fstatat or SYS_fstatat64 */ local
457 int syscall; /* SYS_fstatat or SYS_fstatat64 */ local
[all...]
H A Dpr_lseek.c45 int syscall; /* SYS_lseek or SYS_llseek */ local
46 int nargs; /* 3 or 4, depending on syscall */
65 syscall = SYS_lseek;
73 syscall = SYS_llseek;
96 error = Psyscall(Pr, &rval, syscall, nargs, &argd[0]);
120 int syscall; /* SYS_lseek or SYS_llseek */ local
121 int nargs; /* 3 or 4, depending on syscall */
140 syscall = SYS_lseek;
148 syscall = SYS_llseek;
171 error = Psyscall(Pr, &rval, syscall, narg
[all...]
/illumos-gate/usr/src/lib/libproject/common/
H A Dproject_walk.c29 #include <sys/syscall.h>
38 return (syscall(SYS_tasksys, 3, 0, 0, idbuf, idbufsz));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d45 syscall::getpid:return
H A Dtst.ret2.d45 syscall::getpid:return
H A Dtst.vfork.d57 syscall::rexit:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d52 syscall::rexit:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d52 syscall::rexit:entry

Completed in 180 milliseconds

1234567891011>>