Searched refs:__u8 (Results 276 - 300 of 733) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtcp.h121 __u8 tcpi_state;
122 __u8 tcpi_ca_state;
123 __u8 tcpi_retransmits;
124 __u8 tcpi_probes;
125 __u8 tcpi_backoff;
126 __u8 tcpi_options;
127 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
170 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */
H A Dcapi.h111 __u8 manufacturer[CAPI_MANUFACTURER_LEN];
113 __u8 serial[CAPI_SERIAL_LEN];
H A Dext3_fs_i.h75 __u8 i_frag_no;
76 __u8 i_frag_size;
H A Dext4_fs_i.h83 __u8 i_frag_no;
84 __u8 i_frag_size;
H A Dext2_fs.h245 __u8 l_i_frag; /* Fragment number */
246 __u8 l_i_fsize; /* Fragment size */
253 __u8 h_i_frag; /* Fragment number */
254 __u8 h_i_fsize; /* Fragment size */
261 __u8 m_i_frag; /* Fragment number */
262 __u8 m_i_fsize; /* Fragment size */
390 __u8 s_uuid[16]; /* 128-bit uuid for volume */
398 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
399 __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */
404 __u8 s_journal_uui
[all...]
H A Dif_pppox_v26.h124 __u8 ver : 4;
125 __u8 type : 4;
127 __u8 type : 4;
128 __u8 ver : 4;
132 __u8 code;
H A Dethtool.h22 __u8 duplex; /* Duplex, half or full */
23 __u8 port; /* Which connector port */
24 __u8 phy_address;
25 __u8 transceiver; /* Which transceiver to use */
26 __u8 autoneg; /* Enable or disable autonegotiation */
55 __u8 sopass[SOPASS_MAX]; /* SecureOn(tm) password */
69 __u8 data[0];
78 __u8 data[0];
229 __u8 data[0];
256 __u8 dat
[all...]
H A Dpkt_sched.h101 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
211 __u8 Wlog; /* log(W) */
212 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
213 __u8 Scell_log; /* cell size for idle damping */
214 __u8 prio; /* prio of this VQ */
224 __u8 grio;
225 __u8 flags;
H A Dsctp.h77 __u8 type;
78 __u8 flags;
219 __u8 payload[0];
249 __u8 params[0];
308 __u8 body[0];
396 __u8 variable[0];
595 __u8 params[0];
H A Dloop.h110 __u8 lo_file_name[LO_NAME_SIZE];
111 __u8 lo_crypt_name[LO_NAME_SIZE];
112 __u8 lo_encrypt_key[LO_KEY_SIZE]; /* ioctl w/o */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirmod.h76 __u8 max_header_size, struct sk_buff *skb);
79 __u8 max_header_size, struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dbootx.h74 __u8* logicalDisplayBase;
93 __u8* dispDeviceBase; /* base address (physical) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h57 __u8 flags; /* bitfield */
58 __u8 version; /* should be GRE_VERSION_PPTP */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c700.h84 __u8 depth;
114 NCR_700_set_depth(struct scsi_device *SDp, __u8 depth)
120 static inline __u8
177 __u8 state;
179 __u8 flags;
224 __u8 *msgout;
226 __u8 *msgin;
228 __u8 *status;
234 __u8 tag_negotiated;
235 __u8 re
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/isdn/
H A Dcapiutil.h33 static inline void capimsg_setu8(void *m, int off, __u8 val)
35 ((__u8 *)m)[off] = val;
40 ((__u8 *)m)[off] = val & 0xff;
41 ((__u8 *)m)[off+1] = (val >> 8) & 0xff;
46 ((__u8 *)m)[off] = val & 0xff;
47 ((__u8 *)m)[off+1] = (val >> 8) & 0xff;
48 ((__u8 *)m)[off+2] = (val >> 16) & 0xff;
49 ((__u8 *)m)[off+3] = (val >> 24) & 0xff;
62 typedef __u8 *_cstruct;
80 __u8 Comman
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_connection_sock.h97 __u8 icsk_ca_state;
98 __u8 icsk_retransmits;
99 __u8 icsk_pending;
100 __u8 icsk_backoff;
101 __u8 icsk_syn_retries;
102 __u8 icsk_probes_out;
105 __u8 pending; /* ACK is pending */
106 __u8 quick; /* Scheduled number of quick acks */
107 __u8 pingpong; /* The session is interactive */
108 __u8 blocke
[all...]
H A Dipx.h19 __u8 node[IPX_NODE_LEN];
32 __u8 ipx_tctrl;
33 __u8 ipx_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h52 __u8 x86; /* CPU family */
53 __u8 x86_vendor; /* CPU vendor */
54 __u8 x86_model;
55 __u8 x86_mask;
64 __u8 x86_virt_bits, x86_phys_bits;
65 __u8 x86_max_cores; /* cpuid returned max cores value */
72 __u8 apicid;
74 __u8 booted_cores; /* number of cores as seen by OS */
75 __u8 phys_proc_id; /* Physical Processor id. */
76 __u8 cpu_core_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Dmisc.c69 static __u8 cuda_read_pram(int offset)
80 static void cuda_write_pram(int offset, __u8 data)
124 static __u8 pmu_read_pram(int offset)
135 static void pmu_write_pram(int offset, __u8 data)
177 static __u8 maciisi_read_pram(int offset)
186 static void maciisi_write_pram(int offset, __u8 data)
206 static __u8 via_pram_readbyte(void)
209 __u8 data;
233 static void via_pram_writebyte(__u8 data)
258 static void via_pram_command(int command, __u8 *dat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dkingsun-sir.c112 __u8 *in_buf; /* receive buffer */
113 __u8 *out_buf; /* transmit buffer */
114 __u8 max_rx; /* max. atomic read from dongle
116 __u8 max_tx; /* max. atomic write to dongle
124 __u8 ep_in;
125 __u8 ep_out;
225 __u8 *bytes = urb->transfer_buffer;
449 __u8 ep_in;
450 __u8 ep_out;
501 kingsun->max_rx = (__u8)maxp_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c94 __u8 hardware_type; // Type of hardware
108 __u8 shadow_msr;
109 __u8 shadow_mcr;
110 __u8 shadow_lsr;
111 __u8 lsr_mask;
125 __u8 bUartMode; /* Port type, 0: RS232, etc. */
257 __u8 request,
287 __u8 request,
316 static int TIWriteCommandSync (struct usb_device *dev, __u8 command,
317 __u8 modulei
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Diso.h52 __u8 channel;
55 __u8 tag;
56 __u8 sy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs2_fs.h305 __u8 e_reserved1;
306 __u8 e_flags; /* Extent flags */
377 /*00*/ __u8 h_signature[8]; /* Signature for verification */
423 /*50*/ __u8 s_label[OCFS2_MAX_VOL_LABEL_LEN]; /* Label for mounting, etc. */
424 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */
439 /*10*/ __u8 la_bitmap[0];
446 /*00*/ __u8 i_signature[8]; /* Signature for validation */
500 __u8 i_symlink[0];
513 __u8 name_len; /* Name length */
514 __u8 file_typ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-jbd.h77 __u8 s_uuid[16]; /* 128-bit uuid for journal */
92 __u8 s_users[16*48]; /* ids of all fs'es sharing the log */
213 __u8 j_uuid[16];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.h32 __u8 b[8];
273 __u8 ReservedFlags;
276 __u8 ebih[1];
285 __u8 StreamNumber;
286 __u8 MediaObjectNumber;
288 __u8 ReplicatedDataLength;
294 __u8 TypeFlags;
295 __u8 ECFlags;
296 __u8 ECType;
297 __u8 ECCycl
[all...]

Completed in 327 milliseconds

<<11121314151617181920>>