Searched refs:heads (Results 1 - 25 of 118) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_operate.c111 struct OutStruct heads; local
122 memset(&heads, 0, sizeof(struct OutStruct));
123 heads.stream = stdout;
124 heads.config = config;
364 heads.filename = config->headerfile;
365 heads.s_isreg = TRUE;
366 heads.fopened = TRUE;
367 heads.stream = newfile;
1178 my_setopt(curl, CURLOPT_HEADERDATA, config->headerfile?&heads:NULL);
1539 if(heads
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.c133 unsigned short heads; member in struct:__anon1207
168 { "HEADS", OFFS(heads), T_UINT },
401 devices[cur_dev].heads ||
404 !devices[cur_dev].heads ||
406 syntax("incomplete geometry: either indicate all of track/heads/sectors or none of them", 0);
496 if(!dev->heads)
497 dev->heads = default_formats[i].heads;
549 devices[cur_dev].heads = 0;
583 &devices[cur_dev].tracks,&devices[cur_dev].heads,
[all...]
H A Ddevices.c81 orig_dev->heads != dev->heads ||
178 #define HEADS(floppy) floppy.fg.heads
876 SET_INT(gdbuf.params.heads,dev->nheads);
879 dev->nheads = gdbuf.params.heads;
884 gdbuf.params.pseccyl = gdbuf.params.psectrk * gdbuf.params.heads;
1030 * the number of heads and sectors must match exactly, to avoid
1040 if(compare(dev->heads, HEADS(floppy))){
1041 HEADS(floppy) = dev->heads;
1044 dev->heads
[all...]
H A Dfloppyd_io.c363 dev->heads = WORD(nheads);
367 sect_per_track = dev->heads * dev->sectors;
373 dev->heads = old_dos[media].heads;
383 This->size = (mt_off_t) 512 * dev->sectors * dev->tracks * dev->heads;
H A Dinit.c280 cylinder_size = dev.heads * dev.sectors;
H A Dmcat.c142 size = out_dev.sectors * out_dev.heads * out_dev.tracks;
H A Dmclasserase.c155 sector_size = WORD(secsiz) * dev.heads;
H A Dmformat.c69 set_word(boot->nheads, dev->heads);
71 *tot_sectors = dev->heads * dev->sectors * dev->tracks - DWORD(nhs);
579 static int old_dos_size_to_geom(size_t size, int *cyls, int *heads, int *sects) argument
586 old_dos[i].heads == size) {
588 *heads = old_dos[i].heads;
605 dev->heads == old_dos[i].heads &&
630 if (dev->heads == 1)
640 if (dev->heads
712 int heads=dev->heads; local
[all...]
H A Dminfo.c120 printf("heads: %d\n", dev.heads);
123 dev.tracks, dev.heads, dev.sectors);
144 printf("heads: %d\n", WORD(nheads));
H A Dmpartition.c44 (sector(x)-1+(head(x)+cyl(x)*used_dev->heads)*used_dev->sectors)
53 static void set_offset(hsc *h, int offset, int heads, int sectors) argument
57 if(! heads || !sectors)
63 head = offset % heads;
64 cyl = offset / heads;
74 int heads, int sectors, int activate, int type)
76 set_offset(&partTable->start, begin, heads, sectors);
77 set_offset(&partTable->end, end-1, heads, sectors);
115 (used_dev->heads != head(partTable[i].end)+1 ||
202 * number of heads an
73 setBeginEnd(struct partition *partTable, int begin, int end, int heads, int sectors, int activate, int type) argument
213 unsigned long heads, sectors, cylinders, temp; local
[all...]
H A Dmsdos.h198 unsigned int heads; member in struct:OldDos_t
H A Dmtools.h55 unsigned int heads; /* heads */ member in struct:device
H A Dpartition.h49 int heads, int sector, int activate, int type);
H A Dplain_io.c186 dev->heads = WORD(nheads);
190 sect_per_track = dev->heads * dev->sectors;
199 dev->heads = 1;
203 fprintf(stderr, "The devil is in the details: zero number of heads or sectors\n");
237 dev->heads = old_dos[media].heads;
251 printf("file_geom:media=%0X=>cyl=%d,heads=%d,sects=%d,ssize=%d,use2m=%X\n",
252 media, dev->tracks, dev->heads, dev->sectors, dev->ssize,
725 dev->heads = head(partTable[dev->partition].end)+1;
H A Dxdf_io.c546 if(compare(dev->heads, 2))
565 dev->heads = 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/scripts/
H A DamuFormat.sh57 cylinders=245 heads=2 cluster_size=8
62 cylinders=489 heads=4 cluster_size=4
67 cylinders=245 heads=2 cluster_size=8
73 cylinders=2327 heads=16 cluster_size=64
78 cylinders=489 heads=8 cluster_size=4
95 mpartition -c -t$cylinders -h$heads -s32 -b32 "$drive"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice_io.h44 unsigned char heads; member in struct:hd_geometry
H A Dlayout.h59 /*0x0f*/u16 heads; /* Required to boot Windows. */ member in struct:__anon1227
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c590 * ntfs_device_heads_get - get number of heads of device
593 * On success, return the number of heads on the device @dev. On error return
611 ntfs_log_debug("HDIO_GETGEO heads = %u (0x%x)\n",
612 (unsigned)geo.heads,
613 (unsigned)geo.heads);
614 return geo.heads;
H A Dwin32_io.c443 * In Windows NT+: fills size, sectors, and cylinders and sets heads to -1.
444 * In Windows XP+: fills size, sectors, cylinders, and heads.
449 * If fails, sets sectors, cylinders, heads, and size to -1.
1370 argp->heads = fd->geo_heads;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A DMakefile5 heads-y := head-uc-fr401.o head-uc-fr451.o head-uc-fr555.o
6 heads-$(CONFIG_MMU) := head-mmu-fr451.o
10 obj-y := $(heads-y) entry.o entry-table.o break.o switch_to.o kernel_thread.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c1138 geo->heads = 128;
1150 .heads = 128,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c158 unsigned char heads; member in struct:mfm_info
639 cmdb[6] = mfm_info[drive].heads - 1; /* Number of heads */
784 start_head = track % p->heads;
788 sectors_to_next_cyl = (p->heads - (start_head + 1)) * p->sectors;
797 raw_cmd.cylinder = track / p->heads;
977 p->cylinders * p->heads * p->sectors / 4096,
978 p->cylinders, p->heads, p->sectors,
980 set_capacity(disk, p->cylinders * p->heads * p->sectors / 2);
988 * We first recalibrate the disk, then try to probe sectors, heads an
1156 xd_set_geometry(struct block_device *bdev, unsigned char secsptrack, unsigned char heads, unsigned int secsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c71 u16 heads, u16 sectors);
289 block = (cyl * dev->heads + head) * dev->sectors + sect;
394 cyl = track / dev->heads;
395 head = track % dev->heads;
1859 dev->heads = 0;
1933 dev->heads = id[3];
1939 dev->heads = id[55];
1953 dev->heads, dev->sectors);
3933 * @heads: Number of heads (taskfil
3942 ata_dev_init_params(struct ata_device *dev, u16 heads, u16 sectors) argument
[all...]
H A Dlibata-scsi.c1190 cyl = track / dev->heads;
1191 head = track % dev->heads;

Completed in 230 milliseconds

12345