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

12345

/haiku-fatelf/src/system/kernel/
H A Dguarded_heap.cpp351 offsetof(guarded_heap_page, free_list_link));
/haiku-fatelf/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp334 offsetof(guarded_heap_page, free_list_link));
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_em.c3615 ipcso = ip_off + offsetof(struct ip, ip_sum);
3633 tucso = hdr_len + offsetof(struct tcphdr, th_sum);
3671 tucso = hdr_len + offsetof(struct udphdr, uh_sum);
3767 TXD->lower_setup.ip_fields.ipcso = ip_off + offsetof(struct ip, ip_sum);
3776 ip_off + (ip->ip_hl << 2) + offsetof(struct tcphdr, th_sum);
H A Dif_lem.c2898 ehdrlen + offsetof(struct ip, ip_sum);
2940 hdr_len + offsetof(struct tcphdr, th_sum);
2963 hdr_len + offsetof(struct udphdr, uh_sum);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c832 offsetof(struct ip, ip_tos), sizeof(tos), &tos);
845 offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),
H A Dieee80211_node.c866 memset(ies, 0, offsetof(struct ieee80211_ies, data));
/haiku-fatelf/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp69 typedef NetBufferField<uint16, offsetof(udp_header, udp_checksum)>
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgo32-nat.c195 #define r_ofs(x) (offsetof(TSS,x))
H A Dwin32-nat.c2387 if (offsetof (struct win32_pstatus, data.module_info.module_name) + dll_name_size > bfd_get_section_size (sect))
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom570x/dev/bge/
H A Dif_bge.c4514 CSR_READ_4(sc, stats + offsetof(struct bge_stats, stat))
5788 sc, offsetof(struct bge_stats, node), bge_sysctl_stats, "IU", \
6025 offsetof(bge_hostaddr, bge_addr_lo));
H A Dif_bgereg.h2115 bus_write_4(sc->bge_res, rcb + offsetof(struct bge_rcb, offset), val)
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp370 + offsetof(struct xhci_device_context_array, scratchpad);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.c1455 (na->data_size - offsetof(INTX_FILE, target)) / sizeof(ntfschar),
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1310 + offsetof(icmp6_hdr, icmp6_cksum)>
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp684 if (update.offset < offsetof(disk_super_block, pad_to_block)
/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c761 xmalloc (offsetof (struct tempnode, name) + len + sizeof slashbase);
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevfs.cpp899 fs->vnode_hash = hash_init(DEVFS_HASH_SIZE, offsetof(devfs_vnode, all_next),
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlparse.c6020 (offsetof(BLOCK, s)
6036 tem = (BLOCK *)pool->mem->malloc_fcn(offsetof(BLOCK, s)
/haiku-fatelf/src/add-ons/kernel/drivers/network/marvell_yukon/dev/msk/
H A Dif_msk.c4491 sc, offsetof(struct msk_hw_stats, n), msk_sysctl_stat32, \
4495 sc, offsetof(struct msk_hw_stats, n), msk_sysctl_stat64, \
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c3083 offsetof(struct wpi_shared, next));
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure21388 struct s *p = malloc (offsetof (struct s, d)
[all...]

Completed in 469 milliseconds

12345