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

/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/cmd/sgs/lddstub/amd64/
H A Dlddstub.s35 #define syscall .byte 0xf, 0x5 define
42 syscall
/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/inc/
H A Dlint.h50 * Small optimization for callers of syscall() and __systemcall().
54 #define syscall _syscall6 macro
/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/boot/sys/boot/arm/uboot/
H A Dstart.S88 * syscall()
90 ENTRY(syscall) function
/illumos-gate/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.c41 int syscall, int sock, struct sockaddr *name, socklen_t *namelen)
76 error = Psyscall(Pr, &rval, syscall, 4, &argd[0]);
40 get_sock_peer_name(struct ps_prochandle *Pr, int syscall, int sock, struct sockaddr *name, socklen_t *namelen) argument
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c29 #include <sys/syscall.h>
87 syscall(int sysnum, ...) function
618 /* The following can directly go through syscall */
/illumos-gate/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")
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c700 uint_t syscall,
709 "sunw%debug 'setting up target to stop on exit of syscall'");
731 praddset(&sysmask, syscall);
744 prdelset(&sysmask, syscall);
774 uint_t syscall,
783 "sunw%debug 'setting up target to stop on entry of syscall'");
805 praddset(&sysmask, syscall);
818 prdelset(&sysmask, syscall);
699 prb_proc_exit(prb_proc_ctl_t *proc_p, uint_t syscall, prb_syscall_op_t op) argument
773 prb_proc_entry(prb_proc_ctl_t *proc_p, uint_t syscall, prb_syscall_op_t op) argument
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c325 lwp_restartable(short syscall) argument
327 switch (syscall) {
362 * Continue if this lwp isn't asleep in a restartable syscall.
372 * Indicate that we have aborted a syscall.
387 * If any lwp is still sleeping in a restartable syscall, it means
394 "to abort syscall (%d) in process %d\n"),
479 * a syscall using that fd, then we have a problem. The normal
480 * sequence of events is the close syscall wakes up any threads
484 * EBADF from the syscall). However, recall that if the agent lwp
489 * asleep in a syscall o
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dapi_public.h65 #define API_ESYSC 6 /* syscall error */
77 scp_t syscall; /* entry point to the API */ member in struct:api_signature
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c838 const char *syscall; local
848 syscall = "fdopen";
870 syscall = "fputs";
877 syscall = "getline";
888 warn("%s: SYSERR: %s", file, syscall);
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c673 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_lgrpsy
804 int syscall; local
[all...]
/illumos-gate/usr/src/cmd/sa/
H A Dsa.h107 uint64_t syscall; member in struct:cpu64_sysinfo
/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h84 uint_t syscall; /* system calls */ member in struct:cpu_sysinfo
210 uint64_t syscall; /* system calls */ member in struct:cpu_sys_stats
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c481 /* SYSEND == max syscall number + 1 */
1085 subsys(int syscall, int subcode) argument
1090 switch (syscall) {
1287 stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0];
1296 sysname(private_t *pri, int syscall, int subcode) argument
1298 const struct systable *stp = subsys(syscall, subcode);
1302 (void) sprintf(pri->sys_name, "sys#%d", syscall);
1344 * Determine the subcode for this syscall, if any.
1350 int syscall local
1579 nsubcodes(int syscall) argument
[all...]
H A Dprint.c265 /* print as string returned from syscall */
604 int syscall = Lsp->pr_what; local
606 ssize_t nbyte = ISWRITE(syscall)? pri->sys_args[2] :
614 if (ISREAD(syscall))
1216 * AIOFSYNC doesn't correspond to a syscall.
2889 prt_rst, /* RST -- print string returned by syscall */
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c199 kstat_named_t syscall; member in struct:cpu_sys_stats_ks_data
258 { "syscall", KSTAT_DATA_UINT64 },
3230 csskd->syscall.value.ui64 = css->syscall;
3368 cso->cpu_sysinfo.syscall = CPU_STATS(cp, sys.syscall);

Completed in 158 milliseconds