Searched refs:offsetof (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dasm-offsets.c37 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
38 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
39 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
43 DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked));
44 DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid));
45 DEFINE(IA64_TASK_GROUP_LEADER_OFFSET, offsetof (struct task_struct, group_leader));
46 DEFINE(IA64_TASK_PENDING_OFFSET,offsetof (struct task_struct, pending));
47 DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid));
48 DEFINE(IA64_TASK_REAL_PARENT_OFFSET, offsetof (struct task_struct, real_parent));
49 DEFINE(IA64_TASK_SIGHAND_OFFSET,offsetof (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dasm-offsets.c25 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
26 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
27 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
28 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
29 DEFINE(TASK_INFO, offsetof(struct task_struct, thread.info));
30 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
31 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
34 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
35 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
36 DEFINE(THREAD_SR, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_jobs_conv.c25 { "jobid", PY_UINT32, offsetof(JOB_INFO_1, jobid) },
26 { "printer_name", PY_UNISTR, offsetof(JOB_INFO_1, printername) },
27 { "server_name", PY_UNISTR, offsetof(JOB_INFO_1, machinename) },
28 { "user_name", PY_UNISTR, offsetof(JOB_INFO_1, username) },
29 { "document_name", PY_UNISTR, offsetof(JOB_INFO_1, document) },
30 { "data_type", PY_UNISTR, offsetof(JOB_INFO_1, datatype) },
31 { "text_status", PY_UNISTR, offsetof(JOB_INFO_1, text_status) },
32 { "status", PY_UINT32, offsetof(JOB_INFO_1, status) },
33 { "priority", PY_UINT32, offsetof(JOB_INFO_1, priority) },
34 { "position", PY_UINT32, offsetof(JOB_INFO_
[all...]
H A Dpy_srvsvc_conv.c25 { "platform_id", PY_UINT32, offsetof(SRV_INFO_101, platform_id) },
26 { "major_version", PY_UINT32, offsetof(SRV_INFO_101, ver_major) },
27 { "minor_version", PY_UINT32, offsetof(SRV_INFO_101, ver_minor) },
28 { "server_type", PY_UINT32, offsetof(SRV_INFO_101, srv_type) },
29 { "name", PY_UNISTR2, offsetof(SRV_INFO_101, uni_name) },
30 { "comment", PY_UNISTR2, offsetof(SRV_INFO_101, uni_comment) },
H A Dpy_winbind_conv.c27 { "pw_name", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_name) },
28 { "pw_passwd", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_passwd) },
29 { "pw_uid", PY_UID, offsetof(struct winbindd_response, data.pw.pw_uid) },
30 { "pw_guid", PY_GID, offsetof(struct winbindd_response, data.pw.pw_gid) },
31 { "pw_gecos", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_gecos) },
32 { "pw_dir", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_dir) },
33 { "pw_shell", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_shell) },
H A Dpy_spoolss_printers_conv.c25 { "name", PY_UNISTR, offsetof(PRINTER_INFO_0, printername) },
26 { "server_name", PY_UNISTR, offsetof(PRINTER_INFO_0, servername) },
28 { "cjobs", PY_UINT32, offsetof(PRINTER_INFO_0, cjobs) },
29 { "total_jobs", PY_UINT32, offsetof(PRINTER_INFO_0, total_jobs) },
30 { "total_bytes", PY_UINT32, offsetof(PRINTER_INFO_0, total_bytes) },
32 { "year", PY_UINT16, offsetof(PRINTER_INFO_0, year) },
33 { "month", PY_UINT16, offsetof(PRINTER_INFO_0, month) },
34 { "day_of_week", PY_UINT16, offsetof(PRINTER_INFO_0, dayofweek) },
35 { "day", PY_UINT16, offsetof(PRINTER_INFO_0, day) },
36 { "hour", PY_UINT16, offsetof(PRINTER_INFO_
[all...]
H A Dpy_spoolss_forms_conv.c25 { "flags", PY_UINT32, offsetof(FORM, flags) },
26 { "width", PY_UINT32, offsetof(FORM, size_x) },
27 { "length", PY_UINT32, offsetof(FORM, size_y) },
28 { "top", PY_UINT32, offsetof(FORM, top) },
29 { "left", PY_UINT32, offsetof(FORM, left) },
30 { "right", PY_UINT32, offsetof(FORM, right) },
31 { "bottom", PY_UINT32, offsetof(FORM, bottom) },
36 { "flags", PY_UINT32, offsetof(FORM_1, flag) },
37 { "width", PY_UINT32, offsetof(FORM_1, width) },
38 { "length", PY_UINT32, offsetof(FORM_
[all...]
H A Dpy_spoolss_ports_conv.c25 { "name", PY_UNISTR, offsetof(PORT_INFO_1, port_name) },
30 { "name", PY_UNISTR, offsetof(PORT_INFO_2, port_name) },
31 { "monitor_name", PY_UNISTR, offsetof(PORT_INFO_2, monitor_name) },
32 { "description", PY_UNISTR, offsetof(PORT_INFO_2, description) },
33 { "reserved", PY_UINT32, offsetof(PORT_INFO_2, reserved) },
34 { "type", PY_UINT32, offsetof(PORT_INFO_2, port_type) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dasm-offsets.c28 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
29 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
30 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
31 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
32 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
33 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
34 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
35 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
38 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
41 DEFINE(THREAD_KSP, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dasm-offsets.c31 DEFINE(PT_PC, offsetof (struct pt_regs, pc));
32 DEFINE(PT_PS, offsetof (struct pt_regs, ps));
33 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));
34 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
35 DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));
36 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));
37 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
38 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));
39 DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
40 DEFINE(PT_LCOUNT, offsetof (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dasm-offsets.c37 DEFINE(THREAD, offsetof(struct task_struct, thread));
38 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
39 DEFINE(MM, offsetof(struct task_struct, mm));
40 DEFINE(PTRACE, offsetof(struct task_struct, ptrace));
41 DEFINE(KSP, offsetof(struct thread_struct, ksp));
42 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
43 DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
44 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode));
45 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0]));
46 DEFINE(THREAD_FPSCR, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dasm-offsets.c44 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
45 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
46 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
47 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
48 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
49 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
50 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
51 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
52 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));
56 offsetof(irq_cpustat_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dasm-offsets.c18 DEFINE(__THREAD_info, offsetof(struct task_struct, stack),);
19 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp),);
20 DEFINE(__THREAD_per, offsetof(struct task_struct, thread.per_info),);
22 offsetof(struct task_struct, thread.mm_segment),);
24 DEFINE(__TASK_pid, offsetof(struct task_struct, pid),);
26 DEFINE(__PER_atmid, offsetof(per_struct, lowcore.words.perc_atmid),);
27 DEFINE(__PER_address, offsetof(per_struct, lowcore.words.address),);
28 DEFINE(__PER_access_id, offsetof(per_struct, lowcore.words.access_id),);
30 DEFINE(__TI_task, offsetof(struct thread_info, task),);
31 DEFINE(__TI_domain, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dasm-offsets.c40 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
42 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
43 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
44 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
45 DEFINE(TI_TASK, offsetof(struct thread_info, task));
46 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
47 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
48 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain));
49 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context));
50 DEFINE(TI_USED_CP, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dasm-offsets.c29 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
30 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
31 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
32 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
33 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
34 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
35 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
36 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
39 DEFINE(STAT_IRQ, offsetof(struct kernel_stat, irqs));
42 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dasm-offsets.c24 DEFINE(TI_TASK, offsetof(struct thread_info, task));
25 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
26 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
28 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
29 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
30 DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dasm-offsets.c56 DEFINE(THREAD, offsetof(struct task_struct, thread));
57 DEFINE(MM, offsetof(struct task_struct, mm));
59 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
61 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
62 DEFINE(PTRACE, offsetof(struct task_struct, ptrace));
65 DEFINE(KSP, offsetof(struct thread_struct, ksp));
66 DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
67 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode));
68 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0]));
69 DEFINE(THREAD_FPSCR, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dasm-offsets.c24 DEFINE(TI_TASK, offsetof(struct thread_info, task));
25 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
26 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
27 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
28 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
29 DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dasm-offsets.c57 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
58 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
59 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
60 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));
61 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
62 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
63 DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality));
64 DEFINE(TASK_PID, offsetof(struct task_struct, pid));
66 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));
67 DEFINE(TASK_PT_PSW, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dasm-offsets.c20 DEFINE(TI_TASK, offsetof(struct thread_info, task));
21 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
22 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
25 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
26 DEFINE(TASK_UID, offsetof(struct task_struct, uid));
27 DEFINE(TASK_EUID, offsetof(struct task_struct, euid));
28 DEFINE(TASK_GID, offsetof(struct task_struct, gid));
29 DEFINE(TASK_EGID, offsetof(struct task_struct, egid));
30 DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent));
31 DEFINE(TASK_GROUP_LEADER, offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dasm-offsets.c23 DEFINE(AOFF_task_thread, offsetof(struct task_struct, thread));
25 DEFINE(AOFF_task_pid, offsetof(struct task_struct, pid));
26 DEFINE(AOFF_task_uid, offsetof(struct task_struct, uid));
27 DEFINE(AOFF_task_gid, offsetof(struct task_struct, gid));
28 DEFINE(AOFF_task_euid, offsetof(struct task_struct, euid));
29 DEFINE(AOFF_task_egid, offsetof(struct task_struct, egid));
30 /* DEFINE(THREAD_INFO, offsetof(struct task_struct, stack)); */
37 offsetof(struct thread_struct, fork_kpsr));
39 DEFINE(AOFF_mm_context, offsetof(struct mm_struct, context));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstddef.h20 #undef offsetof macro
22 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
24 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dasm-offsets.c27 DEFINE (TASK_STATE, offsetof (struct task_struct, state));
28 DEFINE (TASK_FLAGS, offsetof (struct task_struct, flags));
29 DEFINE (TASK_PTRACE, offsetof (struct task_struct, ptrace));
30 DEFINE (TASK_BLOCKED, offsetof (struct task_struct, blocked));
31 DEFINE (TASK_THREAD, offsetof (struct task_struct, thread));
32 DEFINE (TASK_THREAD_INFO, offsetof (struct task_struct, stack));
33 DEFINE (TASK_MM, offsetof (struct task_struct, mm));
34 DEFINE (TASK_ACTIVE_MM, offsetof (struct task_struct, active_mm));
35 DEFINE (TASK_PID, offsetof (struct task_struct, pid));
38 DEFINE (STAT_IRQ, offsetof (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_stddef.h11 #undef offsetof macro
12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
25 (type *)( (char *)__mptr - offsetof(type,member) );})
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlinux_stddef.h11 #undef offsetof macro
12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
25 (type *)( (char *)__mptr - offsetof(type,member) );})

Completed in 184 milliseconds

1234567891011>>