📄 unistd.d
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -