HomeSort by relevance Sort by last modified time
    Searched defs:syscall (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/lddstub/amd64/
lddstub.s 35 #define syscall .byte 0xf, 0x5 define
42 syscall
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
syscall.s 27 .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 return values in the structur
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/
syscall.s 27 .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...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
syscall.s 31 * C library -- int 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 */
  /onnv/onnv-gate/usr/src/lib/libc/inc/
lint.h 47 * Small optimization for callers of syscall() and __systemcall().
51 #define syscall _syscall6 macro
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
syscall.c 32 #include <sys/syscall.h>
90 syscall(int sysnum, ...) function
596 /* The following can directly go through syscall */
  /onnv/onnv-gate/usr/src/lib/libproc/common/
pr_lseek.c 45 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, nargs, &argd[0])
    [all...]
pr_stat.c 76 int syscall; /* stat, xstat or stat64 */ local
93 syscall = SYS_xstat;
104 syscall = SYS_stat64;
106 syscall = SYS_stat;
133 error = Psyscall(Pr, &rval, syscall, nargs, &argd[0]);
155 int syscall; /* lstat, lxstat or lstat64 */ local
172 syscall = SYS_lxstat;
183 syscall = SYS_lstat64;
185 syscall = SYS_lstat;
212 error = Psyscall(Pr, &rval, syscall, nargs, &argd[0])
234 int syscall; \/* fstat, fxstat or fstat64 *\/ local
313 int syscall; \/* stat or stat64 *\/ local
379 int syscall; \/* lstat or lstat64 *\/ local
445 int syscall; \/* fstat or fstat64 *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
exc.c 162 char *syscall = exc->exc_argv[1].v_str; local
167 sysargs, syscall, sm_errstring(err));
169 sm_io_fprintf(stream, SM_TIME_DEFAULT, "%s failed: %s", syscall,
177 ** char *syscall (eg, "open")
  /onnv/onnv-gate/usr/src/cmd/truss/
systable.c 482 /* SYSEND == max syscall number + 1 */
1206 int syscall = Lsp->pr_syscall; local
    [all...]
print.c 260 /* print as string returned from syscall */
568 int syscall = Lsp->pr_what; local
570 ssize_t nbyte = ISWRITE(syscall)? pri->sys_args[2] :
578 if (ISREAD(syscall))
1177 * AIOFSYNC doesn't correspond to a syscall.
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/plgrp/
plgrp.c 673 int syscall; local
676 * Fill in arguments needed for syscall(SYS_lgrpsys,
679 syscall = SYS_lgrpsys;
687 * Fill out /proc argument descriptors for syscall(SYS_lgrpsys,
714 * Have agent LWP call syscall with appropriate arguments in target
717 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
740 int syscall; local
743 * Fill in arguments needed for syscall(SYS_lgrpsys,
746 syscall = SYS_lgrpsys;
754 * Fill out /proc argument descriptors for syscall(SYS_lgrpsys
804 int syscall; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sa/
sa.h 107 uint64_t syscall; member in struct:cpu64_sysinfo
  /onnv/onnv-gate/usr/src/uts/common/sys/
sysinfo.h 84 uint_t syscall; /* system calls */ member in struct:cpu_sysinfo
209 uint64_t syscall; /* system calls */ member in struct:cpu_sys_stats
  /onnv/onnv-gate/usr/src/uts/common/os/
cpu.c 191 kstat_named_t syscall; member in struct:cpu_sys_stats_ks_data
248 { "syscall", KSTAT_DATA_UINT64 },
    [all...]

Completed in 1400 milliseconds