Searched refs:device (Results 1 – 13 of 13) sorted by relevance
/coreutils/tests/tail/ |
D | end-of-device.sh | 35 device=$(df --output=source . | tail -n1) || framework_failure_ 37 dev_size=$(get_device_size "$device") || 38 skip_ "failed to determine size of $device" 43 timeout 10 tail -c 1024 "$device" > end1 || fail=1 44 timeout 10 tail -c +"$tail_offset" "$device" > end2 || fail=1
|
/coreutils/tests/dd/ |
D | skip-seek-past-dev.sh | 36 device=$(df --output=source . | tail -n1) || framework_failure_ 38 dev_size=$(get_device_size "$device") || 39 skip_ "failed to determine size of $device" 44 timeout 10 dd bs=1 skip=$DEV_OFLOW count=0 status=noxfer < "$device" 2> err 51 timeout 10 dd bs=1 seek=$DEV_OFLOW count=0 status=noxfer > "$device" 2> err
|
/coreutils/src/ |
D | mknod.c | 234 dev_t device; in main() local 246 device = makedev (i_major, i_minor); in main() 248 if (device == NODEV) in main() 256 if (mknod (argv[optind], newmode | node_type, device) != 0) in main()
|
D | df.c | 1013 get_dev (char const *device, char const *mount_point, char const *file, in get_dev() argument 1038 stat_file = mount_point ? mount_point : device; in get_dev() 1043 else if (get_fs_usage (stat_file, device, &fsu)) in get_dev() 1075 if (dev_me && ! STREQ (dev_me->me_devname, device) in get_dev() 1094 if (! device) in get_dev() 1095 device = "-"; /* unknown */ in get_dev() 1100 char *dev_name = xstrdup (device); in get_dev() 1292 get_device (char const *device) in get_device() argument 1298 char const *file = device; in get_device() 1300 char *resolved = canonicalize_file_name (device); in get_device() [all …]
|
D | stat.c | 110 dev_t device = dev_for_path (filename); in statfs() local 111 if (device < 0) in statfs() 113 errno = (device == B_ENTRY_NOT_FOUND ? ENOENT in statfs() 114 : device == B_BAD_VALUE ? EINVAL in statfs() 115 : device == B_NAME_TOO_LONG ? ENAMETOOLONG in statfs() 116 : device == B_NO_MEMORY ? ENOMEM in statfs() 117 : device == B_FILE_ERROR ? EIO in statfs() 122 return fs_stat_dev (device, buf); in statfs() 1661 default_format (bool fs, bool terse, bool device) in default_format() argument 1699 if (device) in default_format()
|
D | dircolors.hin | 69 BLK 40;33;01 # block device driver 70 CHR 40;33;01 # character device driver
|
/coreutils/gl/modules/ |
D | root-dev-ino | 2 Root device and inode number checking.
|
/coreutils/man/ |
D | chmod.x | 113 saves the program's text image on the swap device so it will load more
|
/coreutils/doc/ |
D | coreutils.texi | 1221 For example, the device file @file{/dev/urandom} could be used as the 1222 source of random data. Typically, this device gathers environmental 1223 noise from device drivers and other sources into an entropy pool, and 1225 the device reuses the internal pool to produce more bits, using a 1227 that this device is not designed for bulk random data generation 3170 still associated with the same device/inode-number pair as before. 8971 FIFOs and device files) as if they were regular files. This means 9631 Similarly, when the output is a device rather than a file, 9910 device finally dies, e.g. 9921 # Rescue data from an (unmounted!) partition of a failing device. [all …]
|
D | perm.texi | 100 swap device so it will load more quickly when run, so that the image
|
/coreutils/ |
D | NEWS | 597 stat will use decomposed (major,minor) device numbers in its default format. 628 stat supports more formats for representing decomposed device numbers. 629 %Hd,%Ld and %Hr,%Lr will output major,minor device numbers and device types 666 it is a character-special file whose minor device number is N. 880 even if it points to SRC on a separate device. 889 for non regular files like fifos and character device nodes etc., 1012 Before, cp (without -p) would exit with a failure status, and a cross-device 1177 stty now validates arguments before interacting with the device, 1409 df now prefers sources towards the root of a device when 1544 df no longer suppresses separate exports of the same remote device, as [all …]
|
D | configure.ac | 412 character-special devices whose minor device number is the file
|
/coreutils/tests/ |
D | local.mk | 120 tests/df/over-mount-device.sh \ 142 tests/tail/end-of-device.sh \
|