Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 25 of 232) sorted by last modified time

12345678910

/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run88 [/opt/os-tests/tests/syscall]
/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile45 syscall \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m163 dir path=opt/os-tests/tests/syscall
164 file path=opt/os-tests/tests/syscall/fchmodat.32 mode=0555
165 file path=opt/os-tests/tests/syscall/fchmodat.64 mode=0555
166 file path=opt/os-tests/tests/syscall/open.32 mode=0555
167 file path=opt/os-tests/tests/syscall/open.64 mode=0555
H A Ddeveloper-dtrace.p5m97 file path=usr/demo/dtrace/syscall.d
H A Dsystem-dtrace-tests.p5m1736 dir path=opt/SUNWdtrt/tst/common/syscall
1737 file path=opt/SUNWdtrt/tst/common/syscall/tst.args.d mode=0444
1738 file path=opt/SUNWdtrt/tst/common/syscall/tst.args.exe mode=0555
1739 file path=opt/SUNWdtrt/tst/common/syscall/tst.openret.ksh mode=0444
H A Dsystem-header.p5m1382 file path=usr/include/sys/syscall.h
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c607 int syscall = Lsp->pr_what; in prt_iob() local
609 ssize_t nbyte = ISWRITE(syscall)? pri->sys_args[2] : in prt_iob()
617 if (ISREAD(syscall)) in prt_iob()
H A Dsystable.c1089 subsys(int syscall, int subcode) in subsys() argument
1094 switch (syscall) { in subsys()
1291 stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0]; in subsys()
1300 sysname(private_t *pri, int syscall, int subcode) in sysname() argument
1302 const struct systable *stp = subsys(syscall, subcode); in sysname()
1306 (void) sprintf(pri->sys_name, "sys#%d", syscall); in sysname()
1354 int syscall = Lsp->pr_syscall; in getsubcode() local
1359 if (syscall > 0 && nsysarg > 0 && !prismember(&rawout, syscall)) { in getsubcode()
1361 switch (syscall) { in getsubcode()
1583 nsubcodes(int syscall) in nsubcodes() argument
[all …]
/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.d421 TRANSLATE(syscall:::entry, syscall:::return, probefunc, 10)
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com324 syscall.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com342 syscall.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com332 syscall.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile305 syscall.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2320 # attribute to it. On this platform, _syscall is an alias to syscall
3869 syscall;
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile584 syscall.h \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel156 $(IF_DEBUG_OBJ)syscall.o := DEBUG_DEFS += -DSYSCALLTRACE
H A DMakefile.files78 syscall.o
H A DMakefile.rules256 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/syscall/%.c
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1675 $(OBJS_DIR)/%.o: $(UTSBASE)/common/syscall/%.c
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3161 ret = syscall(SYS_rusagesys, _RUSAGESYS_GETVMUSAGE, in zsd_getvmusage()
3194 return (syscall(SYS_rusagesys, _RUSAGESYS_GETVMUSAGE, in zsd_getvmusage()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs211 SAVE_UINT32(self, sysinfop, syscall); in save_cpu_stat()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.S156 sth %g1, [THREAD_REG + T_SYSNUM] ! save syscall code
205 ! Check for post-syscall processing.
222 clrh [THREAD_REG + T_SYSNUM] ! clear syscall code
265 clrh [THREAD_REG + T_SYSNUM] ! clear syscall code
268 ! illegal system call - syscall number out of range
274 ! Post-syscall with special processing needed.
390 sth %g1, [THREAD_REG + T_SYSNUM] ! save syscall code
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h48 #define TRAP_INSTR syscall
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile86 syscall.d \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.wtf.d26 syscall:::entry
36 syscall:::entry

12345678910