Searched refs:disk (Results 101 - 125 of 179) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dxd.h5 * This file contains the definitions for the IO ports and errors etc. for XT hard disk controllers (at least the DTC 5150X).
18 /* XT hard disk controller registers */
27 /* XT hard disk controller commands (incomplete list) */
57 /* XT hard disk controller status bits */
65 /* XT hard disk controller control bits */
109 static int xd_readwrite (u_char operation,XD_INFO *disk,char *buffer,u_int block,u_int count);
H A DDAC960.c75 struct gendisk *disk = inode->i_bdev->bd_disk; local
76 DAC960_Controller_T *p = disk->queue->queuedata;
77 int drive_nr = (long)disk->private_data;
99 struct gendisk *disk = bdev->bd_disk; local
100 DAC960_Controller_T *p = disk->queue->queuedata;
101 int drive_nr = (long)disk->private_data;
133 static int DAC960_media_changed(struct gendisk *disk) argument
135 DAC960_Controller_T *p = disk->queue->queuedata;
136 int drive_nr = (long)disk->private_data;
143 static int DAC960_revalidate_disk(struct gendisk *disk) argument
2515 struct gendisk *disk = Controller->disks[n]; local
2551 int disk; local
2573 int disk; local
3140 int disk; local
[all...]
H A Dloop.c1400 struct gendisk *disk; local
1410 disk = lo->lo_disk = alloc_disk(1);
1411 if (!disk)
1419 disk->major = LOOP_MAJOR;
1420 disk->first_minor = i;
1421 disk->fops = &lo_fops;
1422 disk->private_data = lo;
1423 disk->queue = lo->lo_queue;
1424 sprintf(disk->disk_name, "loop%d", i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpktcdvd.h288 struct gendisk *disk; member in struct:pktcdvd_device
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Dldm.h75 #define COMP_BASIC 0x02 /* Basic disk */
199 struct vblk_disk disk; member in union:vblk::__anon7626
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep039.tcl78 set cl_logopts { on-disk }
81 set cl_logopts { on-disk in-memory }
188 if { $cl_logopt == "on-disk" } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtcrl.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtreq.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtsid.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtx509.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtrsa.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtcrl.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtreq.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtsid.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtx509.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
H A Dtrsa.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c388 struct gendisk *disk; local
425 disk = dm_disk(hc->md);
426 nl->dev = huge_encode_dev(MKDEV(disk->major, disk->first_minor));
530 struct gendisk *disk = dm_disk(md); local
539 param->dev = huge_encode_dev(MKDEV(disk->major, disk->first_minor));
548 if (disk->policy)
H A Draid5.c102 static inline int raid6_next_disk(int disk, int raid_disks) argument
104 disk++;
105 return (disk < raid_disks) ? disk : 0;
685 * Output: index of the data and parity disk, and the sector # in them.
712 * Compute the data disk and parity disk indexes inside the stripe
717 * Select the parity disk based on the user selected algorithm.
830 return 0; /* It is the Q disk */
1178 /* faila and failb are disk number
2588 raid5_issue_flush(request_queue_t *q, struct gendisk *disk, sector_t *error_sector) argument
3407 struct disk_info *disk; local
3819 int disk; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S7 * disk signature read by Matt Domsch <Matt_Domsch@dell.com>
108 # Read the first sector of each BIOS disk device and store the 4-byte signature
123 movw $EDDBUF, %bx # disk's data goes into EDDBUF
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c127 * one time. Otherwise, the disk heads will be seeking all over the
148 const char *disk; local
160 * on one disk, since we don't know how to parallelize them.
221 /* Now handle devfs /dev/disc or /dev/disk names */
222 disk = 0;
224 disk = "disc";
226 disk = "disk";
227 if (disk) {
229 if (strncmp(cp, disk,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c104 * one time. Otherwise, the disk heads will be seeking all over the
128 const char *disk; local
141 * on one disk, since we don't know how to parallelize them.
202 /* Now handle devfs /dev/disc or /dev/disk names */
203 disk = 0;
205 disk = "disc";
207 disk = "disk";
208 if (disk) {
210 if (strncmp(cp, disk,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dsg.c169 struct gendisk *disk; member in struct:sg_device
316 SCSI_LOG_TIMEOUT(3, printk("sg_release: %s\n", sdp->disk->disk_name));
342 sdp->disk->disk_name, (int) count));
534 sdp->disk->disk_name, (int) count));
785 sdp->disk->disk_name, (int) cmd_in));
1130 sdp->disk->disk_name, (int) res));
1144 sdp->disk->disk_name, mode));
1253 sdp->disk->disk_name, srp->header.pack_id, result));
1334 static int sg_alloc(struct gendisk *disk, struct scsi_device *scsidp) argument
1372 sprintf(disk
1408 struct gendisk *disk; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dll_rw_blk.c3 * Copyright (C) 1994, Karl Keyte: Added support for disk statistics
2717 void disk_round_stats(struct gendisk *disk) argument
2721 if (now == disk->stamp)
2724 if (disk->in_flight) {
2725 __disk_stat_add(disk, time_in_queue,
2726 disk->in_flight * (now - disk->stamp));
2727 __disk_stat_add(disk, io_ticks, (now - disk->stamp));
2729 disk
3619 struct gendisk *disk = req->rq_disk; local
4075 blk_register_queue(struct gendisk *disk) argument
4102 blk_unregister_queue(struct gendisk *disk) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c459 /* set as in ide-disk.c:init_idedisk_capacity */
647 struct gendisk *disk = d->gd; local
650 disk_stat_inc(disk, ios[rw]);
651 disk_stat_add(disk, ticks[rw], duration);
652 disk_stat_add(disk, sectors[rw], n_sect);
653 disk_stat_add(disk, io_ticks, duration);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dmakefile.mms142 mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
143 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
144 mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm
145 mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
146 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
147 mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg

Completed in 237 milliseconds

12345678