Searched refs:disk (Results 226 - 248 of 248) sorted by relevance

12345678910

/freebsd-10.1-release/sys/dev/mcd/
H A Dmcd.c56 #include <sys/disk.h>
92 #define MCDDSKCHNG MCD_ST_DSKCHNG /* sensed change of disk */
93 #define MCDDSKIN MCD_ST_DSKIN /* sensed disk in drive */
256 device_printf(sc->dev, "failed to get disk size\n");
368 if (mcd_getstat(sc, 1) == -1) /* detect disk change too */
1030 if (mcd_getstat(sc, 1) == -1) /* detect disk change too */
1046 if (mcd_getstat(sc, 1) == -1) /* detect disk change too */
/freebsd-10.1-release/sys/vm/
H A Dswap_pager.c83 #include <sys/disk.h>
132 * of page indices to disk addresses within a swap area.
134 * Unused disk addresses within a swap area are allocated and managed
1510 * very serious trouble. If it happens to be a disk error, though,
2511 * Swapping onto disk devices.
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dpci_ahci.c37 #include <sys/disk.h>
/freebsd-10.1-release/sbin/hastd/
H A Dprimary.c37 #include <sys/disk.h>
349 pjdlog_errno(LOG_ERR, "Unable to flush activemap to disk");
361 "Unable to flush disk cache on activemap update");
846 * disk before we start to synchronize.
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c69 #include <sys/disk.h>
1494 * (128K instead of 56K) and flush the disk write cache less often
/freebsd-10.1-release/sys/dev/xen/blkback/
H A Dblkback.c54 #include <sys/disk.h>
434 * Backend type disk (access via cdev switch
687 * \brief Backend device type (e.g. "disk", "cdrom", "floppy").
1703 /* Convert to the disk's sector size */
2740 xenbus_dev_fatal(xbb->dev, error, "%s is not a disk "
/freebsd-10.1-release/sys/kern/
H A Dvfs_vnops.c48 #include <sys/disk.h>
912 * read(2) can still avoid hitting the disk if the
2192 * If the file references a disk device, then fetch
H A Dvfs_syscalls.c50 #include <sys/disk.h>
/freebsd-10.1-release/sys/pc98/cbus/
H A Dfdc.c62 #include <sys/disk.h>
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql123 NODES row. ("Is known" because a text change on disk may not yet
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_ioctl.c41 #include <sys/disk.h>
220 * for slices or partitions, only the per-disk raw devices.
/freebsd-10.1-release/contrib/file/
H A Dltmain.sh4574 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/ldns/
H A Dltmain.sh4573 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/libyaml/config/
H A Dltmain.sh3607 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/openbsm/config/
H A Dltmain.sh4606 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/openpam/
H A Dltmain.sh4606 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/unbound/
H A Dltmain.sh4573 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/crypto/heimdal/
H A Dltmain.sh4567 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh4573 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dltmain.sh4567 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/ntp/
H A Dltmain.sh4567 /* Skip over the disk name in MSDOS pathnames. */
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c982 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */
983 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */
1121 ** information is written to disk in the same order as calls
1282 ** information is written to disk in the same order as calls
1369 ** retry counts and intervals for certain disk I/O operations for the
3232 ** on-disk database will be created. ^This private database will be
3254 ** ^SQLite uses the path component of the URI as the name of the disk file
3270 ** be used to access the database file on disk. ^If this option is set to
3287 ** or writes from disk is used. ^It is an error to specify a value for
3736 ** changes to the content of the database files on disk
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c945 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */
946 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */
1064 ** information is written to disk in the same order as calls
1220 ** information is written to disk in the same order as calls
1299 ** retry counts and intervals for certain disk I/O operations for the
3012 ** on-disk database will be created. ^This private database will be
3034 ** ^SQLite uses the path component of the URI as the name of the disk file
3050 ** be used to access the database file on disk. ^If this option is set to
3476 ** changes to the content of the database files on disk.
5691 ** out to disk an
[all...]

Completed in 1119 milliseconds

12345678910