Searched refs:hdr_size (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dkmod.h97 vm_size_t hdr_size; // unwired hdr size member in struct:kmod_info
114 uint32_t hdr_size; member in struct:kmod_info_32_v1
131 uint64_t hdr_size; member in struct:kmod_info_64_v1
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Draw2tiff.c88 off_t hdr_size = 0; /* size of the header to skip */ local
117 hdr_size = atoi(optarg);
206 if (guessSize(fd, dtype, hdr_size, nbands, swab, &width, &length) < 0)
280 lseek(fd, hdr_size, SEEK_SET); /* Skip the file header */
286 hdr_size + (length*band+row)*linebytes,
355 guessSize(int fd, TIFFDataType dtype, off_t hdr_size, uint32 nbands, argument
367 if (filestat.st_size < hdr_size) {
372 imagesize = (filestat.st_size - hdr_size) / nbands / depth;
403 lseek(fd, hdr_size + (int)(h/2)*scanlinesize,
429 if (filestat.st_size<(off_t)(hdr_size
[all...]
/macosx-10.10/gpt-12/
H A Drecover.c122 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
140 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
H A Dremove.c117 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
132 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
H A Dcreate.c165 hdr->hdr_size = htole32(offsetof(struct gpt_hdr, padding));
186 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
205 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
H A Dmigrate.c230 hdr->hdr_size = htole32(offsetof(struct gpt_hdr, padding));
294 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
308 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
H A Dadd.c139 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
155 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
H A Dlabel.c119 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
134 hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
H A Dgpt.c522 if (crc32(hdr, le32toh(hdr->hdr_size)) != crc) {
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.h53 uint32_t hdr_size; member in struct:gpt_hdr
H A DIOGUIDPartitionScheme.cpp331 headerSize = OSSwapLittleToHostInt32(headerMap->hdr_size);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpktap.c1022 size_t hdr_size = sizeof(struct pktap_header); local
1053 hdr_size = sizeof(hdr_buffer);
1091 hdr_size = sizeof(hdr_buffer);
1121 bpf_tap_func(pktap->pktp_ifp, DLT_PKTAP, m, hdr, hdr_size);
1129 bpf_tap_func(pktap->pktp_ifp, DLT_PKTAP, m, hdr, hdr_size);
H A Diptap.c598 size_t hdr_size = sizeof(hdr_buffer); local
623 bpf_tap_func(iptap->iptap_ifp, DLT_PKTAP, m, hdr, hdr_size);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c867 size_t *size_to_free, hdr_size; local
877 hdr_size = sizeof(size_t) + sizeof(void*);
878 mem = dt_kmem_alloc(size + align + hdr_size, kmflag);
882 mem_aligned = (intptr_t) (((intptr_t) mem + align + hdr_size) & ~(align - 1));
889 size_to_free = (size_t*) (mem_aligned - hdr_size);
890 *size_to_free = size + align + hdr_size;
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_object.c2308 kmod->hdr_size = (uint32_t) header_size;
2314 kmod->hdr_size = OSSwapInt32(kmod->hdr_size);
2321 kmod->hdr_size = header_size;
2327 kmod->hdr_size = OSSwapInt64(kmod->hdr_size);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp289 /* hdr_size */ 0,
3838 *wiredSize = *loadSize - kmod_info->hdr_size;
5410 kmod_info->address + kmod_info->hdr_size, VM_PROT_READ, TRUE);
5520 if (address < kmod_info->address + kmod_info->hdr_size ||
8019 wiredSize = loadSize - kmod_info->hdr_size;

Completed in 324 milliseconds