Searched refs:offsetof (Results 401 - 425 of 719) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/lua/src/
H A Dlstate.c70 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l)))
/freebsd-12-stable/contrib/mandoc/
H A Ddba.c76 offsetof(struct macro_entry, value));
/freebsd-12-stable/contrib/netbsd-tests/lib/librefuse/
H A Dt_refuse_opt.c157 #define FOOFS_OPT(t, p, v) { t, offsetof(struct foofs_config, p), v }
/freebsd-12-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c81 sizeof(struct ip) + offsetof(struct icmp, icmp_type)),
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.h304 ((void *) ib##xxx - offsetof(struct mlx4_##type, ibv_##xxx)))
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dinternal.h89 #define DEFAULT_ALIGNMENT offsetof (struct dummy, u)
/freebsd-12-stable/contrib/diff/src/
H A Dutil.c99 size_t total_size = offsetof (struct msg, args);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c384 offsetof(zfs_node_t, zn_avlnode), zfs_sort, UU_DEFAULT);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.c310 sizeof (zfs_node_t), offsetof(zfs_node_t, zn_avlnode));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c432 offsetof(sa_idx_tab_t, sa_next));
1016 sizeof (sa_lot_t), offsetof(sa_lot_t, lot_num_node));
1018 sizeof (sa_lot_t), offsetof(sa_lot_t, lot_hash_node));
1185 offsetof(sa_hdr_phys_t, sa_lengths) +
H A Dzio_inject.c746 offsetof(inject_handler_t, zi_link));
/freebsd-12-stable/sys/compat/linux/
H A Dlinux.c505 hdrlen = offsetof(struct sockaddr_un, sun_path);
/freebsd-12-stable/sys/dev/ioat/
H A Dioat_internal.h440 offsetof(struct ioat_softc, dmaengine)); \
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_private.h332 offsetof(struct nvme_registers, reg)
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c169 request->header.iu_length = LE_16(offsetof(pqisrc_raid_req_t,
715 if (raidmap_size < offsetof(pqisrc_raid_map_t, dev_data)) {
1607 host_wellness_time->time_length = LE_16(offsetof(struct bmic_host_wellness_time, time_length) -
1608 offsetof(struct bmic_host_wellness_time, century));
/freebsd-12-stable/sys/dev/amr/
H A Damr_pci.c661 sc->amr_mailboxphys = baddr + offsetof(struct amr_mailbox64, mb);
/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_plat.h116 (type *)((uintptr_t)__p - offsetof(type, member)); \
/freebsd-12-stable/sys/netgraph/atm/
H A Dngatmbase.c282 d = (struct ngatm_msg *)((char *)m - offsetof(struct ngatm_msg, msg));
/freebsd-12-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c180 m_old = m_getptr(m, t->flow_header + offsetof(struct netflow_v9_flowset_header, length), &offset);
/freebsd-12-stable/sys/netinet/
H A Dsctp_os_bsd.h348 m->m_pkthdr.csum_data = offsetof(struct udphdr, uh_sum); \
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c48 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
/freebsd-12-stable/sys/kern/
H A Dkern_linker.c80 const int kld_off_address = offsetof(struct linker_file, address);
81 const int kld_off_filename = offsetof(struct linker_file, filename);
82 const int kld_off_pathname = offsetof(struct linker_file, pathname);
83 const int kld_off_next = offsetof(struct linker_file, link.tqe_next);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dtrap.c578 offsetof(struct frame, fr_pad[6])), &sa->args[regcnt],
/freebsd-12-stable/sys/sys/disk/
H A Dgpt.h77 * header in field hdr_size, or otherwise use offsetof().
82 CTASSERT(offsetof(struct gpt_hdr, padding) == 92);
/freebsd-12-stable/sys/i386/i386/
H A Dvm_machdep.c93 _Static_assert(__OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),

Completed in 486 milliseconds

<<11121314151617181920>>