代码搜索:sysLib

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

代码结果 2,152
www.eeworm.com/read/252366/4408197

c sys_kill.c

#include "syslib.h" PUBLIC int sys_kill(proc, signr) int proc; /* which proc has exited */ int signr; /* signal number: 1 - 16 */ { /* A proc has to be signaled via MM. Tell the kernel. */
www.eeworm.com/read/252366/4408200

c sys_getsp.c

#include "syslib.h" PUBLIC int sys_getsp(proc, newsp) int proc; /* process whose sp is wanted */ vir_bytes *newsp; /* place to put sp read from kernel */ { /* Ask the kernel what the sp is.
www.eeworm.com/read/152843/5660440

c lite5200.c

/* * arch/ppc/platforms/lite5200.c * * Platform support file for the Freescale LITE5200 based on MPC52xx. * A maximum of this file should be moved to syslib/mpc52xx_????? * so that new platform b
www.eeworm.com/read/152843/5660537

c ppc83xx_setup.c

/* * arch/ppc/syslib/ppc83xx_setup.c * * MPC83XX common board code * * Maintainer: Kumar Gala * * Copyright 2005 Freescale Semiconductor Inc. * * This program is f
www.eeworm.com/read/152843/5660554

c gt64260_pic.c

/* * arch/ppc/syslib/gt64260_pic.c * * Interrupt controller support for Galileo's GT64260. * * Author: Chris Zankel * Modified by: Mark A. Greer * * Bas
www.eeworm.com/read/152843/5660568

c mv64x60_win.c

/* * arch/ppc/syslib/mv64x60_win.c * * Tables with info on how to manipulate the 32 & 64 bit windows on the * various types of Marvell bridge chips. * * Author: Mark A. Greer
www.eeworm.com/read/152843/5660578

c mpc52xx_setup.c

/* * arch/ppc/syslib/mpc52xx_setup.c * * Common code for the boards based on Freescale MPC52xx embedded CPU. * * * Maintainer : Sylvain Munaut * * Support for other bootloade
www.eeworm.com/read/152843/5660596

c ppc85xx_setup.c

/* * arch/ppc/syslib/ppc85xx_setup.c * * MPC85XX common board code * * Maintainer: Kumar Gala * * Copyright 2004 Freescale Semiconductor Inc. * * This program is f
www.eeworm.com/read/152843/5660600

c mpc8xx_devices.c

/* * arch/ppc/syslib/mpc8xx_devices.c * * MPC8xx Device descriptions * * Maintainer: Kumar Gala * * Copyright 2005 MontaVista Software, Inc. by Vitaly Bordug
www.eeworm.com/read/377207/9290280

c createtask.c

#include #include #include #include #include #include "cretetask.h" #ifdef __cplusplus extern "C"{ #endif int tidlist;/*任务ID*