io.sed.in

来自「Sun Solaris 10 中的 DTrace 组件的源代码。请参看: htt」· IN 代码 · 共 32 行

IN
32
字号
/* * Copyright 2005 Sun Microsystems, Inc.  All rights reserved. * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only. * See the file usr/src/LICENSING.NOTICE in this distribution or * http://www.opensolaris.org/license/ for details. */#pragma ident	"@(#)io.sed.in	1.1	04/05/04 SMI"/* * This file is a sed script which is first preprocessed by cpp or cc -E to * define a set of sed directives which replace #define tokens with their * values.  After preprocessing, the sed script is run over io.d.in to * replace the #define tokens listed below to create the finished io.d. * Refer to the rules in libdtrace/Makefile.com for more information. */#include <sys/buf.h>#define	SED_REPLACE(x)	s/#x/x/gSED_REPLACE(B_BUSY)SED_REPLACE(B_DONE)SED_REPLACE(B_ERROR)SED_REPLACE(B_PAGEIO)SED_REPLACE(B_PHYS)SED_REPLACE(B_READ)SED_REPLACE(B_WRITE)SED_REPLACE(B_ASYNC)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?