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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kvm/
H A Dasm-offsets.c38 offsetof(struct kvm_vcpu, arch.metaphysical_rr0));
40 offsetof(struct kvm_vcpu,
43 offsetof(struct kvm_vcpu, arch.vrr[0]));
45 offsetof(struct vpd, irr[0]));
47 offsetof(struct kvm_vcpu, arch.itc_check));
49 offsetof(struct kvm_vcpu, arch.irq_check));
51 offsetof(struct vpd, vhpi));
53 offsetof(struct kvm_vcpu, arch.vsa_base));
55 offsetof(struct kvm_vcpu, arch.vpd));
57 offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kvm/
H A Dasm-offsets.c38 offsetof(struct kvm_vcpu, arch.metaphysical_rr0));
40 offsetof(struct kvm_vcpu,
43 offsetof(struct kvm_vcpu, arch.vrr[0]));
45 offsetof(struct vpd, irr[0]));
47 offsetof(struct kvm_vcpu, arch.itc_check));
49 offsetof(struct kvm_vcpu, arch.irq_check));
51 offsetof(struct vpd, vhpi));
53 offsetof(struct kvm_vcpu, arch.vsa_base));
55 offsetof(struct kvm_vcpu, arch.vpd));
57 offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
33 DEFINE(TASK_TINFO, offsetof(struct task_struct, thread.info));
37 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
38 DEFINE(THREAD_USP, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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));
33 DEFINE(TASK_TINFO, offsetof(struct task_struct, thread.info));
37 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
38 DEFINE(THREAD_USP, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dasm-offsets.c24 DEFINE(__THREAD_info, offsetof(struct task_struct, stack));
25 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp));
26 DEFINE(__THREAD_per, offsetof(struct task_struct, thread.per_info));
27 DEFINE(__THREAD_mm_segment, offsetof(struct task_struct, thread.mm_segment));
29 DEFINE(__TASK_pid, offsetof(struct task_struct, pid));
31 DEFINE(__PER_atmid, offsetof(per_struct, lowcore.words.perc_atmid));
32 DEFINE(__PER_address, offsetof(per_struct, lowcore.words.address));
33 DEFINE(__PER_access_id, offsetof(per_struct, lowcore.words.access_id));
35 DEFINE(__TI_task, offsetof(struct thread_info, task));
36 DEFINE(__TI_domain, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dasm-offsets.c24 DEFINE(__THREAD_info, offsetof(struct task_struct, stack));
25 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp));
26 DEFINE(__THREAD_per, offsetof(struct task_struct, thread.per_info));
27 DEFINE(__THREAD_mm_segment, offsetof(struct task_struct, thread.mm_segment));
29 DEFINE(__TASK_pid, offsetof(struct task_struct, pid));
31 DEFINE(__PER_atmid, offsetof(per_struct, lowcore.words.perc_atmid));
32 DEFINE(__PER_address, offsetof(per_struct, lowcore.words.address));
33 DEFINE(__PER_access_id, offsetof(per_struct, lowcore.words.access_id));
35 DEFINE(__TI_task, offsetof(struct thread_info, task));
36 DEFINE(__TI_domain, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/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) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/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) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/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) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/kernel/
H A Dasm-offsets.c25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
29 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
30 DEFINE(PT_R0, offsetof(struct pt_regs, r0));
31 DEFINE(PT_R1, offsetof(struct pt_regs, r1));
32 DEFINE(PT_R2, offsetof(struct pt_regs, r2));
33 DEFINE(PT_R3, offsetof(struct pt_regs, r3));
34 DEFINE(PT_R4, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dasm-offsets.c25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
29 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
30 DEFINE(PT_R0, offsetof(struct pt_regs, r0));
31 DEFINE(PT_R1, offsetof(struct pt_regs, r1));
32 DEFINE(PT_R2, offsetof(struct pt_regs, r2));
33 DEFINE(PT_R3, offsetof(struct pt_regs, r3));
34 DEFINE(PT_R4, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/kernel/
H A Dasm-offsets.c24 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
25 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
26 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
27 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
28 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
29 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
30 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
31 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
37 DEFINE(THREAD_KSP, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/kernel/
H A Dasm-offsets.c24 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
25 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
26 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
27 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
28 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
29 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
30 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
31 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
37 DEFINE(THREAD_KSP, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/kernel/
H A Dasm-offsets.c21 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
22 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
23 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
24 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
25 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
26 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
27 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
28 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
29 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));
33 offsetof(irq_cpustat_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dasm-offsets.c21 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
22 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
23 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
24 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
25 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
26 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
27 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
28 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
29 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));
33 offsetof(irq_cpustat_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dasm-offsets.c23 DEFINE(TI_TASK, offsetof(struct thread_info, task));
24 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
28 DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block));
32 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
33 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
34 DEFINE(PBE_NEXT, offsetof(struct pbe, next));
38 DEFINE(SH_SLEEP_MODE, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dasm-offsets.c23 DEFINE(TI_TASK, offsetof(struct thread_info, task));
24 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
28 DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block));
32 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
33 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
34 DEFINE(PBE_NEXT, offsetof(struct pbe, next));
38 DEFINE(SH_SLEEP_MODE, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dasm-offsets.c41 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
42 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
43 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
45 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp));
46 DEFINE(TI_AC_LEAVE, offsetof(struct thread_info, ac_leave));
47 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime));
48 DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime));
53 DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked));
54 DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid));
55 DEFINE(IA64_TASK_GROUP_LEADER_OFFSET, offsetof (struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dasm-offsets.c41 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
42 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
43 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
45 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp));
46 DEFINE(TI_AC_LEAVE, offsetof(struct thread_info, ac_leave));
47 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime));
48 DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime));
53 DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked));
54 DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid));
55 DEFINE(IA64_TASK_GROUP_LEADER_OFFSET, offsetof (struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dasm-offsets.c70 DEFINE(THREAD, offsetof(struct task_struct, thread));
71 DEFINE(MM, offsetof(struct task_struct, mm));
72 DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id));
74 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
78 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
81 DEFINE(KSP, offsetof(struct thread_struct, ksp));
82 DEFINE(KSP_LIMIT, offsetof(struct thread_struct, ksp_limit));
83 DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
84 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode));
85 DEFINE(THREAD_FPR0, offsetof(struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dasm-offsets.c70 DEFINE(THREAD, offsetof(struct task_struct, thread));
71 DEFINE(MM, offsetof(struct task_struct, mm));
72 DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id));
74 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
78 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
81 DEFINE(KSP, offsetof(struct thread_struct, ksp));
82 DEFINE(KSP_LIMIT, offsetof(struct thread_struct, ksp_limit));
83 DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
84 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode));
85 DEFINE(THREAD_FPR0, offsetof(struc
[all...]

Completed in 300 milliseconds

1234567891011>>