代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/274959/10843236
c sysata.c
/* sysAta.c - ATA-2 initialization for sysLib.c */
/* Copyright 1984-1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01b,27aug01,dgp change
www.eeworm.com/read/454764/7383752
s rominit.s
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "sysLib.h"
#include "asm.h"
#include "regs.h"
#include "config.h"
#include "AT91RM9200.h"
.data
.globl VAR(copyright_wind_river
www.eeworm.com/read/298609/7949585
c sysscsi.c
/* sysScsi.c - Template SCSI-2 initialization for sysLib.c */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,17jul02,d
www.eeworm.com/read/196320/8098995
s rominit.s
/* romInit.s - Samsung SBC ARM9 ROM initialization module */
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "sysLib.h"
#include "arch/arm/arm.h"
#include "arch/arm/mmuArmLib.h"
#include "con
www.eeworm.com/read/240728/13201463
rominit
/* romInit.s - Motorola 860ads ROM initialization module */
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "asm.h"
#include "cacheLib.h"
#include "config.h"
#include "regs.h"
#include "sysLib.
www.eeworm.com/read/240728/13201474
s rominit.s
/* romInit.s - Motorola 860ads ROM initialization module */
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "asm.h"
#include "cacheLib.h"
#include "config.h"
#include "regs.h"
#include "sysLib.
www.eeworm.com/read/138629/13227678
h zxj.h
#include "vxWorks.h"
#include "taskLib.h"
#include "kernelLib.h"
#include "sysLib.h"
#include "logLib.h"
#include "semLib.h"
#include "stdio.h"
#include "stdlib.h"
#define waiting 1
www.eeworm.com/read/317430/13504787
c timetest.c
/* test.c */
#include
#include
#include
#include
time_t biostime()
{
struct tm mark;
unsigned char cHour,cMin,cSec;
unsigned char cDay,cMont
www.eeworm.com/read/315973/13533492
s sysalib.s
/* Copyright 1984-2001 Wind River Systems, Inc. */
#define _ASMLANGUAGE
#include "vxWorks.h"
#include "arch/arm/arm.h"
#include "regs.h"
#include "sysLib.h"
#include "config.h"
#include "wrSb
www.eeworm.com/read/300969/13874700
makefile
# Makefile for lib/syslib.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
CC1 = $(CC) $(CFLAGS) -c
LIBRARY = ../libc.a
all: $(LIBRARY)
OBJECTS = \
$(LIBRARY)(sys_abort.o) \
$(LIBRARY)(sys_copy.o)