/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
hs.h | 17 u32 hdr_size; member in struct:nvfw_hs_header
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/ |
nouveau_nvkm_nvfw_hs.c | 42 nvkm_debug(subdev, "\thdrSize : 0x%x\n", hdr->hdr_size);
|
/src/usr.bin/audio/common/ |
sun.c | 184 auh.hdr_size = htonl(sizeof(auh) + infolen); 187 auh.hdr_size = htonl(sizeof(auh) + *leftp);
|
libaudio.h | 76 u_int32_t hdr_size; /* header size; in bytes */ member in struct:__anond62644d50108
|
/src/sys/dev/dkwedge/ |
dkwedge_gpt.c | 106 rv = le32toh(crc) == crc32(0, (void *)hdr, le32toh(hdr->hdr_size)); 157 if (le32toh(hdr->hdr_size) > secsize) {
|
/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/sys/dev/pci/ |
if_iavfvar.h | 155 uint16_t hdr_size; member in struct:iavf_vc_rxq_info
|
/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/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/arch/i386/stand/bootxx/ |
boot1.c | 242 if (le32toh(hdr->hdr_size) > BIOSDISK_DEFAULT_SECSIZE)
|
/src/sbin/gpt/ |
recover.c | 105 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
|
gpt.c | 399 if (crc32(hdr, le32toh(hdr->hdr_size)) != crc) { 724 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size))); 909 hdr->hdr_size = htole32(GPT_HDR_SIZE);
|
restore.c | 352 hdr->hdr_size = htole32(GPT_HDR_SIZE);
|
/src/sys/sys/ |
disklabel_gpt.h | 47 uint32_t hdr_size; /* size of GPT Header */ member in struct:gpt_hdr
|
/src/sbin/fdisk/ |
fdisk.c | 627 if (gpt1.hdr_size != 0 || gpt2.hdr_size != 0) 3018 || crc32(0, (void *)hdr, gptp->hdr_size) != gptp->hdr_crc_self) { 3023 if (v_flag && gptp->hdr_size != 0) { 3028 return gptp->hdr_size; 3041 if (gptp->hdr_size == 0)
|
/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
|
/src/usr.bin/audio/play/ |
play.c | 496 hdr_len = ntohl(sunhdr->hdr_size);
|
/src/sbin/efi/ |
gptsubr.c | 118 uint32_t hdr_size; /* size of GPT Header */
|
/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/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/sbin/cgdconfig/ |
cgdconfig.c | 1183 && le32toh(hdr.hdr_size) == GPT_HDR_SIZE) {
|
/src/sys/dev/ic/ |
bwi.c | 8575 bus_addr_t paddr, int hdr_size, int ndesc) 8587 val = __SHIFTIN(hdr_size, BWI_RX32_CTRL_HDRSZ_MASK) |
|