代码搜索:syscall
找到约 6,689 项符合「syscall」的源代码
代码结果 6,689
www.eeworm.com/read/245586/12792577
c syscall.c
#include "hos.h"
void sys_ni_syscall(){}
void sys_exit(){}
//void sys_fork(){}
void sys_read(){}
void sys_write(){
printk("in sys_write\n");
for(;;);
}
void sys_open(){}
void sys_close(){}
void
www.eeworm.com/read/245586/12792707
o syscall.o
www.eeworm.com/read/245586/12793071
c syscall.c
#include "hos.h"
void sys_ni_syscall(){}
void sys_exit(){
printk("in sys_exit\n");
do_exit();
}
//void sys_fork(){}
void sys_read(struct pt_regs regs){
//printk("in sys_read\n");
do_read(
www.eeworm.com/read/245586/12793223
o syscall.o
www.eeworm.com/read/243262/12952224
c syscall.c
/* SPIM S20 MIPS simulator.
Execute SPIM syscalls, both in simulator and bare mode.
Execute MIPS syscalls in bare mode, when running on MIPS systems.
Copyright (C) 1990-2004 by James Larus (
www.eeworm.com/read/243262/12952233
h syscall.h
/* SPIM S20 MIPS simulator.
Execute SPIM syscalls, both in simulator and bare mode.
Copyright (C) 1990-2004 by James Larus (larus@cs.wisc.edu).
ALL RIGHTS RESERVED.
Improved by Emin Gun S
www.eeworm.com/read/140165/13101208
inc syscall.inc
; Copyright (C) 1999-2002 Konstantin Boldyshev
;
; $Id: syscall.inc,v 1.22 2002/08/17 08:13:39 konst Exp $
;
; file : syscall.inc
; created : 01-Aug-1999
; modified : 14-Aug
www.eeworm.com/read/139738/13137225
h syscall.h
/**
* The Nachos system call interface. These are Nachos kernel operations that can be
* invoked from user programs using the syscall instruction.
*
* This interface is derived from the UNIX sysc
www.eeworm.com/read/309120/13681892
c syscall.c
/*
* pci_syscall.c
*
* For architectures where we want to allow direct access
* to the PCI config stuff - it would probably be preferable
* on PCs too, but there people just do it by hand with th
www.eeworm.com/read/302784/13827506
c syscall.c
/* syscall.c - proxy system call handler routines */
/* SimpleScalar(TM) Tool Suite
* Copyright (C) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
* All Rights Reserved.
*
* THIS IS