代码搜索结果
找到约 10,000 项符合
Monitor 的代码
tfs.h
/* tfs.h:
* Header file for TFS transactions.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system designs. As such, it i
net.c
/*
* Copied from Linux Monitor (LiMon) - Networking.
*
* Copyright 1994 - 2000 Neil Russell.
* (See License)
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 20
wb_bus_mon.v
`include "timescale.v"
`include "wb_model_defines.v"
// WISHBONE bus monitor module - it connects to WISHBONE master signals and
// monitors for any illegal combinations appearing on the bus.
lilmon.s
@@ $Id: lilmon.s,v 1.1.1.1 2002/11/29 09:24:07 alvin Exp $ @@
@@
@@ This is the "little" monitor. It has boot code
@@ and default code for the other vectors.
lilmon.s
@@ $Id: lilmon.s,v 1.1.1.1 2002/11/29 09:24:07 alvin Exp $ @@
@@
@@ This is the "little" monitor. It has boot code
@@ and default code for the other vectors.
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
monitoring.sgml
Monitoring the Gatekeeper
Status Port
The status port is the external interface for monitoring and controlling the gatekeeper.
The gatekeeper will send out me
nwtcpprt.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
/* prototypes iface nwtcp */
int TCPInit(
i
nwudpprt.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
/* prototypes iface nwudp */
int UDPInit(
i
lboot.c
/* lboot:
* Code needed to conveniently boot a linux image.
* Having gone through the process of figuring out how to boot linux through
* the monitor, following is some documentation on what I'v