Home
last modified time | relevance | path

Searched defs:disk (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/sys/sys/
H A Ddisk.h75 struct disk { struct
77 struct rwlock dk_lock; /* disk lock */ argument
79 char *dk_name; /* disk name */ argument
80 struct device *dk_device; /* disk device structure. */ argument
81 dev_t dk_devno; /* disk device number. */ argument
82 int dk_flags; /* disk flags */ argument
97 struct timeval dk_attachtime; /* time disk was attached */ argument
109 * Disk label information. Storage for the in-core disk label argument
113 struct disklabel *dk_label; argument
/openbsd/sbin/fdisk/
H A Ddisk.h19 struct disk { struct
37 extern struct disk disk; argument
H A Ddisk.c38 struct disk disk; variable
/openbsd/usr.sbin/installboot/
H A Dsoftraid.c37 sr_prepare_chunk(int devfd, int vol, int disk) in sr_prepare_chunk()
57 int vol = -1, ndisks = 0, disk; in sr_prepareboot() local
73 int vol = -1, ndisks = 0, disk; in sr_installboot() local
152 sr_open_chunk(int devfd, int vol, int disk, struct bioc_disk *bd, in sr_open_chunk()
H A Defi_softraid.c27 sr_install_bootblk(int devfd, int vol, int disk) in sr_install_bootblk()
H A Dsparc64_softraid.c32 sr_install_bootblk(int devfd, int vol, int disk) in sr_install_bootblk()
H A Di386_softraid.c43 sr_install_bootblk(int devfd, int vol, int disk) in sr_install_bootblk()
/openbsd/usr.sbin/vmd/
H A Dvioqcow2.c212 qc2_open(struct qcdisk *disk, int *fds, size_t nfd) in qc2_open()
332 struct qcdisk *disk, *d; in qc2_pread() local
405 struct qcdisk *disk, *d; in qc2_pwrite() local
455 struct qcdisk *disk; in qc2_close() local
474 xlate(struct qcdisk *disk, off_t off, int *inplace) in xlate()
534 mkcluster(struct qcdisk *disk, struct qcdisk *base, off_t off, off_t src_phys) in mkcluster()
598 copy_cluster(struct qcdisk *disk, struct qcdisk *base, off_t dst, off_t src) in copy_cluster()
615 inc_refs(struct qcdisk *disk, off_t off, int newcluster) in inc_refs()
/openbsd/regress/sys/ffs/ffs/
H A DMakefile9 disk: unconfig target
/openbsd/regress/sys/ffs/nfs/
H A DMakefile9 disk: unconfig target
/openbsd/regress/sys/kern/mount/
H A DMakefile10 disk: unconfig target
/openbsd/regress/sys/nfs/
H A DMakefile8 disk: unconfig target
/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c255 cd9660_boot_setup_default_entry(struct cd9660_boot_image *disk) in cd9660_boot_setup_default_entry()
302 cd9660_boot_setup_section_entry(struct cd9660_boot_image *disk) in cd9660_boot_setup_section_entry()
/openbsd/lib/libc/gen/
H A Ddisklabel.c50 static struct disklabel disk; in getdiskbyname() local
/openbsd/regress/usr.sbin/syslogd/
H A DMakefile113 disk: unconfig target
/openbsd/usr.sbin/vmctl/
H A Dmain.c566 const char *disk, *format, *base = NULL, *input = NULL; in ctl_create() local
625 const char *disk; in ctl_convert() member
/openbsd/sbin/dump/
H A Dmain.c67 char *disk; /* name of the disk file */ variable
H A Dtraverse.c184 mapfiles(ino_t maxino, int64_t *tapesize, char *disk, char * const *dirv) in mapfiles()
/openbsd/sbin/ncheck_ffs/
H A Dncheck_ffs.c84 char *disk; /* name of the disk file */ variable
/openbsd/sys/dev/sdmmc/
H A Dsdmmc_scsi.c584 struct device *disk, *scsibus, *chip, *sdmmc; in sdmmc_scsi_hibernate_io() local
/openbsd/usr.sbin/nsd/
H A Dudb.h324 udb_alloc_d* disk; member
/openbsd/sys/dev/ic/
H A Dufshci.c1941 struct device *disk; ufshci_hibernate_io() local
H A Dmfi.c1788 int arr, vol, disk, span; in mfi_ioctl_disk() local
H A Dnvme.c1709 struct device *disk; in nvme_hibernate_io() local
/openbsd/sys/kern/
H A Dsubr_hibernate.c961 union hibernate_info *disk) in hibernate_compare_signature()

12