Searched refs:disk (Results 201 - 225 of 398) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/sysinst/arch/evbarm/
H A Dmd.c184 * hook called after writing disklabel to new target disk.
195 msg_display_subst(MSG_dofdisk, 3, parts->disk,
199 /* write edited "MBR" onto disk. */
210 * up the target disk but immediately before the user is given the
/netbsd-current/usr.sbin/sysinst/arch/prep/
H A Dmd.c147 msg_display_subst(MSG_dofdisk, 3, parts->disk,
151 /* write edited "MBR" onto disk. */
161 * hook called after writing disklabel to new target disk.
172 * up the target disk but immediately before the user is given the
/netbsd-current/sys/dev/ata/
H A Data_raid_nvidia.c43 #include <sys/disk.h>
142 /* Get a vnode for the raw partition of this disk. */
H A Data_raid_adaptec.c45 #include <sys/disk.h>
83 /* Get a vnode for the raw partition of this disk. */
176 "drive number %d doesn't make sense within %d-disk "
/netbsd-current/sys/dev/ic/
H A Dld_nvme.c37 #include <sys/disk.h>
/netbsd-current/sys/arch/atari/dev/
H A Dmd_root.c42 #include <sys/disk.h>
57 u_long ramd_size; /* Size of disk in bytes */
/netbsd-current/sys/arch/luna68k/luna68k/
H A Ddisksubr.c113 #include <sys/disk.h>
165 * Attempt to read a disk label from a device
185 /* minimal requirements for archtypal disk label */
201 /* next, dig out disk label */
209 /* if successful, locate disk label within block and validate */
217 return ("disk label read error");
219 /* Check for a NetBSD disk label first. */
226 printf("NetBSD disk label corrupted");
229 /* Check for a UniOS/ISI disk label. */
236 return ("no disk labe
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dconfig-list.mk6 # To use, create a build directory with plenty of free disk space - a build of
23 # cd /somewhere/with/plenty/of/disk/space
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dconfig-list.mk6 # To use, create a build directory with plenty of free disk space - a build of
23 # cd /somewhere/with/plenty/of/disk/space
/netbsd-current/sys/arch/xen/x86/
H A Dautoconf.c58 #include <sys/disk.h>
/netbsd-current/sys/fs/udf/
H A Dudf.h41 #include <sys/disk.h>
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm.s28 * iwm.s -- low level routines for Sony floppy disk access.
83 * Translation table from 'disk bytes' to 6 bit 'nibbles',
118 * Translation table from 6-bit nibbles [0x00..0x3f] to 'disk bytes'
235 * Reset IWM to known state (clear disk I/O latches)
289 * with capabilities (SS/DS, disk inserted, ...)
334 * old ss 400k drive needs disk speed control from the Macintosh
744 moveb %a2@(0,%d3),%d1 | Remap disk byte
783 bpl rsTags | disk bytes make three data bytes).
809 moveb %a2@(0,%d3),%d1 | Remap disk byte
861 moveb %a2@(0,%d3),%d1 | Remap disk byt
[all...]
/netbsd-current/distrib/miniroot/
H A Dinstall.sub240 The installation program needs to know which disk to consider
241 the root disk. Note the unit number may be different than
251 echo -n "Which disk is the root disk? "
257 echo "The disk $resp does not exist."
270 echo -n "Label which disk? [done] "
281 echo "The disk $resp does not exist."
1010 # Mount a disk on /mnt2. The set of disk devices to choose from
1035 echo "The disk
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c42 # include <sys/disk.h>
47 # include <sys/disk.h>
286 "DIOCGDINFO for disk device %s", name);
/netbsd-current/usr.sbin/sysinst/arch/i386/
H A Dmd.c209 msg_display_subst(MSG_dofdisk, 3, parts->disk,
213 /* write edited "MBR" onto disk. */
223 * hook called after writing disklabel to new target disk.
321 __UNCONST("Warning: disk is probably not bootable"));
447 * up the target disk but immediately before the user is given the
932 info.start, parts->disk) != 0)
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_disk.c37 #include <sys/disk.h>
150 struct disk *pdk;
181 * When opening a disk device, we want to preserve the user's original
275 * Try to determine whether the disk has a preferred physical
277 * size with r/m/w cycles, e.g. a disk with 4096-byte sectors
578 * Given the root disk device devid or pathname, read the label from
/netbsd-current/distrib/sets/
H A Dfmt-list392 -- Write the normalized list file back to disk.
425 -- Load a file list, normalize it and write it back to disk.
/netbsd-current/sys/dev/spi/
H A Dspiflash.c55 #include <sys/disk.h>
75 struct disk sc_dk;
/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c40 * Following on-disk header information is stolen from
97 int disk_fd; /* -1 means no disk log */
194 static void header_to_disk(struct log_header *mem, struct log_header *disk) argument
196 memcpy(disk, mem, sizeof(struct log_header));
199 static void header_from_disk(struct log_header *mem, struct log_header *disk) argument
201 memcpy(mem, disk, sizeof(struct log_header));
220 return -EIO; /* Failed disk write */
231 return -EIO; /* Failed disk read */
241 * -EIO: Unable to read disk log
242 * 0: Valid header, disk bi
[all...]
/netbsd-current/sbin/fsck/
H A Dpreen.c50 #include <sys/disk.h>
78 char *d_name; /* disk base name */
79 TAILQ_HEAD(prt, partentry) d_part; /* list of partitions on disk */
327 (void) printf("disk %s:", d->d_name);
/netbsd-current/sys/arch/usermode/dev/
H A Dld_thunkbus.c38 #include <sys/disk.h>
/netbsd-current/sbin/newfs_lfs/
H A Dnewfs.c57 #include <sys/disk.h>
78 const char lmsg[] = "%s: can't read disk label; disk type must be specified";
80 const char lmsg[] = "%s: can't read disk label";
/netbsd-current/sys/arch/sgimips/sgimips/
H A Ddisksubr.c44 #include <sys/disk.h>
62 * Attempt to read a disk label from a device using the indicated
81 /* Minimal requirements for archetypal disk label. */
126 return "no disk label";
172 /* Write NetBSD disk label to second sector */
219 * Convert a sgimips disk label into a NetBSD disk label.
229 return ("sgimips disk label corrupted");
269 * Convert a NetBSD disk label into a sgimips disk labe
[all...]
/netbsd-current/sys/dev/pci/
H A Dld_twe.c47 #include <sys/disk.h>
H A Dld_twa.c49 #include <sys/disk.h>

Completed in 263 milliseconds

1234567891011>>