代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/393286/2479579
c cpc700_pic.c
/*
* arch/ppc/syslib/cpc700_pic.c
*
* Interrupt controller support for IBM Spruce
*
* Authors: Mark Greer, Matt Porter, and Johnnie Peters
* mgreer@mvista.com
* mporter@mvista.com
www.eeworm.com/read/389922/2531138
c sys_en~1.c
#include "syslib.h"
PUBLIC int sys_endsig(proc)
int proc;
{
message m;
m.m1_i1 = proc;
return(_taskcall(SYSTASK, SYS_ENDSIG, &m));
}
www.eeworm.com/read/252366/4408195
c sys_endsig.c
#include "syslib.h"
PUBLIC int sys_endsig(proc)
int proc;
{
message m;
m.m1_i1 = proc;
return(_taskcall(SYSTASK, SYS_ENDSIG, &m));
}
www.eeworm.com/read/252366/4408202
c sys_oldsig.c
#include "syslib.h"
PUBLIC int sys_oldsig(proc, sig, sighandler)
int proc; /* process to be signaled */
int sig; /* signal number: 1 to _NSIG */
sighandler_t sighandler; /* pointer to signa
www.eeworm.com/read/152843/5660531
c ppc_sys.c
/*
* arch/ppc/syslib/ppc_sys.c
*
* PPC System library functions
*
* Maintainer: Kumar Gala
*
* Copyright 2005 Freescale Semiconductor Inc.
* Copyright 2005 MontaVis
www.eeworm.com/read/152843/5660565
c cpc700_pic.c
/*
* arch/ppc/syslib/cpc700_pic.c
*
* Interrupt controller support for IBM Spruce
*
* Authors: Mark Greer, Matt Porter, and Johnnie Peters
* mgreer@mvista.com
* mporter@mvista.com
www.eeworm.com/read/177237/9464153
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