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

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_onexit.c81 offsetof(zfs_onexit_action_node_t, za_link));
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 Dvdev_cache.c399 offsetof(struct vdev_cache_entry, ve_offset_node));
403 offsetof(struct vdev_cache_entry, ve_lastused_node));
/freebsd-11-stable/sys/arm64/arm64/
H A Ddb_interface.c66 #define DB_OFFSET(x) (db_expr_t *)offsetof(struct trapframe, x)
/freebsd-11-stable/crypto/openssh/
H A Dentropy.c42 #include <stddef.h> /* for offsetof */
107 addr_len = offsetof(struct sockaddr_un, sun_path) +
/freebsd-11-stable/lib/libc/locale/
H A Dlmonetary.c46 (offsetof(struct lc_monetary_T, int_p_cs_precedes) / \
/freebsd-11-stable/sys/netinet/
H A Dudp_var.h120 kmod_udpstat_inc(offsetof(struct udpstat, name) / sizeof(uint64_t))
/freebsd-11-stable/sys/riscv/riscv/
H A Ddb_interface.c66 #define DB_OFFSET(x) (db_expr_t *)offsetof(struct trapframe, x)
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ageq.c224 offsetof(struct mbuf, m_nextpkt));
/freebsd-11-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-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_ah.c78 u32 min_resp_len = offsetof(typeof(resp), dmac) +
/freebsd-11-stable/stand/i386/libi386/
H A Dbiossmap.c50 #define SMAP_BUFSIZE offsetof(struct smap_buf, bufs)
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c173 m_copydata(m, offsetof(struct ip, ip_dst),
181 m_copydata(m, offsetof(struct ip6_hdr, ip6_dst),
248 offsetof(struct ip, ip_p), AF_INET, proto);
461 offsetof(struct ip6_hdr, ip6_nxt), AF_INET6, proto);
H A Dsubr_ipsec.c79 m_copydata(m, offsetof(struct ip, ip_src),
82 m_copydata(m, offsetof(struct ip, ip_dst),
/freebsd-11-stable/usr.bin/lastcomm/
H A Dreadrec.c47 * Reverse offsetof: return the offset of field f
50 #define roffsetof(s, f) (sizeof(s) - offsetof(s, f))
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h93 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f)))
/freebsd-11-stable/usr.bin/ipcs/
H A Dipc.c94 #define X(a, b) { "kern.ipc." #a, offsetof(TYPEC, a), (b) },
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
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-11-stable/sys/sys/
H A Dparam.h357 ((struct s *)(void *)((char *)(x) - offsetof(struct s, m)))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c75 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l)))
239 L1 = &luaC_newobj(L, LUA_TTHREAD, sizeof(LX), NULL, offsetof(LX, l))->th;
/freebsd-11-stable/sys/net/
H A Dvnet.h103 counter_u64_add(VNET(name)[offsetof(type, f) / sizeof(uint64_t)], (v))
106 counter_u64_fetch(VNET(name)[offsetof(type, f) / sizeof(uint64_t)])
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp38 #ifndef offsetof
39 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp145 O.fixup32((uint32_t)StrtabOffset, offsetof(Header, StrtabOffset));
146 O.fixup32((uint32_t)StrtabSize, offsetof(Header, StrtabSize));
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_thermal.c281 sc, offsetof(struct acpi_tz_softc, tz_zone.psv),
285 sc, offsetof(struct acpi_tz_softc, tz_zone.hot),
290 sc, offsetof(struct acpi_tz_softc, tz_zone.crt),
299 sc, offsetof(struct acpi_tz_softc, tz_zone.tc1),
304 sc, offsetof(struct acpi_tz_softc, tz_zone.tc2),
309 sc, offsetof(struct acpi_tz_softc, tz_zone.tsp),

Completed in 333 milliseconds

1234567891011>>