代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/252366/4408191
c sys_times.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. */
www.eeworm.com/read/252366/4408196
c sys_getmap.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
www.eeworm.com/read/152843/5660550
c mpc52xx_pic.c
/*
* arch/ppc/syslib/mpc52xx_pic.c
*
* Programmable Interrupt Controller functions for the Freescale MPC52xx
* embedded CPU.
*
*
* Maintainer : Sylvain Munaut
*
* Based on
www.eeworm.com/read/152843/5660567
h gen550.h
/*
* arch/ppc/syslib/gen550.h
*
* gen550 prototypes
*
* Matt Porter
*
* 2004 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU Gen
www.eeworm.com/read/152843/5660595
c m8260_setup.c
/*
* arch/ppc/syslib/m8260_setup.c
*
* Copyright (C) 1995 Linus Torvalds
* Adapted from 'alpha' version by Gary Thomas
* Modified by Cort Dougan (cort@cs.nmt.edu)
* Modified for MBX using
www.eeworm.com/read/351852/10602453
c at91lanendinit.c
#ifndef INCat91Lanh
#define INCat91Lanh
#include "vxWorks.h"
#include "end.h"
#include "sysLib.h"
#include
#ifdef __cplusplus
extern "C" {
#endif
/**************************