Home
last modified time | relevance | path

Searched refs:_X (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.h79 #define BYTE_0(_X) (*((int8_t *)(_X) + 0)) argument
80 #define BYTE_1(_X) (*((int8_t *)(_X) + 1)) argument
81 #define BYTE_2(_X) (*((int8_t *)(_X) + 2)) argument
82 #define BYTE_3(_X) (*((int8_t *)(_X) + 3)) argument
83 #define BYTE_4(_X) (*((int8_t *)(_X) + 4)) argument
84 #define BYTE_5(_X) (*((int8_t *)(_X) + 5)) argument
85 #define BYTE_6(_X) (*((int8_t *)(_X) + 6)) argument
86 #define BYTE_7(_X) (*((int8_t *)(_X) + 7)) argument
87 #define BYTE_8(_X) (*((int8_t *)(_X) + 8)) argument
89 #define BIT_0(_X) ((_X) & 0x01) argument
[all …]
H A Dpiclsensors.h68 #define LOW_WARNING_BIT(_X) (BIT_0(_X)) argument
69 #define LOW_SHUTDOWN_BIT(_X) (BIT_1(_X)) argument
70 #define LOW_POWEROFF_BIT(_X) (BIT_2(_X)) argument
71 #define HIGH_WARNING_BIT(_X) (BIT_3(_X)) argument
72 #define HIGH_SHUTDOWN_BIT(_X) (BIT_4(_X)) argument
73 #define HIGH_POWEROFF_BIT(_X) (BIT_5(_X)) argument
/titanic_44/usr/src/lib/libc/port/i18n/
H A D_ctype.c52 _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X,
53 _N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
54 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
58 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
125 _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X,
126 _N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
127 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
131 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d.out103 21 0 :_X : 2 | 100
104 20 0 :_X : 2 | 100
105 19 0 :_X : 2 | 100
106 18 0 :_X : 2 | 100
107 17 0 :_X : 2 | 100
108 16 0 :_X : 2 | 100
109 15 0 :_X : 2 | 100
110 14 0 :_X : 2 | 100
111 13 0 :_X : 2 | 100
112 12 0 :_X : 2 | 100
[all …]
/titanic_44/usr/src/stand/lib/sa/
H A Dctype.c58 _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X,
59 _N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
60 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
64 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
H A Dctype.h51 #define _X 0x00000080 /* heXadecimal digit */ macro
57 #define isxdigit(c) ((__ctype + 1)[c] & _X)
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c39 /* 60*/ _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X, _N|_X,
40 /* 70*/ _N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
41 /*100*/ _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
45 /*140*/ _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
116 return((_ctype_+1)[c]&_X);
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h57 #define IPMB_ADDR(_X) (((_X) < 10) ? (0xb0 + 2 * ((_X) - 1)) :\ argument
58 (0xb0 + 2 * (_X)))
/titanic_44/usr/src/head/iso/
H A Dctype_iso.h60 #define _X 0x00000080 /* heXadecimal digit */ macro
69 #define _ISXDIGIT _X
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dctype.h36 #define _X 0100 macro
45 #define isxdigit(c) ((_ctype_+1)[c]&_X)
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dctype.h39 #define _X 0100 /* heXadecimal digit */ macro
77 #define isxdigit(c) ((_ctype_ + 1)[c] & _X)
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c64 #define REQ_SA(_X) (((_X) < 10) ? (0xb0 + 2 * ((_X) - 1)) :\ argument
65 (0xb0 + 2 * (_X)))
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c95 #define FRUDATA_PTR(_X) ((frutree_frunode_t *)(((hashdata_t *)(_X))->data)) argument
96 #define LOCDATA_PTR(_X) ((frutree_locnode_t *)(((hashdata_t *)(_X))->data)) argument
97 #define PORTDATA_PTR(_X) ((frutree_portnode_t *)(((hashdata_t *)(_X))->data)) argument