Searched refs:s32 (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.h83 s32 PRIM_type;
84 s32 DEST_length;
85 s32 DEST_offset;
86 s32 OPT_length;
87 s32 OPT_offset;
91 s32 PRIM_type;
92 s32 ADDR_length;
93 s32 ADDR_offset;
98 s32 PRIM_type;
99 s32 DEST_lengt
[all...]
H A Dsignal.h63 s32 _pid;
66 s32 _uid;
67 s32 _value;
70 s32 _utime;
72 s32 _stime;
82 s32 _band;
H A Dipc.c22 s32 uid;
23 s32 gid;
24 s32 cuid;
25 s32 cgid;
29 s32 pad[4];
38 s32 shm_lpid;
39 s32 shm_cpid;
42 s32 shm_atime;
43 s32 shm_pad1;
44 s32 shm_dtim
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.h30 s32 gd, gp, gr; /* PID gains */
31 s32 itarget; /* PID input target */
32 s32 min,max; /* min and max target values */
38 s32 target; /* current target value */
39 s32 samples[WF_PID_MAX_HISTORY]; /* samples history buffer */
40 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */
46 extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
63 s32 gd, gp, gr; /* PID gains */
64 s32 pmaxad
[all...]
H A Dtherm_pm72.h152 s32 G_d;
153 s32 G_p;
154 s32 G_r;
155 s32 input_target;
156 s32 output_min;
157 s32 output_max;
158 s32 interval;
166 s32 sample_history[BACKSIDE_PID_HISTORY_SIZE];
167 s32 error_history[BACKSIDE_PID_HISTORY_SIZE];
169 s32 last_tem
[all...]
H A Dwindfarm.h29 int (*set_value)(struct wf_control *ct, s32 val);
30 int (*get_value)(struct wf_control *ct, s32 *val);
31 s32 (*get_min)(struct wf_control *ct);
32 s32 (*get_max)(struct wf_control *ct);
65 s32 vmax = ct->ops->get_max(ct);
71 s32 vmin = ct->ops->get_min(ct);
82 int (*get_value)(struct wf_sensor *sr, s32 *val);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_eq.h21 s32 this04; /* How many filters for each side (default = 10) */
22 s32 this08; /* inited to cero. Stereo flag? */
32 s32 this10; /* How many gains are used for each side (right or left). */
34 s32 this28; /* flag related to EQ enabled or not. Gang flag ? */
35 s32 this54; /* SetBypass */
36 s32 this58;
37 s32 this5c;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dcompat.h13 typedef s32 compat_ssize_t;
14 typedef s32 compat_time_t;
15 typedef s32 compat_clock_t;
16 typedef s32 compat_pid_t;
24 typedef s32 compat_off_t;
28 typedef s32 compat_daddr_t;
30 typedef s32 compat_timer_t;
32 typedef s32 compat_int_t;
33 typedef s32 compat_long_t;
39 s32 tv_nse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dcompat.h13 typedef s32 compat_ssize_t;
14 typedef s32 compat_time_t;
15 typedef s32 compat_clock_t;
16 typedef s32 compat_suseconds_t;
18 typedef s32 compat_pid_t;
19 typedef s32 __compat_uid_t;
20 typedef s32 __compat_gid_t;
26 typedef s32 compat_off_t;
29 typedef s32 compat_ipc_pid_t;
30 typedef s32 compat_daddr_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dcompat.h13 typedef s32 compat_ssize_t;
14 typedef s32 compat_time_t;
15 typedef s32 compat_clock_t;
16 typedef s32 compat_suseconds_t;
18 typedef s32 compat_pid_t;
19 typedef s32 __compat_uid_t;
20 typedef s32 __compat_gid_t;
26 typedef s32 compat_off_t;
29 typedef s32 compat_ipc_pid_t;
30 typedef s32 compat_daddr_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtc.h51 s32 revision; /* Hardware revision level. */
52 s32 clk_period; /* Clock period in nanoseconds. */
53 s32 slot_size; /* Slot size in megabytes. */
54 s32 io_timeout; /* I/O timeout in cycles. */
55 s32 dma_range; /* DMA address range in megabytes. */
56 s32 max_dma_burst; /* Maximum DMA burst length. */
57 s32 parity; /* System module supports TC parity. */
58 s32 reserved[4];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_seqnum.c43 s32
46 s32 seqnum,
64 s32
68 int *direction, s32 * seqnum)
70 s32 code;
80 return (s32)KG_BAD_SEQ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dcompat.h40 typedef s32 compat_ssize_t;
41 typedef s32 compat_time_t;
42 typedef s32 compat_clock_t;
43 typedef s32 compat_pid_t;
51 typedef s32 compat_off_t;
55 typedef s32 compat_daddr_t;
58 typedef s32 compat_key_t;
59 typedef s32 compat_timer_t;
61 typedef s32 compat_int_t;
62 typedef s32 compat_long_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dcompat.h13 typedef s32 compat_ssize_t;
14 typedef s32 compat_time_t;
15 typedef s32 compat_clock_t;
16 typedef s32 compat_pid_t;
24 typedef s32 compat_off_t;
28 typedef s32 compat_daddr_t;
31 typedef s32 compat_key_t;
32 typedef s32 compat_timer_t;
34 typedef s32 compat_int_t;
35 typedef s32 compat_long_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dcompat.h11 typedef s32 compat_ssize_t;
12 typedef s32 compat_time_t;
13 typedef s32 compat_clock_t;
14 typedef s32 compat_pid_t;
22 typedef s32 compat_off_t;
26 typedef s32 compat_daddr_t;
29 typedef s32 compat_key_t;
30 typedef s32 compat_timer_t;
32 typedef s32 compat_int_t;
33 typedef s32 compat_long_
[all...]
H A Didprom.h16 s32 id_date; /* Date of manufacture */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dcompat.h13 typedef s32 compat_ssize_t;
14 typedef s32 compat_time_t;
15 typedef s32 compat_clock_t;
16 typedef s32 compat_pid_t;
24 typedef s32 compat_off_t;
28 typedef s32 compat_daddr_t;
31 typedef s32 compat_timer_t;
32 typedef s32 compat_key_t;
34 typedef s32 compat_int_t;
35 typedef s32 compat_long_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dcompat.h11 typedef s32 compat_ssize_t;
12 typedef s32 compat_time_t;
13 typedef s32 compat_clock_t;
14 typedef s32 compat_key_t;
15 typedef s32 compat_pid_t;
23 typedef s32 compat_off_t;
27 typedef s32 compat_daddr_t;
30 typedef s32 compat_timer_t;
32 typedef s32 compat_int_t;
33 typedef s32 compat_long_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Dultrix.c18 s32 pt_magic; /* magic no. indicating part. info exits */
19 s32 pt_valid; /* set by driver if pt is current */
21 s32 pi_nblocks; /* no. of sectors */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dpercpu_counter.c8 void percpu_counter_mod(struct percpu_counter *fbc, s32 amount)
11 s32 *pcount;
40 s32 *pcount = per_cpu_ptr(fbc->counters, cpu);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dcmdline.c17 void __init prom_init_cmdline(s32 argc, s32 *argv, u32 magic)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dsktypes.h51 #define SK_I32 s32
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpatch.c103 s32 *offp = (s32 *) start;
106 while (offp < (s32 *) end) {
123 s32 *offp = (s32 *) start;
139 while (offp < (s32 *) end) {
156 s32 *offp = (s32 *) start;
159 while (offp < (s32 *) end) {
173 s32 *off
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Didprom.h16 s32 id_date; /* Date of manufacture */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dtypes.h52 typedef signed int s32; typedef

Completed in 208 milliseconds

1234567891011>>