Searched refs:disk (Results 176 - 200 of 398) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/dreamcast/dev/g1/
H A Dgdrom.c55 #include <sys/disk.h>
74 struct disk sc_dk; /* generic disk info */
364 * Initialize and attach the disk structure.
/netbsd-current/sys/arch/dreamcast/dev/
H A Dgdrom.c47 #include <sys/disk.h>
94 struct disk sc_dk; /* generic disk info */
424 * Initialize and attach the disk structure.
/netbsd-current/sys/arch/vax/mba/
H A Dhp.c33 * Autoconfiguration of disk drives 'on the fly'.
34 * Handle disk media changes.
47 #include <sys/disk.h>
67 struct disk sc_disk;
124 * Check if this is a disk drive; done by checking type from mbaattach.
143 * If the on-disk label can't be read; we lose.
171 * Init and attach the disk structure.
232 * Start transfer on given disk. Called from mbastart().
/netbsd-current/sys/dev/ofw/
H A Dofdisk.c42 #include <sys/disk.h>
56 struct disk sc_dk;
164 /* Discover wedges on this disk. */
209 if (!strcmp(path + l - 4, "disk")) {
223 * Try to get characteristics of the disk.
/netbsd-current/distrib/utils/embedded/conf/
H A Devbarm.conf43 disk: STORAGE DEVICE
93 # http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html
H A Devbmips.conf43 disk: STORAGE DEVICE
93 # http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html
H A Devbppc.conf43 disk: STORAGE DEVICE
93 # http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html
/netbsd-current/sys/arch/amiga/amiga/
H A Dautoconf.c44 #include <sys/disk.h>
402 struct disk *dkp;
426 * Find the disk corresponding to the current
475 * Find the disk structure corresponding to the
509 /* Open disk; forces read of disklabel. */
/netbsd-current/sys/arch/x68k/dev/
H A Dbmd.c29 * Nereid bank memory disk
42 #include <sys/disk.h>
78 struct disk sc_dkdev;
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-mirror-basic.sh210 lvconvert --mirrorlog disk $vg/$lv1 $dev3:0-1
/netbsd-current/lib/librumpuser/
H A Drumpuser_file.c44 #include <sys/disk.h>
/netbsd-current/sys/arch/vax/vax/
H A Ddisksubr.c45 #include <sys/disk.h>
53 #include <dev/mscp/mscp.h> /* For disk encoding scheme */
65 * Attempt to read a disk label from a device
99 msg = "no disk label";
102 msg = "disk label corrupted";
127 * Given a buffer bp, try and interpret it as an Ultrix disk label,
162 msg = ((msg != NULL) ? msg: "no disk label");
202 * Write disk label back to device after modification.
203 * Always allow writing of disk label; even if the disk i
[all...]
/netbsd-current/sys/arch/arm/arm/
H A Ddisksubr.c109 #include <sys/disk.h>
112 * Attempt to read a disk label from a device
136 /* minimal requirements for archtypal disk label */
153 * Set partition 'a' to be the whole disk.
189 /* next, dig out disk label */
197 /* if successful, locate disk label within block and validate */
200 msg = "disk label I/O error";
211 msg = "disk label corrupted";
267 * Write disk label back to device after modification.
313 /* next, dig out disk labe
[all...]
/netbsd-current/sys/dev/ic/
H A Dld_cac.c47 #include <sys/disk.h>
115 type = "standalone disk or RAID0";
H A Dld_mlx.c47 #include <sys/disk.h>
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Ddisk.c1 /* $NetBSD: disk.c,v 1.9 2019/01/09 03:28:31 christos Exp $ */
54 struct disk { struct
110 printf("unknown floppy disk format %d.\n",
115 printf("unknown disk type %d.\n", __disk.type);
/netbsd-current/sys/arch/hppa/hppa/
H A Ddisksubr.c79 #include <sys/disk.h>
97 /* don't read the on-disk label if we are in spoofed-only mode */
109 /* if successful, locate disk label within block and validate */
112 msg = "disk label I/O error";
125 msg = "no disk label";
129 msg = "disk label corrupted";
145 * Attempt to read a disk label from a device
160 const char *msg = "no disk label";
164 /* minimal requirements for archetypal disk label */
272 * Write disk labe
[all...]
/netbsd-current/sys/dev/pci/
H A Dld_amr.c47 #include <sys/disk.h>
/netbsd-current/sbin/gpt/
H A Dbiosboot.c53 #include <sys/disk.h>
/netbsd-current/sys/arch/pmax/pmax/
H A Ddisksubr.c42 #include <sys/disk.h>
53 * Attempt to read a disk label from a device
90 msg = "no disk label";
93 msg = "disk label corrupted";
117 * Given a buffer bp, try and interpret it as an Ultrix disk label,
152 msg = ((msg != NULL) ? msg: "no disk label");
197 * Write disk label back to device after modification.
/netbsd-current/usr.sbin/fstyp/
H A Dfstyp.c42 #include <sys/disk.h>
183 errx(EXIT_FAILURE, "%s: not a disk", path);
/netbsd-current/sys/arch/ews4800mips/stand/boot/
H A DMakefile33 SRCS += bfs_subr.o disk.c diskutil.c
/netbsd-current/sbin/dump/
H A Ddump.h70 int32_t ufs_fsatoda; /* disk address conversion constant */
71 int32_t ufs_nindir; /* disk addresses per indirect block */
110 extern char *disk; /* name of the disk file */
121 extern int diskfd; /* disk file descriptor */
145 extern long dev_bsize; /* block size of underlying disk device */
/netbsd-current/sys/dev/ata/
H A Data_raid.c50 #include <sys/disk.h>
/netbsd-current/sys/dev/acpi/
H A Dfdc_acpi.c38 #include <sys/disk.h>
77 { .compat = "PNP07??" }, /* PC standard floppy disk controller */

Completed in 364 milliseconds

1234567891011>>