Searched refs:U8 (Results 1 - 25 of 61) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_tool.h96 U8 Tool; /* 0x00 */
97 U8 Reserved1; /* 0x01 */
98 U8 MsgLength; /* 0x02 */
99 U8 Function; /* 0x03 */
101 U8 Reserved3; /* 0x06 */
102 U8 MsgFlags; /* 0x07 */
103 U8 VP_ID; /* 0x08 */
104 U8 VF_ID; /* 0x09 */
119 U8 Tool; /* 0x00 */
120 U8 Reserved
[all...]
H A Dmpi2_sas.h135 U8 PassthroughFlags; /* 0x00 */
136 U8 PhysicalPort; /* 0x01 */
137 U8 ChainOffset; /* 0x02 */
138 U8 Function; /* 0x03 */
140 U8 SGLFlags; /* 0x06 */
141 U8 MsgFlags; /* 0x07 */
142 U8 VP_ID; /* 0x08 */
143 U8 VF_ID; /* 0x09 */
162 U8 PassthroughFlags; /* 0x00 */
163 U8 PhysicalPor
[all...]
H A Dmpi2_ioc.h154 U8 WhoInit; /* 0x00 */
155 U8 Reserved1; /* 0x01 */
156 U8 ChainOffset; /* 0x02 */
157 U8 Function; /* 0x03 */
159 U8 Reserved3; /* 0x06 */
160 U8 MsgFlags; /* 0x07 */
161 U8 VP_ID; /* 0x08 */
162 U8 VF_ID; /* 0x09 */
208 U8 WhoInit; /* 0x00 */
209 U8 Reserved
[all...]
H A Dmpi2_init.h93 U8 CDB[20]; /* 0x00 */
105 U8 CDB[16]; /* 0x00 */
117 U8 CDB32[32];
127 U8 ChainOffset; /* 0x02 */
128 U8 Function; /* 0x03 */
130 U8 Reserved2; /* 0x06 */
131 U8 MsgFlags; /* 0x07 */
132 U8 VP_ID; /* 0x08 */
133 U8 VF_ID; /* 0x09 */
137 U8 SenseBufferLengt
[all...]
H A Dmpi2_cnfg.h168 U8 PageVersion; /* 0x00 */
169 U8 PageLength; /* 0x01 */
170 U8 PageNumber; /* 0x02 */
171 U8 PageType; /* 0x03 */
178 U8 Bytes[4];
187 U8 PageVersion; /* 0x00 */
188 U8 Reserved1; /* 0x01 */
189 U8 PageNumber; /* 0x02 */
190 U8 PageType; /* 0x03 */
192 U8 ExtPageTyp
[all...]
H A Dmpi2_raid.h98 U8 RateToChange; /* 0x00 */
99 U8 RateOrMode; /* 0x01 */
111 U8 RAIDFunction; /* 0x00 */
112 U8 Flags; /* 0x01 */
131 U8 RAIDFunction; /* 0x00 */
132 U8 Flags; /* 0x01 */
151 U8 HotSparePool; /* 0x00 */
152 U8 Reserved1; /* 0x01 */
160 U8 Flags; /* 0x00 */
161 U8 DeviceFirmwareUpdateModeTimeou
[all...]
H A Dmpi2.h312 U8 RequestFlags; /* 0x00 */
313 U8 MSIxIndex; /* 0x01 */
335 U8 RequestFlags; /* 0x00 */
336 U8 MSIxIndex; /* 0x01 */
349 U8 RequestFlags; /* 0x00 */
350 U8 MSIxIndex; /* 0x01 */
362 U8 RequestFlags; /* 0x00 */
363 U8 MSIxIndex; /* 0x01 */
376 U8 RequestFlags; /* 0x00 */
377 U8 MSIxInde
[all...]
H A Dmpi2_type.h88 typedef unsigned char U8; typedef
126 typedef U8 *PU8;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h4 #ifndef U8
7 perl normally has a #define for U8 - if that isn't present then we
11 typedef unsigned char U8; typedef
19 const U8 *seq; /* Packed output sequences we generate
22 U8 min; /* Min value of octet to match this entry */
23 U8 max; /* Max value of octet to match this entry */
24 U8 dlen; /* destination length -
26 U8 slen; /* source length -
67 const U8 *rep; /* Replacement character in this encoding
70 U8 min_e
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c91 #define U8 U8 macro
95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst,
96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
98 const U8 *s = src;
99 const U8 *send = s + *slen;
100 const U8 *last = s;
101 U8 *d = dst;
102 U8 *den
[all...]
H A DEncode.xs9 #define U8 U8
51 call_failure(SV * routine, U8 * done, U8 * dest, U8 * orig)
65 U8 *s = (U8 *) SvPV(src, slen);
73 U8 *d = (U8 *)SvPVX(dst);
77 U8 *tr
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c32 =for apidoc A|U8 *|uvuni_to_utf8_flags|U8 *d|UV uv|UV flags
56 U8 *
57 Perl_uvuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
78 *d++ = (U8)UTF_TO_NATIVE(uv);
84 U8 *p = d+len-1;
86 *p-- = (U8)UTF_TO_NATIVE((uv & UTF_CONTINUATION_MASK) | UTF_CONTINUATION_MARK);
89 *p = (U8)UTF_TO_NATIVE((uv & UTF_START_MASK(len)) | UTF_START_MARK(len));
94 *d++ = (U8)(( uv >> 6) | 0xc0);
95 *d++ = (U8)(( u
[all...]
H A Ddoop.c26 U8 *s;
27 U8 *d;
28 U8 *send;
29 U8 *dstart;
40 s = (U8*)SvPV(sv, len);
48 *s++ = (U8)ch;
59 New(0, d, len*2+1, U8);
75 Move(s, d, ulen, U8);
96 U8 *s;
97 U8 *sen
[all...]
H A Dutf8.h45 #define UTF8SKIP(s) PL_utf8skip[*(U8*)s]
110 #define UTF8_IS_START(c) (((U8)c) >= 0xc0 && (((U8)c) <= 0xfd))
111 #define UTF8_IS_CONTINUATION(c) (((U8)c) >= 0x80 && (((U8)c) <= 0xbf))
112 #define UTF8_IS_CONTINUED(c) (((U8)c) & 0x80)
113 #define UTF8_IS_DOWNGRADEABLE_START(c) (((U8)c & 0xfc) == 0xc0)
120 #define UTF_CONTINUATION_MASK ((U8)0x3f)
121 #define UTF8_ACCUMULATE(old, new) (((old) << UTF_ACCUMULATION_SHIFT) | (((U8)new) & UTF_CONTINUATION_MASK))
123 #define UTF8_EIGHT_BIT_HI(c) ((((U8)(
[all...]
H A Dregcomp.h76 U8 str_len;
77 U8 type;
83 U8 flags;
84 U8 type;
90 U8 flags;
91 U8 type;
101 U8 flags;
102 U8 type;
109 U8 flags; /* should have ANYOF_CLASS here */
110 U8 typ
[all...]
H A Dregexec.c110 #define reghop_c(pos,off) ((char*)reghop((U8*)pos, off))
111 #define reghopmaybe_c(pos,off) ((char*)reghopmaybe((U8*)pos, off))
112 #define HOP(pos,off) (PL_reg_match_utf8 ? reghop((U8*)pos, off) : (U8*)(pos + off))
113 #define HOPMAYBE(pos,off) (PL_reg_match_utf8 ? reghopmaybe((U8*)pos, off) : (U8*)(pos + off))
119 ? reghopmaybe((U8*)pos, -off) \
121 ? (U8*)(pos - off) \
122 : (U8*)NULL \
126 #define reghop3_c(pos,off,lim) ((char*)reghop3((U8*)po
[all...]
H A Dregnodes.h70 EXTCONST U8 PL_regkind[];
72 EXTCONST U8 PL_regkind[] = {
140 static const U8 regarglen[] = {
H A Dregexp.h20 U8 flags;
21 U8 type;
H A Dproto.h312 PERL_CALLCONV UV Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp);
313 PERL_CALLCONV UV Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp);
314 PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp);
315 PERL_CALLCONV UV Perl_to_uni_fold(pTHX_ UV c, U8 *p, STRLEN *lenp);
330 PERL_CALLCONV STRLEN Perl_is_utf8_char(pTHX_ U8 *p);
331 PERL_CALLCONV bool Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len);
332 PERL_CALLCONV bool Perl_is_utf8_string_loc(pTHX_ U8 *s, STRLEN len, U8 **p);
333 PERL_CALLCONV bool Perl_is_utf8_alnum(pTHX_ U8 *p);
334 PERL_CALLCONV bool Perl_is_utf8_alnumc(pTHX_ U8 *
[all...]
H A Dregcomp.c692 if (PL_regkind[(U8)OP(scan)] == EXACT) {
703 ( PL_regkind[(U8)OP(n)] == NOTHING ||
709 if (PL_regkind[(U8)OP(n)] == NOTHING) {
773 if (((U8)t[-1] == 0xB9 && (U8)t[-2] == 0xCE) ||
774 ((U8)t[-1] == 0x85 && (U8)t[-2] == 0xCF))
783 if (PL_regkind[(U8)OP(n)] != NOTHING || OP(n) == NOTHING) {
804 && ((PL_regkind[(U8)OP(n)] == NOTHING && (noff = NEXT_OFF(n)))
915 UV uc = *((U8*)STRIN
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmdesc.h48 #define U8(_s) _s macro
53 #define U8(_s) ((uint8_t)(_s)) macro
78 #define MDET_LIST_END U8(0x0)
79 #define MDET_NULL U8(' ')
80 #define MDET_NODE U8('N')
81 #define MDET_NODE_END U8('E')
82 #define MDET_PROP_ARC U8('a')
83 #define MDET_PROP_VAL U8('v')
84 #define MDET_PROP_STR U8('s')
85 #define MDET_PROP_DAT U8('
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs9 #define U8 U8
22 enc_unpack(pTHX_ U8 **sp,U8 *e,STRLEN size,U8 endian)
24 U8 *s = *sp;
55 enc_pack(pTHX_ SV *result,STRLEN size,U8 endian,UV value)
57 U8 *d = (U8 *)SvGROW(result,SvCUR(result)+size+1);
64 *d++ = (U8)(valu
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs69 U8 cc; /* combining class */
85 static U8* dec_canonical (UV uv)
87 U8 ***plane, **row;
90 plane = (U8***)UNF_canon[uv >> 16];
97 static U8* dec_compat (UV uv)
99 U8 ***plane, **row;
102 plane = (U8***)UNF_compat[uv >> 16];
141 static U8 getCombinClass (UV uv)
143 U8 **plane, *row;
146 plane = (U8**)UNF_combi
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ntxn/
H A Dnxhal_nic_interface.h353 U8 reserved[128]; /* future expansion */
364 U8 phys_port; /* Physical id of port */
365 U8 virt_port; /* Virtual/Logical id of port */
367 U8 reserved[128]; /* future expansion */
444 U8 reserved[128]; /* reserve space for future expansion */
472 U8 phys_port; /* Physical id of port */
473 U8 virt_port; /* Virtual/Logical id of port */
474 U8 reserved[128]; /* save space for future expansion */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL82 /* This program allocates a buffer of U8 (char) and then tries */
99 U8 buf[] = "\0\0\0\1\0\0\0\0";

Completed in 225 milliseconds

123