Searched refs:syscall (Results 176 - 200 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d49 syscall::rexit:entry
H A Dtst.branch.d57 syscall::rexit:entry
/illumos-gate/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,
H A Dprb_proc_int.h41 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/compat/common/
H A Dlockf.c35 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dttyslot.c43 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_creat.c27 #include <sys/syscall.h>
H A D_statfs.c31 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dreadv.c33 #include <sys/syscall.h>
H A Dstat.c27 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetrusage.c83 return (syscall(SYS_rusagesys, _RUSAGESYS_GETVMUSAGE, flags, age,
H A Dklpdlib.c42 #include <sys/syscall.h>
140 if (syscall(SYS_privsys, PRIVSYS_KLPD_REG, p->kd_doorfd, id,
164 err = syscall(SYS_privsys, PRIVSYS_KLPD_UNREG, p->kd_doorfd, id,
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dreadlink.c27 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c30 #include <sys/syscall.h>
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h30 #include <sys/syscall.h>
/illumos-gate/usr/src/lib/libcpc/common/
H A Dobsoleted.c31 #include <sys/syscall.h>
141 return (syscall(SYS_cpc, CPC_SAMPLE, -1, this->ce_pic, &this->ce_hrt,
148 return (syscall(SYS_cpc, CPC_USR_EVENTS, -1, enable, 0));
154 return (syscall(SYS_cpc, CPC_SYS_EVENTS, -1, enable, 0));
160 return (syscall(SYS_cpc, CPC_RELE, -1, NULL, 0));
180 if (syscall(SYS_cpc, -1, -1, NULL, 0) == -1 &&
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s30 #include <sys/syscall.h>
115 ! trap0 - glue between 4.x syscall trap and 5.x BCP routine
118 ! %g1 syscall number
143 ! indir syscall
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dsyscall.s31 * C library -- long syscall(int sysnum, ...);
46 .file "syscall.s"
50 ANSI_PRAGMA_WEAK(syscall,function)
52 ENTRY(syscall) function
74 SET_SIZE(syscall)
77 * Same as _syscall(), but restricted to 6 syscall arguments
83 mov %o1, %o0 /* syscall args */
124 * Same as __systemcall(), but restricted to 6 syscall arguments
131 mov %o2, %o0 /* syscall args */
/illumos-gate/usr/src/lib/libc/amd64/inc/
H A DSYS.h36 #include <sys/syscall.h>
50 * an entry of the form SYS_name exists (from sys/syscall.h).
51 * Note that %rcx is smashed by the syscall instruction,
58 syscall
205 * Standard syscall return sequence, return code equal to rval1.
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh47 syscall:::return,
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s32 #include <sys/syscall.h>
86 inc %g2 ! cpu_stats.sys.syscall++
114 ldx [%l1 + G1_OFF], %g1 ! get syscall code
134 ldub [THREAD_REG + T_PRE_SYS], %g3 ! pre-syscall proc?
167 sth %g1, [THREAD_REG + T_SYSNUM] ! save syscall code
216 ! Check for post-syscall processing.
233 clrh [THREAD_REG + T_SYSNUM] ! clear syscall code
276 clrh [THREAD_REG + T_SYSNUM] ! clear syscall code
279 ! illegal system call - syscall number out of range
285 ! Post-syscall wit
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_exit.c88 (void) syscall(SYS_lwp_exit);
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dexecve.c30 #include <sys/syscall.h>
H A Dread.c34 #include <sys/syscall.h>
H A Dreadv.c34 #include <sys/syscall.h>

Completed in 121 milliseconds

1234567891011>>