Searched refs:disk (Results 126 - 150 of 160) sorted by relevance

1234567

/openbsd-current/sys/dev/
H A Dsoftraid_raid6.c28 #include <sys/disk.h>
417 /* map disk offset to parity/data drive */
440 /* Get disk-fail flags */
454 /* dual data-disk failure */
529 /* Two cases: single disk (Dx) or (Dx+Q)
554 /* XXX handle writes to failed/offline disk? */
780 * P=xor parity, Q=GF256 parity, D=data, gn=disk# */
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DPlainText.pm683 input and output disk files instead. See L<Pod::Parser> for the specific
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dautoconf.c54 #include <sys/disk.h>
146 { "block", PIL_FD }, /* Floppy disk */
478 * [scsi disk] val[0] is target, val[1] is lun, val[2] is partition
1421 * A SCSI disk or cd; retrieve target/lun information
1458 printf("SCSI disk bootpath component not accepted: "
1508 * match similar instances on other busses, e.g. a disk on
/openbsd-current/sys/dev/pci/
H A Dmfii.c1341 /* the firmware is handing the disk over */
2866 DNPRINTF(MFII_D_IOCTL, "disk\n");
3065 DNPRINTF(MFII_D_IOCTL, "%s: invalid logical disk state %#x\n",
3130 int arr, vol, disk, span; local
3167 /* offset disk into pd list */
3168 disk = bd->bd_diskid % ld[vol].mlc_parm.mpa_no_drv_per_span;
3170 if (ar[arr].pd[disk].mar_pd.mfp_id == 0xffffU) {
3171 /* disk is missing but succeed command */
3175 /* try to find an unused disk for the target to rebuild */
3199 mbox.s[0] = ar[arr].pd[disk]
[all...]
/openbsd-current/sys/dev/ata/
H A Dwd.c71 #include <sys/disk.h>
318 * Initialize disk structures.
324 /* Attach disk. */
371 /* Detach disk. */
636 * If any partition is open, but the disk has been invalidated,
723 strncpy(lp->d_typename, "ESDI/IDE disk", sizeof lp->d_typename);
735 * Fabricate a default disk label, and try to read the correct one.
894 struct wd_softc *wd; /* disk unit to do the I/O */
895 struct disklabel *lp; /* disk's disklabel */
918 /* Convert to disk sector
[all...]
H A Data_wdc.c64 #include <sys/disk.h>
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm143 serializes into a bytestream and/or writes it to disk.
1062 see L<YAML::Tiny>). Tools that consume distribution metadata from disk
/openbsd-current/sys/scsi/
H A Dcd.c64 #include <sys/disk.h>
99 struct disk sc_dk;
213 * Initialize disk structures.
222 /* Attach disk. */
262 /* Detach disk. */
304 * If any partition is open, but the disk has been invalidated,
358 /* Fabricate a disk label. */
465 /* Place it in the queue of disk activities for this disk. */
1594 * results to fill out the disk paramete
[all...]
H A Dsd.c66 #include <sys/disk.h>
226 * Initialize disk structures.
240 /* Attach disk. */
265 * Stop the disk. Stopping the disk should flush the
298 /* Detach disk. */
348 * If any partition is open, but the disk has been invalidated,
367 * But only after spinning the disk up! Just in case a broken
560 /* Place it in the queue of disk activities for this disk
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm846 The specified disk or diskette cannot be accessed
860 0x00000020 supports disk quotas
/openbsd-current/usr.bin/tic/
H A Dtic.c272 * immediately, that's OK; the resolution code will fetch it off disk
290 * disk I/O nearly as often).
442 * rewind() does not force the target file's data to disk (not does
/openbsd-current/sys/kern/
H A Dkern_sysctl.c59 #include <sys/disk.h>
2265 * then we simply update the disk statistics information.
2271 struct disk *dk;
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm1921 =head2 Unzipping a complete zip file to disk
1924 to read a zip file and unzip its contents to disk.
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/
H A DMetadata.pm1031 Note that this file may not actually exist on disk yet, e.g. if the module was read from an in-memory filehandle.
/openbsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c52 #include <sys/disk.h>
469 * 2) re-read superblock from disk.
470 * 3) re-read summary information from disk.
499 * Step 2: re-read superblock from disk.
532 * Step 3: re-read summary information from disk.
759 /* Use on-disk fsid if it exists, else fake it */
1092 * Go through the disk queues to initiate sandbagged IO;
1176 * in from disk. If it is in core, wait for the lock bit to clear, then
1228 * disk portion of this inode to be read.
1246 /* Read in the disk content
[all...]
/openbsd-current/sys/uvm/
H A Duvm_swap.c52 #include <sys/disk.h>
434 * Check if the page that we got from disk needs to be decrypted
875 * => we avoid the start of the disk (to protect disk labels)
1007 * Lock down the last region of primary disk swap, in case
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm889 hook is handy for summarizing a directory, such as calculating its disk
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DupdateAUTHORS.pl469 Do not update files on disk even if they need to be changed.
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c46 #include <sys/disk.h>
371 /* Re-read group descriptors from the disk. */
417 * 2) re-read superblock from disk.
418 * 3) re-read summary information from disk.
446 * Step 2: re-read superblock from disk.
519 * Read the superblock from disk.
745 * Go through the disk queues to initiate sandbagged IO;
824 * in from disk. If it is in core, wait for the lock bit to clear, then
872 * disk portion of this inode to be read.
885 /* Read in the disk content
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm1570 disk space occupied by the make processes and deletes excess space
1762 the internal state of all modules is written to disk after each step.
2013 projects held on the local disk. These distribution objects have the
2034 projects from remote repositories on the local disk.
2181 auto_commit commit all changes to config variables to disk
2749 An array of patches on CPAN or on the local disk to be applied in
2917 # install everything that is outdated on my disk:
2925 # list all modules on my disk that have no VERSION number
2949 # list all modules on my disk that have newer versions on CPAN
/openbsd-current/sys/dev/ic/
H A Dwdc.c64 #include <sys/disk.h>
974 /* Put all disk in RESET state */
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm340 ### file:///disk$user/my/notes/note12345.txt' means
342 ### if it is unix where it means /disk$user/my/notes/note12345.txt'.
1344 ### file://vms.host.edu/disk$user/my/notes/note12345.txt
1692 a file to disk, it removes the C<query parameters> (see the
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.pm324 term for bytes passed to or from a non-Perl context, such as a disk file,
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm17 my $DEFAULT_AUTODEFER_FILELEN_THRESHHOLD = 65536; # 16 disk blocksful
2008 Tie::File - Access the lines of a disk file via a Perl array
2177 fetched from disk every time you examine them.
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm382 # Retrieve object hierarchy from disk, returning a reference to the root
569 conveniently stored to disk and retrieved at a later time.
578 To retrieve data stored to disk, use C<retrieve> with a file name.

Completed in 518 milliseconds

1234567