代码搜索:syscall
找到约 6,689 项符合「syscall」的源代码
代码结果 6,689
www.eeworm.com/read/102935/6225415
c syscall.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1995
www.eeworm.com/read/102935/6226760
s syscall.s
/*
* Linux/PARISC Project (http://www.thepuffingroup.com/parisc)
*
* System call entry code Copyright (c) Matthew Wilcox 1999
* Licensed under the GNU GPL.
* thanks to Philipp R
www.eeworm.com/read/102935/6227186
c syscall.c
/* System call table for x86-64. */
#include
#include
#include
#include
/* No comment. */
#if defined(CONFIG_NFSD) || defined(CONFIG
www.eeworm.com/read/102935/6227292
c syscall.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1995
www.eeworm.com/read/102935/6229789
h syscall.h
/*
* include/linux/nfsd/syscall.h
*
* This file holds all declarations for the knfsd syscall interface.
*
* Copyright (C) 1995-1997 Olaf Kirch
*/
#ifndef NFSD_SYSCALL_H
#def
www.eeworm.com/read/101082/6240753
s syscall.s
/* @(#)syscall.s 4.1 (ULTRIX) 7/3/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* |
www.eeworm.com/read/101082/6241043
c syscall.c
/* syscall.c 4.2 83/06/27 */
#include "SYS.h"
ENTRY(syscall)
movl 4(ap),r0 # syscall number
subl3 $1,(ap)+,(ap) # one fewer arguments
chmk r0
jcs 1f
ret
1:
jmp cerror
www.eeworm.com/read/101082/6244672
2 syscall.2
.\" SCCSID: @(#)syscall.2 3.1 11/23/87
.TH syscall 2 RISC
.SH Name
syscall \- indirect system call
.SH Syntax
.BR "syscall(number, args, ...)"
.SH Description
.NXR "syscall system call"
.NXR "system
www.eeworm.com/read/101082/6246534
2 syscall.2
.\" SCCSID: @(#)syscall.2 8.1 9/11/90
.TH syscall 2 VAX
.SH Name
syscall \- indirect system call
.SH Syntax
.nf
.BR "syscall(number, arg, ...)"
.fi
.SH Description
.NXR "syscall system call"
.NXR "sy
www.eeworm.com/read/273303/6281525