Searched refs:disk (Results 151 - 175 of 272) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/hptmv/
H A Dvdevice.h75 Device disk; member in union:_VDevice::__anon6430
83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))
257 ULONG relsect; /* first sector relative to start of disk */
H A Dhptproc.c119 if(!pVDev->u.disk.df_on_line || pVDev->pParent) {
124 /* Not allow to use a mounted disk ??? test*/
131 hpt_printk(("Can not use disk used by OS!\n"));
401 get_disk_name(name, &pVDev->u.disk);
403 if (!pVDev->u.disk.df_on_line)
531 if(pVDev->u.disk.df_on_line)
557 /* in this case, pVDev can only be a RAID 1 source disk. */
561 get_disk_name(name, &pVDev->u.disk);
564 j, "Single disk", name, pVDev->VDeviceCapacity>>11,
H A Dcommand.h192 } disk; member in union:_Command::__anon10133
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_raid.c120 static const char *mpt_disk_state(struct mpt_raid_disk *disk);
123 static void mpt_disk_prt(struct mpt_softc *mpt, struct mpt_raid_disk *disk,
127 struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req,
167 mpt_disk_state(struct mpt_raid_disk *disk) argument
169 switch (disk->config_page.PhysDiskStatus.State) {
206 mpt_disk_prt(struct mpt_softc *mpt, struct mpt_raid_disk *disk, argument
211 if (disk->volume != NULL) {
214 disk->volume->config_page->VolumeID,
215 disk->member_number);
218 disk
583 mpt_issue_raid_req(struct mpt_softc *mpt, struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req, u_int Action, uint32_t ActionDataWord, bus_addr_t addr, bus_size_t len, int write, int wait) argument
[all...]
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S54 * recognize the disk and (W) indicates fields written from IBM BIOS code.
83 * Trampoline used by boot2 to call read to read data from the disk via
95 * Setup an EDD disk packet and pass it to read
108 callw read # Read from disk
190 callw nread # Read disk
230 callw xread.1 # disk
265 * Reads sectors from the disk. If EDD is enabled, then check if it is
335 int $0x13 # from disk
341 int $0x13 # disk system
/freebsd-11-stable/stand/pc98/boot0.5/
H A Ddisk.s28 # $FreeBSD: stable/11/stand/pc98/boot0.5/disk.s 298826 2016-04-30 00:26:38Z pfg $
167 # Scan SASI disk
234 # Scan SCSI disk
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-xlate.c234 * Next see if it is attached via one of the physical disk's
348 * hard disk path, as it's really the only relevant one to booting. The
391 * on the same disk that / is mounted from. If there are multiple
392 * or no 'efi' parittions on that disk, or / isn't on a disk that
406 * If the physical path is unsupported (Eg not on a GPT or MBR disk),
441 // struct ggeom *disk;
482 disk = cp->lg_provider->lg_geom;
486 if (disk == NULL) /* This is very bad -- old nested partitions -- no support ? */
494 * With the disk provide
[all...]
/freebsd-11-stable/sys/dev/mlx/
H A Dmlxvar.h215 struct disk *mlxd_disk;
222 * Interface between driver core and disk driver (should be using a bus?)
/freebsd-11-stable/sys/dev/null/
H A Dnull.c40 #include <sys/disk.h>
/freebsd-11-stable/tools/regression/aio/aiop/
H A Daiop.c43 #include <sys/disk.h>
67 * with read/modify/write of entire tracks of the disk
69 * the speed hotspots of the disk
/freebsd-11-stable/stand/usb/storage/
H A Dumass_loader.c38 #include <disk.h>
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_pci.c48 #include <sys/disk.h>
/freebsd-11-stable/stand/efi/libefi/
H A Ddevicename.c36 #include <disk.h>
81 * For disk-type devices, the syntax is:
/freebsd-11-stable/usr.sbin/fstyp/
H A Dfstyp.c35 #include <sys/disk.h>
154 errx(1, "%s: not a disk", path);
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_int.c39 #include <sys/disk.h>
77 return ("Neither disk nor regular file");
/freebsd-11-stable/stand/userboot/userboot/
H A Dmain.c34 #include <sys/disk.h>
37 #include "disk.h"
247 * access the disk as a raw device.
279 sprintf(devname, "disk%d:", unit);
/freebsd-11-stable/sys/kern/
H A Dsubr_disk.c23 #include <sys/disk.h>
28 * about failing disk transfers. It prints messages of the form
44 printf("disk??: %s ", what);
75 * A bioq stores disk I/O request (bio), normally sorted according to
109 * a request has been submitted to the disk, we have no idea of
134 * to disk before continuing.
229 * track of the current position of the disk with last_offset.
/freebsd-11-stable/usr.sbin/trim/
H A Dtrim.c30 #include <sys/disk.h>
198 "ioctl(DIOCGMEDIASIZE) failed, probably not a disk: "
/freebsd-11-stable/sbin/dump/
H A Doptr.c198 setproctitle("%s: 99.99%% done, finished soon", disk);
215 disk, passno, percent, hours, mins, tdone_str);
H A Dtraverse.c175 * read only those inodes in from disk.
375 * Scan a disk block containing directory information looking to see if
901 * Read a chunk of data from the disk.
977 disk, strerror(errno), (intmax_t)blkno, size);
980 disk, (intmax_t)blkno, size, cnt);
983 BREADEMAX, disk);
1003 disk, strerror(errno), (intmax_t)blkno, dev_bsize);
1007 disk, (intmax_t)blkno, dev_bsize, cnt);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h81 struct disk;
140 struct disk *ld_disk;
158 struct disk *pd_disk;
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S56 * This code implements a Master Boot Record (MBR) for an Intel/PC disk.
65 * be updated by boot0cfg (and optionally written back to the disk).
69 * and whether to write back the user's selection back to disk.
104 * fake partition entry. The latter is used by the disk I/O routine and,
319 * back to the "nxtdrv" location in case we want to save it to disk.
435 * for rewriting to the disk.
471 callw intx13 # to disk
488 callw intx13 # from disk
553 /* One-sector disk I/O routine */
581 orb $0x40,%ah # Use disk packe
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnand.h317 struct disk *ndisk;
318 struct disk *rdisk;
H A Dnand_geom.c192 nand_ioctl(struct disk *ndisk, u_long cmd, void *data, int fflag,
371 struct disk *ndisk, *rdisk;
373 /* Create the disk device */
401 /* Create the RAW disk device */
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.h64 /* Per-disk flags which are recorded in on-disk metadata. */
74 /* Mirror flags which are recorded in on-disk metadata. */
246 struct g_mirror_disk *disk, struct g_mirror_metadata *md);
247 void g_mirror_update_metadata(struct g_mirror_disk *disk);
265 disk in mirror. */
269 uint64_t md_dflags; /* Additional disk flags. */

Completed in 185 milliseconds

1234567891011