代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.java
/*
* Created on May 20, 2005
* Created by Alon Rohter
* Copyright (C) 2005, 2006 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it
monitor.java
/* Monitor.java
{{IS_NOTE
Purpose:
Description:
History:
Tue Mar 14 23:25:45 2006, Created by tomyeh
}}IS_NOTE
Copyright (C) 2006 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
monitor.h
#ifndef _WIN32K_MONITOR_H
#define _WIN32K_MONITOR_H
struct GDIDEVICE;
/* monitor object */
typedef struct _MONITOR_OBJECT
{
HANDLE Handle; /* system object handle */
FAST_MUTE
monitor.c
/*
* ReactOS W32 Subsystem
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the t
monitor.h
void uart_init(); /* Initialize UART and Flush FIFOs */
char xgetc (); /* Get a byte from UART Rx FIFO */
char uart_test(); /* Check number of data in UART Rx FIFO */
void xputc (char); /* P
monitor.c
/*------------------------------------------------*/
/* UART functions */
#include
#include
#include "integer.h"
#include "io86fm29.h"
monitor.java
/**
* Copyright 2001 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*/
import jav