代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/324920/3492110
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/324920/3492111
h ppc85xx_common.h
/*
* arch/ppc/syslib/ppc85xx_common.h
*
* MPC85xx support routines
*
* Maintainer: Kumar Gala
*
* Copyright 2004 Freescale Semiconductor Inc.
*
* This program is f
www.eeworm.com/read/304222/3802156
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
www.eeworm.com/read/304222/3802158
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/304222/3802161
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. */
messag
www.eeworm.com/read/304222/3802166
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 the ke
www.eeworm.com/read/304222/3802168
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 memory
www.eeworm.com/read/275567/4175034
c badprog.c
#include "vxWorks.h"
#include "taskLib.h"
#include "stdio.h"
#include "sysLib.h"
void foo();
int busy = FALSE;
STATUS startFoo (char *printStr)
{
char flag;
flag = *printStr;
if (taskSpawn ("t