代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/458448/1586040
h system.h
/* system.h
*
* Machine generated for a CPU named "cpu" as defined in:
* d:\M1\software\hello_world_syslib\..\..\std_2c50_M1.ptf
*
* Generated: 2009-03-26 21:00:03.656
*
*/
#ifndef __SYSTEM_H_
www.eeworm.com/read/456333/1606352
h system.h
/* system.h
*
* Machine generated for a CPU named "cpu_0" as defined in:
* d:\altera\myPS2VGAproject\first_cpu\software\hello_world_0_syslib\..\..\niose_cpu_0.ptf
*
* Generated: 2009-04-14 12:22:
www.eeworm.com/read/216450/4893805
c sys_abort.c
#include "syslib.h"
#include
#include
PUBLIC int sys_abort(int how, ...)
{
/* Something awful has happened. Abandon ship. */
message m;
va_list ap;
va_start(ap, how);
www.eeworm.com/read/304222/3802169
c sys_abort.c
#include "syslib.h"
#include
#include
PUBLIC int sys_abort(int how, ...)
{
/* Something awful has happened. Abandon ship. */
message m;
va_list ap;
va_start(ap, how);
www.eeworm.com/read/275567/4174705
c goodprog.c
/* goodProg.c - fixes badProg.c */
#include "vxWorks.h"
#include "semLib.h"
#include "stdio.h"
#include "taskLib.h"
#include "sysLib.h"
void foo(char flag);
LOCAL SEM_ID semId;
STATUS st
www.eeworm.com/read/422750/2033619
111b4ab4287e001d1e6aa8d80b189b47
/* alt_sys_init.c - HAL initialisation source
*
* Machine generated for a CPU named "cpu" as defined in:
* d:\GX_CIDE_SOPC\EP3C80\projects\cide_7f\software\syslib\..\..\nios2_7f.ptf
*
* Generated
www.eeworm.com/read/389922/2531132
c sys_ab~1.c
#include "syslib.h"
#include
#include
PUBLIC int sys_abort(int how, ...)
{
/* Something awful has happened. Abandon ship. */
message m;
va_list ap;
va_start(ap, how);
www.eeworm.com/read/255366/4377172
c uda1341ts.c
#include "vxWorks.h"
#include "iv.h"
#include "stdlib.h"
#include "sysLib.h"
#include "intLib.h"
#include "errno.h"
#include "ioLib.h"
#include "stdio.h"
#include "logLib.h"
#include "wrSbcAr
www.eeworm.com/read/474242/6816843
c sysscsi.c
/* sysScsi.c - x86 SCSI-2 initialization for sysLib.c */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01i,19nov01,hdn re
www.eeworm.com/read/295486/8159299
c pipedemo.c
/* pipeDemo.c - 用PIPE进行任务间通信的例子*/
/* includes */
#include "vxWorks.h"
#include "taskLib.h"
#include "sysLib.h"
#include "stdio.h"
#include "ioLib.h"
#include "pipeDrv.h"
#define CONSUME