代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/300969/13874717
c sys_fork.c
#include "syslib.h"
PUBLIC int sys_fork(parent, child, pid, child_base_or_shadow)
int parent; /* process doing the fork */
int child; /* which proc has been created by the fork */
int pid;
www.eeworm.com/read/300969/13874735
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 m
www.eeworm.com/read/113399/6131612
c sys_fork.c
#include "syslib.h"
PUBLIC int sys_fork(parent, child, pid, child_base_or_shadow)
int parent; /* process doing the fork */
int child; /* which proc has been created by the fork */
int pid;
www.eeworm.com/read/113399/6131620
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 m
www.eeworm.com/read/340419/12159765
map bootrom.z.s.map
Archive member included because of file (symbol)
romExtras.a(sysAUtils.o) sysALib.o (sysClearSPRGs)
romExtras.a(sysUtils.o) sysLib.o (sysBaudClkFreq)
D:\Tornado221PPC\target/lib/
www.eeworm.com/read/13593/278920
gdb generated.gdb
# generated.gdb
#
# Machine generated for a CPU named "cpu" as defined in:
# c:\jtag\software\hello_world_4_syslib\..\..\nios.ptf
#
# Generated: 2008-10-09 22:27:16.531
# DO NOT MODIFY THIS FILE
#
#
www.eeworm.com/read/13593/278921
x generated.x
/* generated.x
*
* Machine generated for a CPU named "cpu" as defined in:
* c:\jtag\software\hello_world_4_syslib\..\..\nios.ptf
*
* Generated: 2008-10-09 22:27:18.484
*
*/
/*
DO NOT MODIFY T