Searched defs:syscall (Results 1 - 8 of 8) sorted by relevance

/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libc/inc/
H A Dlint.h47 * Small optimization for callers of syscall() and __systemcall().
51 #define syscall _syscall6 macro
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dsyscall.s31 * 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 */
/osnet-11/usr/src/lib/libproc/common/
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...]
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_getsockname.c39 int syscall, int sock, struct sockaddr *name, socklen_t *namelen)
74 error = Psyscall(Pr, &rval, syscall, 4, &argd[0]);
38 get_sock_peer_name(struct ps_prochandle *Pr, int syscall, int sock, struct sockaddr *name, socklen_t *namelen) argument
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dexc.c162 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")

Completed in 45 milliseconds