代码搜索:sysLib

找到约 2,152 项符合「sysLib」的源代码

代码结果 2,152
www.eeworm.com/read/374301/9411830

cdtbuild .cdtbuild

www.eeworm.com/read/374299/9411854

cdtbuild .cdtbuild

www.eeworm.com/read/177392/9456875

cdtbuild .cdtbuild

www.eeworm.com/read/177390/9456915

cdtbuild .cdtbuild

www.eeworm.com/read/177387/9457117

cdtbuild .cdtbuild

www.eeworm.com/read/300969/13874705

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? */
www.eeworm.com/read/300969/13874711

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 retur
www.eeworm.com/read/300969/13874720

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. */
www.eeworm.com/read/300969/13874730

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
www.eeworm.com/read/113399/6131608

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? */