代码搜索:sysLib

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

代码结果 2,152
www.eeworm.com/read/411560/2186025

cdtbuild .cdtbuild

www.eeworm.com/read/393286/2479575

h ppc85xx_setup.h

/* * arch/ppc/syslib/ppc85xx_setup.h * * MPC85XX common board definitions * * Maintainer: Kumar Gala * * Copyright 2004 Freescale Semiconductor Inc. * * This progra
www.eeworm.com/read/393286/2479590

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/393286/2479591

h ppc83xx_setup.h

/* * arch/ppc/syslib/ppc83xx_setup.h * * MPC83XX common board definitions * * Maintainer: Kumar Gala * * Copyright 2005 Freescale Semiconductor Inc. * * This progra
www.eeworm.com/read/393286/2479605

c ppc85xx_common.c

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

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/393286/2479621

h ppc85xx_common.h

/* * arch/ppc/syslib/ppc85xx_common.h * * MPC85xx support routines * * Maintainer: Kumar Gala * * Copyright 2004 Freescale Semiconductor Inc. * * This program is fr
www.eeworm.com/read/389922/2531135

c sys_ti~1.c

#include "syslib.h" PUBLIC int sys_times(proc, ptr) int proc; /* proc whose times are needed */ clock_t ptr[5]; /* pointer to time buffer */ { /* Fetch the accounting info for a proc. */ messag
www.eeworm.com/read/389922/2531137

c sys_ge~1.c

#include "syslib.h" PUBLIC int sys_getmap(proc, ptr) int proc; /* process whose map is to be fetched */ struct mem_map *ptr; /* pointer to new map */ { /* Want to know map of a process, ask the ke
www.eeworm.com/read/389922/2531140

c sys_exec.c

#include "syslib.h" PUBLIC int sys_exec(proc, ptr, traced, prog_name, initpc) int proc; /* process that did exec */ char *ptr; /* new stack pointer */ int traced; /* is tracing enabled? */ char