代码搜索:sysLib

找到约 2,152 项符合「sysLib」的源代码

代码结果 2,152
www.eeworm.com/read/389922/2531144

c sys_ne~1.c

#include "syslib.h" PUBLIC int sys_newmap(proc, ptr) int proc; /* process whose map is to be changed */ struct mem_map *ptr; /* pointer to new map */ { /* A process has been assigned a new memory
www.eeworm.com/read/389922/2531146

c sys_xit.c

#include "syslib.h" PUBLIC int sys_xit(parent, proc, basep, sizep) int parent; /* parent of exiting process */ int proc; /* which process has exited */ phys_clicks *basep; /* where to return bas
www.eeworm.com/read/372607/2771569

cdtbuild .cdtbuild

www.eeworm.com/read/252366/4408190

c sys_fork.c

#include "syslib.h" PUBLIC int sys_fork(parent, child, pid, child_base_or_shadow) int parent; /* process doing the fork */ int child; /* which proc has been created by the fork */ int pid;
www.eeworm.com/read/252366/4408198

c sys_newmap.c

#include "syslib.h" PUBLIC int sys_newmap(proc, ptr) int proc; /* process whose map is to be changed */ struct mem_map *ptr; /* pointer to new map */ { /* A process has been assigned a new m
www.eeworm.com/read/152843/5660576

c xilinx_pic.c

/* * arch/ppc/syslib/xilinx_pic.c * * Interrupt controller driver for Xilinx Virtex-II Pro. * * Author: MontaVista Software, Inc. * source@mvista.com * * 2002-2004 (c) MontaVista Softw
www.eeworm.com/read/152843/5660591

c ppc85xx_common.c

/* * arch/ppc/syslib/ppc85xx_common.c * * MPC85xx support routines * * Maintainer: Kumar Gala * * Copyright 2004 Freescale Semiconductor Inc. * * This program is f
www.eeworm.com/read/152843/5660606

h cpc710.h

/* * arch/ppc/syslib/cpc710.h * * Definitions for the IBM CPC710 PCI Host Bridge * * Author: Matt Porter * * 2001 (c) MontaVista, Software, Inc. This file is licensed unde
www.eeworm.com/read/177673/9442710

c round-robinsched.c

/* include files*/ #include "vxWorks.h" #include "taskLib.h" #include "kernelLib.h" #include "sysLib.h" #include "logLib.h" #include "stdio.h" /* function defined */ void taskOne(void); v
www.eeworm.com/read/177673/9442726

c priorityinversion.c

/* include files*/ #include "vxWorks.h" #include "taskLib.h" #include "kernelLib.h" #include "sysLib.h" #include "logLib.h" #include "stdio.h" #include "semLib.h" /* function defined */