Searched refs:u_int32_t (Results 51 - 75 of 1472) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/aacraid/
H A Daacraid_reg.h56 u_int32_t Size; /* FIB size excluding xport header */
57 u_int32_t Handle; /* driver handle to reference the FIB */
66 u_int32_t Flink;
67 u_int32_t Blink;
75 u_int32_t XferState;
81 u_int32_t SenderFibAddress;
83 u_int32_t ReceiverFibAddress;
84 u_int32_t SenderFibAddressHigh;
85 u_int32_t TimeStamp;
87 u_int32_t Handl
[all...]
/freebsd-10.0-release/sys/i386/include/
H A Dbootinfo.h49 u_int32_t bi_version;
50 u_int32_t bi_kernelname; /* represents a char * */
51 u_int32_t bi_nfs_diskless; /* struct nfs_diskless * */
54 u_int32_t bi_n_bios_used;
55 u_int32_t bi_bios_geom[N_BIOS_GEOM];
56 u_int32_t bi_size;
60 u_int32_t bi_basemem;
61 u_int32_t bi_extmem;
62 u_int32_t bi_symtab; /* struct symtab * */
63 u_int32_t bi_esymta
[all...]
/freebsd-10.0-release/sys/mips/include/
H A Dbootinfo.h73 u_int32_t bi_version;
74 u_int32_t bi_kernelname; /* represents a char * */
75 u_int32_t bi_nfs_diskless; /* struct nfs_diskless * */
78 u_int32_t bi_n_bios_used;
79 u_int32_t bi_bios_geom[N_BIOS_GEOM];
80 u_int32_t bi_size;
84 u_int32_t bi_basemem;
85 u_int32_t bi_extmem;
86 u_int32_t bi_symtab; /* struct symtab * */
87 u_int32_t bi_esymta
[all...]
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dposeidon_reg_map_macro.h91 (u_int32_t)(src)\
94 ((u_int32_t)(src)\
98 ~0x00000001U) | ((u_int32_t)(src) &\
101 (!(((u_int32_t)(src)\
105 ~0x00000001U) | (u_int32_t)(1)
108 ~0x00000001U) | (u_int32_t)(0)
115 (((u_int32_t)(src)\
118 (((u_int32_t)(src)\
122 ~0x00000002U) | (((u_int32_t)(src) <<\
125 (!((((u_int32_t)(sr
[all...]
H A Dar9300.h116 u_int32_t numStepsInLadder;
117 u_int32_t defaultStepNum;
122 u_int32_t currStepNum;
123 u_int32_t currGain;
124 u_int32_t targetGain;
125 u_int32_t loTrig;
126 u_int32_t hiTrig;
127 u_int32_t gainFCorrection;
128 u_int32_t active;
177 u_int32_t listen_tim
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Drpc_auth.h70 u_int32_t oa_flavor; /* flavor of auth */
71 u_int32_t oa_len; /* length of opaque body */
H A Dah.h44 u_int32_t ah_spi; /* Security parameter index */
52 u_int32_t ah_spi; /* Security parameter index */
53 u_int32_t ah_seq; /* Sequence number field */
H A Dprint-msnlb.c43 u_int32_t unknown1;
44 u_int32_t unknown2;
45 u_int32_t host_prio; /* little-endian */
46 u_int32_t virtual_ip;
47 u_int32_t host_ip;
/freebsd-10.0-release/sys/netgraph/
H A Dng_sample.h72 u_int32_t packets_in; /* packets in from downstream */
73 u_int32_t packets_out; /* packets out towards downstream */
/freebsd-10.0-release/usr.sbin/ppp/
H A Dvjcomp.h34 extern const char *vj2asc(u_int32_t);
H A Dhdlc.h76 u_int32_t ifOutUniPackets; /* Packets sent by me */
77 u_int32_t ifOutOctets; /* Octets sent by me */
78 u_int32_t ifInUniPackets; /* Packets received from peer */
79 u_int32_t ifInDiscards; /* Discards */
80 u_int32_t ifInErrors; /* Errors */
81 u_int32_t ifInOctets; /* Octets received from peer (unused) */
84 u_int32_t InGoodOctets; /* Good octets received from peer */
85 u_int32_t OutLQRs; /* LQRs sent by me */
86 u_int32_t InLQRs; /* LQRs received from peer */
97 u_int32_t seq_sen
[all...]
/freebsd-10.0-release/contrib/pf/tftp-proxy/
H A Dfilter.h21 int add_filter(u_int32_t, u_int8_t, struct sockaddr *, struct sockaddr *,
23 int add_nat(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t,
25 int add_rdr(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t,
30 int prepare_commit(u_int32_t);
/freebsd-10.0-release/sys/crypto/rijndael/
H A Drijndael.h48 int rijndaelKeySetupEnc(u_int32_t [/*4*(Nr+1)*/], const u_int8_t [], int);
49 int rijndaelKeySetupDec(u_int32_t [/*4*(Nr+1)*/], const u_int8_t [], int);
50 void rijndaelEncrypt(const u_int32_t [/*4*(Nr+1)*/], int,
52 void rijndaelDecrypt(const u_int32_t [/*4*(Nr+1)*/], int,
H A Drijndael-api-fst.c114 ((u_int32_t*)block)[0] ^= ((u_int32_t*)iv)[0];
115 ((u_int32_t*)block)[1] ^= ((u_int32_t*)iv)[1];
116 ((u_int32_t*)block)[2] ^= ((u_int32_t*)iv)[2];
117 ((u_int32_t*)block)[3] ^= ((u_int32_t*)iv)[3];
119 ((u_int32_t*)block)[0] = ((u_int32_t*)ciphe
[all...]
/freebsd-10.0-release/lib/libc/db/hash/
H A Dhash_log2.c44 u_int32_t
45 __log2(u_int32_t num)
47 u_int32_t i, limit;
H A Dextern.h40 int, u_int32_t, SPLIT_RETURN *);
43 u_int32_t __call_hash(HTAB *, char *, int);
49 BUFHEAD *__get_buf(HTAB *, u_int32_t, BUFHEAD *, int);
50 int __get_page(HTAB *, char *, u_int32_t, int, int, int);
52 u_int32_t __log2(u_int32_t);
53 int __put_page(HTAB *, char *, u_int32_t, int, int);
55 int __split_page(HTAB *, u_int32_t, u_int32_t);
58 extern u_int32_t (*__default_has
[all...]
/freebsd-10.0-release/sys/dev/dcons/
H A Ddcons.h50 V u_int32_t version;
51 V u_int32_t ooffset[DCONS_NPORT];
52 V u_int32_t ioffset[DCONS_NPORT];
53 V u_int32_t osize[DCONS_NPORT];
54 V u_int32_t isize[DCONS_NPORT];
56 V u_int32_t magic;
60 V u_int32_t optr[DCONS_NPORT];
61 V u_int32_t iptr[DCONS_NPORT];
76 u_int32_t size;
77 u_int32_t ge
[all...]
/freebsd-10.0-release/sys/netipsec/
H A Dah.h44 u_int32_t ah_spi; /* Security parameter index */
52 u_int32_t ah_spi; /* Security parameter index */
53 u_int32_t ah_seq; /* Sequence number field */
/freebsd-10.0-release/sys/opencrypto/
H A Drmd160.h31 u_int32_t state[5]; /* state */
37 void RMD160Transform(u_int32_t [5], const u_char [64]);
38 void RMD160Update(RMD160_CTX *, const u_char *, u_int32_t);
/freebsd-10.0-release/sys/dev/aac/
H A Daacreg.h85 u_int32_t aq_fib_size; /* FIB size in bytes */
86 u_int32_t aq_fib_addr; /* receiver-space address of the FIB */
98 u_int32_t qt_qindex[AAC_QUEUE_COUNT][2];
131 u_int32_t Flink;
132 u_int32_t Blink;
140 u_int32_t XferState;
146 u_int32_t SenderFibAddress;
147 u_int32_t ReceiverFibAddress;
148 u_int32_t SenderData;
151 u_int32_t ReceiverTimeStar
[all...]
/freebsd-10.0-release/contrib/openbsm/bsm/
H A Dlibbsm.h164 u_int32_t port;
165 u_int32_t addr;
170 u_int32_t addr;
174 u_int32_t port;
175 u_int32_t type;
176 u_int32_t addr[4];
181 u_int32_t type;
182 u_int32_t addr[4];
193 u_int32_t val;
227 u_int32_t mod
[all...]
/freebsd-10.0-release/sys/amd64/include/
H A Dtss.h47 u_int32_t tss_rsvd0;
51 u_int32_t tss_rsvd1;
52 u_int32_t tss_rsvd2;
60 u_int32_t tss_rsvd3;
61 u_int32_t tss_rsvd4;
/freebsd-10.0-release/sys/dev/ofw/
H A Dofw_pci.h96 u_int32_t phys_hi;
97 u_int32_t phys_mid;
98 u_int32_t phys_lo;
99 u_int32_t size_hi;
100 u_int32_t size_lo;
/freebsd-10.0-release/tools/test/testfloat/sparc64/
H A Dfpu_reg.h32 extern u_int32_t __fpreg[64];
34 static __inline u_int32_t
49 __fpu_setreg(int r, u_int32_t v)
59 __fpreg[r] = (u_int32_t)(v >> 32);
60 __fpreg[r + 1] = (u_int32_t)v;
/freebsd-10.0-release/lib/libipsec/
H A Dlibpfkey.h45 u_int32_t, u_int32_t, u_int32_t, u_int32_t);
47 u_int32_t, u_int32_t, u_int, caddr_t, u_int, u_int, u_int, u_int,
48 u_int, u_int32_t, u_int64_t, u_int64_t, u_int64_t, u_int32_t);
50 u_int32_t, u_int32_t, u_in
[all...]

Completed in 226 milliseconds

1234567891011>>