/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn.c | 636 return len <= (offsetof(struct pdu_data, llctrl) + in ctrl_pdu_len_check() 746 offsetof(struct pdu_data, in isr_rx_pdu()
|
D | lll_adv.c | 927 memcpy(rx->pdu, pdu_rx, (offsetof(struct pdu_adv, connect_ind) + in isr_rx_pdu() 1001 pdu_len = offsetof(struct pdu_adv, payload) + pdu_adv_rx->len; in isr_rx_sr_report()
|
/Zephyr-latest/kernel/ |
D | init.c | 831 offsetof(struct _cpu, obj_core)); in init_cpu_obj_core_list() 845 offsetof(struct z_kernel, obj_core)); in init_kernel_obj_core_list()
|
D | mutex.c | 301 offsetof(struct k_mutex, obj_core)); in init_mutex_obj_core_list()
|
D | timer.c | 353 offsetof(struct k_timer, obj_core)); in init_timer_obj_core_list()
|
D | events.c | 354 offsetof(struct k_event, obj_core)); in init_event_obj_core_list()
|
D | mem_slab.c | 140 offsetof(struct k_mem_slab, obj_core)); in init_mem_slab_obj_core_list()
|
D | mailbox.c | 448 offsetof(struct k_mbox, obj_core)); in init_mailbox_obj_core_list()
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 58 #define PDU_DC_LL_HEADER_SIZE (offsetof(struct pdu_data, lldata)) 59 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu))
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 1951 BUILD_ASSERT(offsetof(struct ieee802154_radio_api, iface_api) == 0);
|
D | ppp.h | 74 BUILD_ASSERT(offsetof(struct ppp_api, iface_api) == 0);
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 67 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu))
|
/Zephyr-latest/subsys/net/ip/ |
D | igmp.c | 83 net_pkt_skip(pkt, offsetof(struct net_ipv4_igmp_v2_report, chksum)); in igmp_v2_create() 177 net_pkt_skip(pkt, offsetof(struct net_ipv4_igmp_v3_report, chksum)); in igmp_v3_create()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 211 offsetof(struct log_msg, data) 214 (offsetof(struct log_msg, data) + (pkg_len) + (data_len))
|
/Zephyr-latest/drivers/timer/ |
D | npcx_itim_timer.c | 230 : [tmr] "r"(evt_tmr), [itcnt32_off] "i"(offsetof(struct itim32_reg, ITCNT32)) in npcx_itim_get_evt_cyc32()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | log_frontend_stmesp_demux.c | 149 offsetof(struct log_frontend_stmesp_demux_log, data)); in get_wlen() 474 uint32_t pkt_len = hdr.log.total_len + offsetof(struct log_frontend_stmesp_demux_log, data); in log_frontend_stmesp_demux_packet_start()
|
/Zephyr-latest/subsys/logging/ |
D | log_multidomain_link.c | 46 len - offsetof(struct log_multidomain_msg, data)); in log_multidomain_link_on_recv_cb()
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_helpers.h | 501 offsetof(struct nvme_registers, reg)
|
/Zephyr-latest/tests/lib/spsc_pbuf/src/ |
D | main.c | 35 (sizeof(memory_area) - offsetof(struct spsc_pbuf, ext.cache.data)) : in test_spsc_pbuf_flags() 36 (sizeof(memory_area) - offsetof(struct spsc_pbuf, ext.nocache.data))) - in test_spsc_pbuf_flags()
|
/Zephyr-latest/drivers/can/ |
D | can_mcan.c | 706 offsetof(struct can_mcan_rx_fifo, hdr), in can_mcan_get_message() 749 offsetof(struct can_mcan_rx_fifo, data_32), in can_mcan_get_message() 1010 offsetof(struct can_mcan_tx_buffer, hdr), in can_mcan_send() 1020 offsetof(struct can_mcan_tx_buffer, data_32), in can_mcan_send()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_slot.c | 23 #define HEADER_SIZE offsetof(struct slot, slot.fwid)
|
D | prov.c | 41 const size_t offset = offsetof(struct bt_mesh_prov_link, addr); in bt_mesh_prov_reset_state()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_iso.c | 51 (void)memset(iso, 0, offsetof(struct bt_bap_iso, ref)); in bt_bap_iso_new()
|
/Zephyr-latest/include/zephyr/sys/ |
D | util.h | 287 ((type *)(((char *)(ptr)) - offsetof(type, field))); \
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 525 pdu->len = offsetof(struct pdu_big_ctrl, ctrl_data) + in isr_tx_common() 548 pdu->len = offsetof(struct pdu_big_ctrl, ctrl_data) + in isr_tx_common()
|