| /src/external/bsd/tcpdump/dist/ |
| print-geonet.c | 111 int hdr_size = -1; local 182 hdr_size = 0; 185 hdr_size = 0; 209 hdr_size = 0; 212 hdr_size = 68 - 36; 226 if (hdr_size >= 0) { 227 if (length < (u_int)hdr_size) { 228 ND_PRINT(" (header size %d > %u)", hdr_size, length); 231 ND_TCHECK_LEN(bp, hdr_size); 232 length -= hdr_size; [all...] |
| /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:__anon8212
|
| /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 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/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 309 bfd_size_type hdr_size; local 365 hdr_size = bfd_get_compression_header_size (ibfd, isec); 366 if (hdr_size == 0) 370 if (hdr_size == sizeof (Elf32_External_Chdr))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| compress.c | 309 bfd_size_type hdr_size; local 365 hdr_size = bfd_get_compression_header_size (ibfd, isec); 366 if (hdr_size == 0) 370 if (hdr_size == sizeof (Elf32_External_Chdr))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| compress.c | 309 bfd_size_type hdr_size; local 365 hdr_size = bfd_get_compression_header_size (ibfd, isec); 366 if (hdr_size == 0) 370 if (hdr_size == sizeof (Elf32_External_Chdr))
|
| /src/lib/libkvm/ |
| kvm.c | 526 size_t hdr_size; local 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 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/external/gpl3/binutils/dist/bfd/ |
| compress.c | 375 bfd_size_type hdr_size = bfd_get_compression_header_size (ibfd, isec); 376 if (hdr_size == 0) 380 if (hdr_size == sizeof (Elf32_External_Chdr))
|
| /src/external/gpl3/binutils.old/dist/libsframe/ |
| sframe.c | 1854 size_t hdr_size; local 1874 hdr_size = sframe_get_hdr_size (ehp); 1881 if ((contents == NULL) || (buf_size < hdr_size)) 1899 contents += hdr_size + all_fdes_size; 1935 memcpy (contents, ehp, hdr_size); 1936 contents += hdr_size;
|
| /src/external/gpl3/gdb.old/dist/libsframe/ |
| sframe.c | 1749 size_t hdr_size; local 1770 hdr_size = sframe_get_hdr_size (ehp); 1777 if ((contents == NULL) || (buf_size < hdr_size)) 1795 contents += hdr_size + all_fdes_size; 1832 memcpy (contents, ehp, hdr_size); 1833 contents += hdr_size;
|
| /src/external/gpl3/gdb/dist/libsframe/ |
| sframe.c | 1856 size_t hdr_size; local 1876 hdr_size = sframe_get_hdr_size (ehp); 1883 if ((contents == NULL) || (buf_size < hdr_size)) 1901 contents += hdr_size + all_fdes_size; 1937 memcpy (contents, ehp, hdr_size); 1938 contents += hdr_size;
|
| /src/sbin/gpt/ |
| recover.c | 108 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
|
| restore.c | 355 hdr->hdr_size = htole32(GPT_HDR_SIZE);
|
| /src/sys/arch/i386/stand/bootxx/ |
| boot1.c | 242 if (le32toh(hdr->hdr_size) > BIOSDISK_DEFAULT_SECSIZE)
|
| /src/sys/sys/ |
| disklabel_gpt.h | 47 uint32_t hdr_size; /* size of GPT Header */ member in struct:gpt_hdr
|
| /src/external/gpl2/dtc/dist/ |
| flattree.c | 22 int hdr_size; member in struct:version_info 331 reserve_off = FDTALIGN2(vi->hdr_size, 8); 406 blob = data_append_data(blob, &fdt, vi->hdr_size);
|
| /src/sbin/fdisk/ |
| fdisk.c | 630 if (gpt1.hdr_size != 0 || gpt2.hdr_size != 0) 3021 || crc32(0, (void *)hdr, gptp->hdr_size) != gptp->hdr_crc_self) { 3026 if (v_flag && gptp->hdr_size != 0) { 3031 return gptp->hdr_size; 3044 if (gptp->hdr_size == 0)
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe.c | 2591 size_t hdr_size; local 2611 hdr_size = sframe_get_hdr_size (ehp); 2618 if ((contents == NULL) || (buf_size < hdr_size)) 2636 contents += hdr_size + all_fdes_size; 2680 memcpy (contents, ehp, hdr_size); 2681 contents += hdr_size;
|
| /src/sbin/efi/ |
| gptsubr.c | 118 uint32_t hdr_size; /* size of GPT Header */
|