代码搜索结果
找到约 10,000 项符合
Monitor 的代码
bspclean.c
/* bsp_cleanup()
*
* This routine normally is part of start.s and usually returns
* control to a monitor.
*
* INPUT: NONE
*
* OUTPUT: NONE
*
* COPYRIGHT (c) 1989-1999.
* On-Line Appl
3.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
insert into staff values ('David','Hughes','ProdDev',1,1.82)
[continue]
->
Query OK. 1 row
cubbyholeimpl.c
#include
#include
#include "CubbyHole.h"
long CubbyHole_get(struct HCubbyHole *this) {
while (unhand(this)->available == 0) {
monitorWait(obj_monitor(this));
dis_68k.c
/* MC68000 Disassembler:
* ELS...
* This disassembler is a hack of the mc68dis disassembler.
* NOTE: this adds approximately 20K to the size of the monitor.
*
* General notice:
* This code
cli.h
/* cli.h:
* Header file for Command Line Interface related stuff.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system d
dhcp_00.c
/* dhcp_00.c:
* This file contains the functions that are called from dhcpboot.c if the
* the default DHCP interaction is to be done by the monitor. Whenever a
* new dhcp_XX.c file is created,
coff.h
/* coff.h:
* Header file used for the COFF file format of TFS.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system des
aout.h
/* aout.h:
* Header file for the AOUT file format used by TFS.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system de
arp.c
/* arpstuff.c:
* This code supports some basic arp/rarp stuff.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system des
etherdev.c
/* etherdev.c:
This file, along with common/ethernet.c supports the ethernet interface.
It is the lowest layer of code supporting the monitor's IP, ICMP & UDP
services. This file is speci