pp_test.h
来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 29 行
H
29 行
/* @(#)pp_test.h 1.1 92/07/30 SMI *//* * Copyright (c) 1988 by Sun Microsystems, Inc. */#define DEVICE_NAME "pp0"#define TOTAL_PASS 7 /* number of test loops */#define ERROR_LIMIT 5 /* max number of errors allowed if run_on_error */#define Default_pass 100 /* default # times Parallel test is run */#define ININ_mask 0x04#define ININ_one 0x04#define ININ_zero 0xFB#define FALSE 0#define TRUE ~FALSE /* Error return code definitions - for send_message() */#define NEWTEST_ERROR 1#define TOO_MANY_ERRORS 2#define OPEN_ERROR 8#define NO_WRITE 10#define NO_READ 11#define TEST_ERR 12#define NONZERO 13
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?