Searched refs:offsetof (Results 101 - 125 of 378) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpda.h51 #define pda_offset(field) offsetof(struct x8664_pda, field)
H A Di387.h147 "i" (offsetof(__typeof__(*tsk),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dbindtextdom.c44 /* Some compilers, like SunOS4 cc, don't have offsetof in <stddef.h>. */
45 #ifndef offsetof
46 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
206 (struct binding *) malloc (offsetof (struct binding, domainname) + len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndegd.c37 #ifndef offsetof
38 #define offsetof(type, member) ((size_t) &((type *)0)->member) macro
184 addr_len = (offsetof( struct sockaddr_un, sun_path )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dasn1t.h178 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
182 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
241 offsetof(stname,selname) ,\
253 offsetof(stname,selname) ,\
272 (flags), (tag), offsetof(stname, field),\
367 offsetof(name, field),\
384 offsetof(name, field),\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dasn1t.h178 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
182 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
241 offsetof(stname,selname) ,\
253 offsetof(stname,selname) ,\
272 (flags), (tag), offsetof(stname, field),\
367 offsetof(name, field),\
384 offsetof(name, field),\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Drack-meter.c175 offsetof(struct rackmeter_dma, mark));
177 offsetof(struct rackmeter_dma, buf1));
179 offsetof(struct rackmeter_dma, buf2));
186 offsetof(struct rackmeter_dma, mark));
193 offsetof(struct rackmeter_dma, buf1));
199 offsetof(struct rackmeter_dma, mark));
206 offsetof(struct rackmeter_dma, buf2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1t.h181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
185 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
256 offsetof(stname,selname) ,\
268 offsetof(stname,selname) ,\
287 (flags), (tag), offsetof(stname, field),\
386 offsetof(name, field),\
403 offsetof(name, field),\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
185 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
256 offsetof(stname,selname) ,\
268 offsetof(stname,selname) ,\
287 (flags), (tag), offsetof(stname, field),\
386 offsetof(name, field),\
403 offsetof(name, field),\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_dump.c753 offsetof(struct asd_ddb_ssp_smp_target_port, __name))
756 offsetof(struct asd_ddb_stp_sata_target_port, __name))
759 offsetof(struct asd_ddb_ssp_smp_target_port, __name))
763 offsetof(struct asd_ddb_ssp_smp_target_port, __name))
795 offsetof(struct asd_ddb_seq_shared, __name))
798 offsetof(struct asd_ddb_seq_shared, __name))
802 offsetof(struct asd_ddb_seq_shared, __name))
806 offsetof(struct asd_ddb_seq_shared, __name)+_o)
839 + offsetof(struct initiate_ssp_task, __name))
842 + offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_LED.c126 .userspacesize = offsetof(struct xt_led_info, internal_data),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dsvm.c1594 [svm]"i"(offsetof(struct kvm_vcpu, svm)),
1595 [vmcb]"i"(offsetof(struct vcpu_svm, vmcb_pa)),
1596 [rbx]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RBX])),
1597 [rcx]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RCX])),
1598 [rdx]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RDX])),
1599 [rsi]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RSI])),
1600 [rdi]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RDI])),
1601 [rbp]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RBP]))
1603 ,[r8 ]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_R8 ])),
1604 [r9 ]"i"(offsetof(struc
[all...]
H A Dvmx.c1959 [rax]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RAX])),
1960 [rbx]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RBX])),
1961 [rcx]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RCX])),
1962 [rdx]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RDX])),
1963 [rsi]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RSI])),
1964 [rdi]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RDI])),
1965 [rbp]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_RBP])),
1967 [r8 ]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_R8 ])),
1968 [r9 ]"i"(offsetof(struct kvm_vcpu, regs[VCPU_REGS_R9 ])),
1969 [r10]"i"(offsetof(struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c49 if (offsetof(struct task_struct, thread.i387.fxsave) & 15)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_data.h129 return (int)roundup(offsetof(xfs_dir2_data_entry_t, name[0]) + (n) + \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rxrpc/
H A Dpacket.h70 #define __rxrpc_header_off(X) offsetof(struct rxrpc_header,X)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_mode_beet.c52 skb->network_header += offsetof(struct ipv6hdr, nexthdr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Davfilter.h623 avfilter_insert_pad(index, &f->input_count, offsetof(AVFilterLink, dstpad),
631 avfilter_insert_pad(index, &f->output_count, offsetof(AVFilterLink, srcpad),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dinternal.h98 #ifndef offsetof
99 # define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Ddir_fplus.c135 offset = offsetof(struct adfs_bigdirheader, bigdirname);
148 offset = offsetof(struct adfs_bigdirheader, bigdirname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dariadne.c289 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, tx_ring));
291 lance->RDP = swhighw(ARIADNE_RAM+offsetof(struct lancedata, tx_ring));
295 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, rx_ring));
297 lance->RDP = swhighw(ARIADNE_RAM+offsetof(struct lancedata, rx_ring));
345 t->TMD0 = swloww(ARIADNE_RAM+offsetof(struct lancedata, tx_buff[i]));
346 t->TMD1 = swhighw(ARIADNE_RAM+offsetof(struct lancedata, tx_buff[i])) |
357 r->RMD0 = swloww(ARIADNE_RAM+offsetof(struct lancedata, rx_buff[i]));
358 r->RMD1 = swhighw(ARIADNE_RAM+offsetof(struct lancedata, rx_buff[i])) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_g450.c39 }, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
44 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
49 }, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
54 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
59 }, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dos400sys.c956 if (!srcaddr || srclen < offsetof(struct sockaddr, sa_family) +
969 dstsize = sizeof *dstaddr - offsetof(struct sockaddr_un, sun_path);
970 srclen -= offsetof(struct sockaddr_un, sun_path);
973 i += offsetof(struct sockaddr_un, sun_path);
1058 i = *addrlen - offsetof(struct sockaddr_un, sun_path);
1059 laddrlen -= offsetof(struct sockaddr_un, sun_path);
1061 laddrlen = i + offsetof(struct sockaddr_un, sun_path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h417 #define INB(r) INB_OFF (offsetof(struct ncr_reg,r))
418 #define INW(r) INW_OFF (offsetof(struct ncr_reg,r))
419 #define INL(r) INL_OFF (offsetof(struct ncr_reg,r))
421 #define OUTB(r, val) OUTB_OFF (offsetof(struct ncr_reg,r), (val))
422 #define OUTW(r, val) OUTW_OFF (offsetof(struct ncr_reg,r), (val))
423 #define OUTL(r, val) OUTL_OFF (offsetof(struct ncr_reg,r), (val))
897 #define REGJ(p,r) (offsetof(struct ncr_reg, p ## r))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h4 #undef offsetof macro
5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
17 (type *)( (char *)__mptr - offsetof(type,member) );})

Completed in 253 milliseconds

1234567891011>>