Searched refs:offsetof (Results 201 - 225 of 719) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c198 CVMX_PREFETCH(m, offsetof(struct mbuf, m_data));
199 CVMX_PREFETCH(m, offsetof(struct mbuf, m_pkthdr));
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drand_egd.c76 i = offsetof(struct sockaddr_un, sun_path) + strlen(path);
/freebsd-12-stable/sbin/nvmecontrol/
H A Didentify.c203 hexlength = offsetof(struct nvme_controller_data,
227 hexlength = offsetof(struct nvme_namespace_data,
/freebsd-12-stable/usr.sbin/apmd/contrib/
H A Dpccardq.c87 pccardq.sun_len = offsetof(struct sockaddr_un, sun_path) + strlen(pccardq.sun_path);
102 pccardd.sun_len = offsetof(struct sockaddr_un, sun_path) + pccardd_len;
/freebsd-12-stable/contrib/gcc/
H A Dvec.h562 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
847 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
984 offsetof (VEC(T,A),base.vec), \
998 offsetof (VEC(T,A),base.vec), sizeof (T) \
1023 offsetof (VEC(T,A),base.vec),\
1039 offsetof (VEC(T,A),base.vec), \
1080 (NULL, alloc_, offsetof (VEC(T,A),base.vec), \
1093 offsetof (VEC(T,A),base.vec), sizeof (T) \
1118 offsetof (VEC(T,A),base.vec),\
1133 (*vec_, alloc_, offsetof (VE
[all...]
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c2173 : : "i"(offsetof (struct _Unwind_Context, rnat)));
2175 : : "i"(offsetof (struct _Unwind_Context, bsp)));
2177 : : "i"(offsetof (struct _Unwind_Context, psp)));
2179 : : "i"(offsetof (struct _Unwind_Context, rp)));
2181 : : "i"(offsetof (struct _Unwind_Context, pr)));
2183 : : "i"(offsetof (struct _Unwind_Context, gp)));
2185 : : "i"(offsetof (struct _Unwind_Context, pfs_loc)));
2187 : : "i"(offsetof (struct _Unwind_Context, unat_loc)));
2189 : : "i"(offsetof (struct _Unwind_Context, lc_loc)));
2191 : : "i"(offsetof (struc
[all...]
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c867 data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port,
885 data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port,
904 offsetof(struct public_port, operational_dcbx_mib);
922 offsetof(struct public_port, remote_dcbx_mib);
938 offsetof(struct public_port, local_admin_dcbx_mib);
953 offsetof(struct public_port, dcb_dscp_map);
1418 offsetof(struct public_port, local_admin_dcbx_mib);
1428 offsetof(struct public_port, dcb_dscp_map);
1540 offsetof(struct public_port, lldp_received_tlvs[i]);
1587 offsetof(struc
[all...]
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c200 CTASSERT(offsetof(struct pmclog_map_in,pl_pathname) ==
205 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4 + TSDELTA);
210 CTASSERT(offsetof(struct pmclog_procexec,pl_pathname) == 5*4 + TSDELTA +
926 recordlen = offsetof(struct pmclog_callchain, pl_pc) +
963 recordlen = offsetof(struct pmclog_map_in, pl_pathname) +
1036 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen;
1113 recordlen = offsetof(struct pmclog_procexec, pl_pathname) + pathlen;
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c99 #define rxOutOfs offsetof (PktRealStub,_rxOutOfs)
100 #define rxInOfs offsetof (PktRealStub,_rxInOfs)
101 #define PktReceiver offsetof (PktRealStub,_PktReceiver [para_skip])
102 #define pktDrop offsetof (PktRealStub,_pktDrop)
103 #define pktTemp offsetof (PktRealStub,_pktTemp)
104 #define pktTxBuf offsetof (PktRealStub,_pktTxBuf)
105 #define FIRST_RX_BUF offsetof (PktRealStub,_pktRxBuf [0])
106 #define LAST_RX_BUF offsetof (PktRealStub,_pktRxBuf [NUM_RX_BUF-1])
1174 if (*(WORD*)(real_stub_array + offsetof(PktRealStub,_dummy)) != 0xB800)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64.h14 #define GPR_PPC64_OFFSET(regname) (offsetof(GPR_PPC64, regname))
15 #define FPR_PPC64_OFFSET(regname) (offsetof(FPR_PPC64, regname) \
17 #define VMX_PPC64_OFFSET(regname) (offsetof(VMX_PPC64, regname) \
H A DRegisterInfos_ppc64le.h14 #define GPR_OFFSET(regname) (offsetof(GPR, regname))
15 #define FPR_OFFSET(regname) (offsetof(FPR, regname) + sizeof(GPR))
16 #define VMX_OFFSET(regname) (offsetof(VMX, regname) + sizeof(GPR) + sizeof(FPR))
18 (offsetof(VSX, regname) + sizeof(GPR) + sizeof(FPR) + sizeof(VMX))
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-asid.c125 user.size = offsetof(struct pt_asid, vmcs);
234 errcode = pt_asid_to_user(&user, &asid, offsetof(struct pt_asid, vmcs));
236 ptu_uint_eq(user.size, offsetof(struct pt_asid, vmcs));
/freebsd-12-stable/sys/dev/arcmsr/
H A Darcmsr.c1762 devicemap = offsetof(struct HBA_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
1771 devicemap = offsetof(struct HBB_RWBUFFER, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
1780 devicemap = offsetof(struct HBC_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
1788 devicemap = offsetof(struct HBD_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
1796 devicemap = offsetof(struct HBE_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
3745 size_t iop_firm_model = offsetof(struct HBA_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
3746 size_t iop_firm_version = offsetof(struct HBA_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_VERS_OFFSET]); /*firm_version,17,68-83*/
3747 size_t iop_device_map = offsetof(struct HBA_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
3795 size_t iop_firm_model = offsetof(struct HBB_RWBUFFER, msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
3796 size_t iop_firm_version = offsetof(struc
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_request.h158 #define REQ_LEN_HDR (offsetof(struct req_pkt, u))
160 #define REQ_LEN_NOMAC (offsetof(struct req_pkt, keyid))
170 #define RESP_HEADER_SIZE (offsetof(struct resp_pkt, u))
305 #define v4sizeof(type) offsetof(type, v6_flag)
/freebsd-12-stable/contrib/gcc/ginclude/
H A Dstddef.h414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_iter.c116 offsetof(zpool_node_t, zn_avlnode), zpool_compare, UU_DEFAULT);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.c157 offsetof(cvmx_config_block_t, events), sizeof(int64_t));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fuid.c99 sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_idxnode));
101 sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_domnode));
659 offsetof(zfs_fuid_domain_t, z_next));
661 offsetof(zfs_fuid_t, z_next));
H A Dzfs_onexit.c81 offsetof(zfs_onexit_action_node_t, za_link));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfasttrap_impl.h156 ((fasttrap_id_tp_t *)(((char *)(id) - offsetof(fasttrap_id_tp_t, fit_id))) - \
/freebsd-12-stable/lib/libc/locale/
H A Dlmonetary.c48 (offsetof(struct lc_monetary_T, int_p_cs_precedes) / \
/freebsd-12-stable/sys/dev/cxgbe/
H A Dosdep.h95 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f)))
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_ah.c78 u32 min_resp_len = offsetof(typeof(resp), dmac) +
/freebsd-12-stable/sys/net80211/
H A Dieee80211_ageq.c226 offsetof(struct mbuf, m_nextpkt));
/freebsd-12-stable/sys/netinet/
H A Dudp_var.h122 kmod_udpstat_inc(offsetof(struct udpstat, name) / sizeof(uint64_t))

Completed in 189 milliseconds

1234567891011>>