/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
hs.h | 17 u32 hdr_size; member in struct:nvfw_hs_header
|
/src/sys/arch/mac68k/nubus/ |
nubus.c | 335 int i, j, found, hdr_size; local in function:nubus_probe_slot 397 hdr_size = 20; 405 hdr = nubus_adjust_ptr(lanes, hdr, -hdr_size); 409 fmt->top, hdr_size, hdr);
|
/src/lib/libkvm/ |
kvm.c | 526 size_t hdr_size; local in function:kvm_dump_mkheader 558 hdr_size = ALIGN(sizeof(cpu_hdr)); 570 dump_off + hdr_size); 576 hdr_size += kd->cpu_dsize; 581 kd->dump_off = dump_off + hdr_size; 607 return (hdr_size);
|
/src/sys/sys/ |
disklabel_gpt.h | 47 uint32_t hdr_size; /* size of GPT Header */ member in struct:gpt_hdr
|
/src/sys/modules/lua/ |
lua.c | 563 const size_t hdr_size = roundup(sizeof(alloc_header_t), 8); local in function:lua_alloc 564 alloc_header_t *hdr = (alloc_header_t *) ((char *) ptr - hdr_size); 569 } else if (ptr != NULL && nsize <= hdr->size - hdr_size) /* shrinking */ 575 size_t alloc_size = nsize + hdr_size; 581 nptr = (void *) ((char *) nhdr + hdr_size);
|
/src/sys/dev/pci/ |
if_iavfvar.h | 155 uint16_t hdr_size; member in struct:iavf_vc_rxq_info
|
/src/sys/dev/pci/qat/ |
qat_ae.c | 2263 size_t size, uof_size, hdr_size; local in function:qat_aefw_uof_parse 2343 hdr_size = offsetof(struct uof_str_tab, ust_strings); 2345 (void *)(base + uch->uch_offset + hdr_size); 2346 sc->sc_aefw_uof.qafu_str_tab_size = uch->uch_size - hdr_size;
|
/src/usr.bin/audio/common/ |
libaudio.h | 76 u_int32_t hdr_size; /* header size; in bytes */ member in struct:__anond62644d50108
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_common.c | 4674 u32 hdr_size = sizeof(struct ixgbe_hic_hdr); local in function:ixgbe_host_interface_command 4701 dword_len = hdr_size >> 2; 4723 hdr_size += (2 << 2); 4730 if (length < buf_len + hdr_size) {
|
/src/usr.sbin/fstyp/ |
hammer_disk.h | 525 * out-of-band. hdr_size is the size of the whole mess, including the tail. 533 * case, containing only hdr_signature, hdr_type, and hdr_size fields, 584 uint32_t hdr_size; /* Aligned size of the whole mess */ member in struct:hammer_fifo_head
|