syscall.2
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2 代码 · 共 42 行
2
42 行
.\" SCCSID: @(#)syscall.2 8.1 9/11/90.TH syscall 2 VAX.SH Namesyscall \- indirect system call.SH Syntax.nf.BR "syscall(number, arg, ...)" .fi.SH Description.NXR "syscall system call".NXR "system call" "performing indirect"The.PN syscallsystem callperforms the system call whose assembly languageinterface has the specified.I number,register arguments.I r0and.IR r1 ,and further arguments.IR arg ..PPThe .I r0 value of the system call is returned..SH RestrictionsThere is no way to simulate system callssuch as .PN pipe ,which return values in register .IR r1 ..SH DiagnosticsWhen the C-bit is set,.PN syscallreturns \-1 and sets theexternal variable .I errno..SH See Alsoerrno(2), pipe(2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?