unistd.d

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

D
38
字号
/* * 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	"@(#)unistd.d	1.2	04/09/27 SMI"inline int DTRACEFLT_UNKNOWN = 0;	/* Unknown fault */#pragma D binding "1.0" DTRACEFLT_UNKNOWNinline int DTRACEFLT_BADADDR = 1;	/* Bad address */#pragma D binding "1.0" DTRACEFLT_BADADDRinline int DTRACEFLT_BADALIGN = 2;	/* Bad alignment */#pragma D binding "1.0" DTRACEFLT_BADALIGNinline int DTRACEFLT_ILLOP = 3;		/* Illegal operation */#pragma D binding "1.0" DTRACEFLT_ILLOPinline int DTRACEFLT_DIVZERO = 4;	/* Divide-by-zero */#pragma D binding "1.0" DTRACEFLT_DIVZEROinline int DTRACEFLT_NOSCRATCH = 5;	/* Out of scratch space */#pragma D binding "1.0" DTRACEFLT_NOSCRATCHinline int DTRACEFLT_KPRIV = 6;		/* Illegal kernel access */#pragma D binding "1.0" DTRACEFLT_KPRIVinline int DTRACEFLT_UPRIV = 7;		/* Illegal user access */#pragma D binding "1.0" DTRACEFLT_UPRIVinline int DTRACEFLT_TUPOFLOW = 8;	/* Tuple stack overflow */#pragma D binding "1.0" DTRACEFLT_TUPOFLOW

⌨️ 快捷键说明

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