Searched defs:heads (Results 1 - 22 of 22) sorted by relevance

/external/curl/src/
H A Dtool_cb_hdr.h33 * 'heads' member is a pointer to the OutStruct variable used to keep
43 struct OutStruct *heads; member in struct:HdrCbData
H A Dtool_cb_hdr.c47 struct OutStruct *heads = hdrcbdata->heads; local
61 if(!heads->config)
66 warnf(heads->config->global, "Header data exceeds single call write "
76 if(heads->config->headerfile && heads->stream) {
77 size_t rc = fwrite(ptr, size, nmemb, heads->stream);
81 (void)fflush(heads->stream);
H A Dtool_operate.c260 struct OutStruct heads; local
279 memset(&heads, 0, sizeof(struct OutStruct));
280 heads.stream = stdout;
281 heads.config = config;
393 heads.filename = config->headerfile;
394 heads.s_isreg = TRUE;
395 heads.fopened = TRUE;
396 heads.stream = newfile;
401 set_binmode(heads.stream);
1430 hdrcbdata.heads
[all...]
/external/syslinux/libinstaller/
H A Dsyslxopt.h7 unsigned int heads; member in struct:sys_options
/external/syslinux/mbr/
H A Disohdpfx.S51 heads = (stack-16) define
183 pushw %ax /* -18: Save heads on the stack */
/external/kernel-headers/original/uapi/linux/
H A Dadfs_fs.h14 __u8 heads; member in struct:adfs_discrecord
H A Dvirtio_blk.h66 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
H A Dmsdos_fs.h124 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
H A Dhdreg.h325 unsigned char heads; member in struct:hd_geometry
403 unsigned short heads; /* Obsolete, "physical" heads */ member in struct:hd_driveid
439 unsigned short cur_heads; /* Obsolete, l heads */
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.h50 unsigned short heads; member in struct:__anon5672
/external/gptfdisk/
H A Dmbrpart.cc126 void MBRPart::SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs) { argument
127 numHeads = heads;
/external/syslinux/dosutil/
H A Dmdiskchk.c42 int heads; member in struct:memdiskinfo
85 mm.heads = ((_edx >> 8) & 0xff) + 1;
134 m->mdi.diskbuf, m->mdi.disksize, m->cylinders, m->heads, m->sectors,
238 m.heads = patch_area->heads;
283 m.heads = patch_area->heads;
/external/syslinux/com32/gplinclude/disk/
H A Dgeom.h47 uint32_t heads; /* number of physical heads on drive */ member in struct:edd_device_parameters
210 * 02h BYTE number of heads
217 * 0Bh BYTE number of physical heads
310 drive_info->edd_params.heads > 0)
313 (cylinder * (drive_info->edd_params.heads) *
/external/syslinux/gpxe/src/arch/i386/include/
H A Dint13.h98 /** Number of heads
101 * giving a maximum of 256 heads. However, apparently all
103 * heads, so the maximum encountered in practice is 255.
105 unsigned int heads; member in struct:int13_drive
142 /** Number of heads */
143 uint32_t heads; member in struct:int13_disk_parameters
/external/lzma/C/
H A DLzFindMt.c138 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
140 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } }
198 UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; local
200 heads[0] = 2;
201 heads[1] = num;
207 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
208 heads[0] += num;
/external/syslinux/memdisk/
H A Dmstructs.h60 uint32_t h; /* Physical heads (count!) */
155 uint16_t heads; member in struct:patch_area
/external/blktrace/btt/
H A Dglobals.h132 void *heads; member in struct:d_info
/external/curl/lib/
H A Dhttp2.c436 struct curl_pushheaders heads; local
448 heads.data = data;
449 heads.frame = frame;
462 stream->push_headers_used, &heads,
/external/syslinux/dos/
H A Dsyslinux.c255 uint16_t heads; member in struct:deviceparams
641 if (opt.sectors || opt.heads || opt.reset_adv || opt.set_once
/external/blktrace/
H A Dblktrace.c107 struct tracer_devpath_head *heads; member in struct:devpath
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1142 free(dpp->heads);
1158 dpp->heads = calloc(ncpus, sizeof(struct tracer_devpath_head));
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu];
1246 if (dpp->heads)
1396 struct tracer_devpath_head *hd = dpp->heads;
/external/toybox/generated/
H A Dglobals.h588 long heads; member in struct:fdisk_data
/external/valgrind/include/vki/
H A Dvki-linux.h2102 unsigned char heads; member in struct:vki_hd_geometry

Completed in 1655 milliseconds