Searched refs:U32 (Results 1 - 25 of 64) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_type.h96 typedef unsigned int U32; typedef
101 typedef unsigned long U32; typedef
108 U32 Low;
114 U32 Low;
115 U32 High;
130 typedef U32 *PU32;
H A Dmpi2_ioc.h100 * a U16 (from a U32).
166 U32 Reserved5; /* 0x10 */
167 U32 Reserved6; /* 0x14 */
172 U32 SenseBufferAddressHigh; /* 0x20 */
173 U32 SystemReplyAddressHigh; /* 0x24 */
220 U32 IOCLogInfo; /* 0x10 */
259 U32 IOCLogInfo; /* 0x10 */
266 U32 IOCCapabilities; /* 0x1C */
281 U32 Reserved4; /* 0x3C */
368 U32 IOCLogInf
[all...]
H A Dmpi2_init.h94 U32 PrimaryReferenceTag; /* 0x14 */
97 U32 TransferLength; /* 0x1C */
106 U32 DataLength; /* 0x10 */
107 U32 PrimaryReferenceTag; /* 0x14 */
110 U32 TransferLength; /* 0x1C */
135 U32 SenseBufferLowAddress; /* 0x0C */
143 U32 SkipCount; /* 0x18 */
144 U32 DataLength; /* 0x1C */
145 U32 BidirectionalDataLength; /* 0x20 */
148 U32 EEDPBlockSiz
[all...]
H A Dmpi2.h162 U32 Doorbell; /* 0x00 */
163 U32 WriteSequence; /* 0x04 */
164 U32 HostDiagnostic; /* 0x08 */
165 U32 Reserved1; /* 0x0C */
166 U32 DiagRWData; /* 0x10 */
167 U32 DiagRWAddressLow; /* 0x14 */
168 U32 DiagRWAddressHigh; /* 0x18 */
169 U32 Reserved2[5]; /* 0x1C */
170 U32 HostInterruptStatus; /* 0x30 */
171 U32 HostInterruptMas
[all...]
H A Dmpi2_tool.h108 U32 IOCLogInfo; /* 0x10 */
129 U32 Flags; /* 0x0C */
184 U32 Reserved5; /* 0x0C */
185 U32 Reserved6; /* 0x10 */
192 U32 Reserved8; /* 0x1C */
193 U32 Reserved9; /* 0x20 */
194 U32 Reserved10; /* 0x24 */
195 U32 Reserved11; /* 0x28 */
196 U32 Reserved12; /* 0x2C */
229 U32 IOCLogInf
[all...]
H A Dmpi2_cnfg.h180 U32 Word32;
204 U32 Word32[2];
349 U32 Reserved2; /* 0x0C */
350 U32 Reserved3; /* 0x10 */
352 U32 PageAddress; /* 0x18 */
385 U32 IOCLogInfo; /* 0x10 */
476 U32 HwSettings[MPI2_MAN_PAGE_2_HW_SETTINGS_WORDS];/* 0x08 */
498 U32 Info[MPI2_MAN_PAGE_3_INFO_WORDS];/* 0x08 */
527 U32 Reserved1; /* 0x04 */
528 U32 Flag
[all...]
H A Dmpi2_sas.h145 U32 Reserved2; /* 0x0C */
147 U32 Reserved3; /* 0x18 */
148 U32 Reserved4; /* 0x1C */
175 U32 IOCLogInfo; /* 0x10 */
176 U32 Reserved3; /* 0x14 */
203 U32 Reserved2; /* 0x0C */
204 U32 Reserved3; /* 0x10 */
205 U32 Reserved4; /* 0x14 */
206 U32 DataLength; /* 0x18 */
238 U32 IOCLogInf
[all...]
H A Dmpi2_raid.h173 U32 Word;
196 U32 Reserved3; /* 0x0C */
251 U32 VolumeCreationFlags; /* 0x04 */
252 U32 VolumeSettings; /* 0x08 */
257 U32 StripeSize; /* 0x18 */
281 U32 Flags; /* 0x00 */
298 U32 Flags; /* 0x10 */
313 U32 Word[5];
339 U32 IOCLogInfo; /* 0x10 */
/opensolaris-onvv-gate/usr/src/uts/common/io/ntxn/
H A Dnxhal_nic_interface.h42 typedef U32 nx_reg_addr_t;
222 typedef U32 nx_rx_rule_type_t;
231 typedef U32 nx_rx_rule_cmd_t;
259 U32 id;
260 U32 active;
291 typedef U32 nx_host_ctx_state_t;
337 U32 ring_size; /* Ring entries */
338 U32 rsvd; /* Padding */
345 U32 capabilities[4]; /* Flag bit vector */
346 U32 host_int_crb_mod
[all...]
H A Dnic_cmn.h206 typedef uint32_t U32; typedef
296 U32 HashKeySize;
297 U32 HashInformation;
571 U32 SrcAddr;
572 U32 SrcMask;
573 U32 DestAddr;
574 U32 DestMask;
575 U32 Protocol:8,
581 U32 IntegAlg:8,
585 U32 SAInde
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL62 print "Perl's config says that U32 access must ";
69 print "Assumes that $^O implies free alignment for U32 access.\n";
78 print "Testing alignment requirements for U32... ";
83 /* to access it through a U32 pointer at every offset. The */
100 U32 *up;
103 if (sizeof(U32) != 4) {
104 printf("sizeof(U32) is not 4, but %d\n", sizeof(U32));
111 up = (U32*)(buf + i);
124 up = (U32*)(bu
[all...]
H A DMD5.xs92 /* Perl does not guarantee that U32 is exactly 32 bits. Some system
95 * to reduce U32 values to 32 bits at appropriate places. If U32
124 static void u2s(U32 u, U8* s)
132 #define s2u(s,u) ((u) = (U32)(*s) | \
133 ((U32)(*(s+1)) << 8) | \
134 ((U32)(*(s+2)) << 16) | \
135 ((U32)(*(s+3)) << 24))
143 U32 signature; /* safer cast in get_md5_ctx() */
144 U32
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h40 U32 *offsets; /* offset annotations 20001228 MJD */
45 U32 nparens; /* number of parentheses */
46 U32 lastparen; /* last paren matched */
47 U32 lastcloseparen; /* last paren matched */
48 U32 reganch; /* Internal use only +
H A Dintrpvar.h59 PERLVAR(Iperldb, U32)
76 PERLVAR(Istatusvalue_vms,U32)
137 PERLVARI(Isub_generation,U32,1) /* incr to invalidate method cache */
203 PERLVARI(Iprofiledata, U32 *, NULL) /* table of ops, counts */
233 PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */
242 PERLVARI(Ian, U32, 0) /* malloc sequence number */
243 PERLVARI(Icop_seqmax, U32, 0) /* statement sequence number */
245 PERLVARI(Ievalseq, U32, 0) /* eval sequence number */
247 PERLVAR(Iorigalen, U32)
272 PERLVAR(Inice_chunk_size, U32) /* ho
[all...]
H A Dthrdvar.h183 PERLVAR(Tregflags, U32) /* are we folding, multilining? */
184 PERLVAR(Tregseen, U32) /* from regcomp.c */
197 PERLVAR(Treglastparen, U32 *) /* Similarly for lastparen. */
198 PERLVAR(Treglastcloseparen, U32 *) /* Similarly for lastcloseparen. */
202 PERLVAR(Treg_start_tmpl,U32) /* from regexec.c */
206 PERLVAR(Treg_flags, U32) /* from regexec.c */
254 PERLVAR(flags, U32)
260 PERLVAR(tid, U32)
H A Dmg.h17 U32 (CPERLscope(*svt_len)) (pTHX_ SV *sv, MAGIC* mg);
H A Dnumeric.c24 U32
28 return f < I32_MIN ? (U32) I32_MIN : (U32)(I32) f;
32 return (U32) f;
34 return ((U32) f) | (1 + U32_MAX >> 1);
36 return (U32) f;
50 return (I32)(U32) f;
52 return (I32)(((U32) f) | (1 + U32_MAX >> 1));
54 return (I32)(U32) f;
H A Dproto.h60 PERL_CALLCONV SV* Perl_avhv_delete_ent(pTHX_ AV *ar, SV* keysv, I32 flags, U32 hash);
61 PERL_CALLCONV bool Perl_avhv_exists_ent(pTHX_ AV *ar, SV* keysv, U32 hash);
62 PERL_CALLCONV SV** Perl_avhv_fetch_ent(pTHX_ AV *ar, SV* keysv, I32 lval, U32 hash);
63 PERL_CALLCONV SV** Perl_avhv_store_ent(pTHX_ AV *ar, SV* keysv, SV* val, U32 hash);
91 PERL_CALLCONV U32 Perl_cast_ulong(pTHX_ NV f);
114 PERL_CALLCONV void Perl_load_module_nocontext(U32 flags, SV* name, SV* ver, ...);
119 PERL_CALLCONV void Perl_warner_nocontext(U32 err, const char* pat, ...)
148 PERL_CALLCONV U32* Perl_get_opargs(pTHX);
220 PERL_CALLCONV void Perl_fbm_compile(pTHX_ SV* sv, U32 flags);
221 PERL_CALLCONV char* Perl_fbm_instr(pTHX_ unsigned char* big, unsigned char* bigend, SV* littlesv, U32 flag
[all...]
H A Dregcomp.h86 U32 arg1;
104 U32 arg1;
112 U32 arg1;
382 U32 count;
H A Dgv.h13 U32 gp_refcnt; /* how many globs point to this? */
20 U32 gp_cvgen; /* generational validity of cached gv_cv */
21 U32 gp_flags; /* XXX unused */
H A Dhv.h24 U32 hek_hash; /* hash of key */
81 register U32 hash_PeRlHaSh = PERL_HASH_SEED; \
99 register U32 hash_PeRlHaSh = PL_rehash_seed; \
144 =for apidoc Am|U32|HeHASH|HE* he
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.xs15 void* data, U32 flags);
18 char *strend, U32 flags,
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmdesc.h50 #define U32(_s) _s macro
55 #define U32(_s) ((uint32_t)(_s)) macro
72 #define MD_TRANSPORT_VERSION U32(0x10000)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs102 U32 id;
109 U32 dprof_ticks;
130 U32 total;
131 U32 lastid;
132 U32 default_perldb;
233 prof_dumpa(pTHX_ opcode ptype, U32 id)
253 prof_dumps(pTHX_ U32 id, char *pname, char *gname)
283 U32 id = g_profstack[base++].id;
290 U32 id = g_profstack[base++].id;
333 U32 i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbyterun.c51 U32 ix;
101 U32 arg;
108 U32 arg;
115 U32 arg;
143 U32 arg;
196 U32 arg;
210 U32 arg;
467 U32 arg;
635 U32 arg;
691 U32 ar
[all...]

Completed in 403 milliseconds

123