Searched refs:disk (Results 76 - 100 of 213) sorted by relevance

123456789

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_007_neg.ksh60 "-? $TESTPOOL ${disk}s${SLICE1}"
62 create_pool "$TESTPOOL" "${disk}s${SLICE0}"
H A Dzpool_add_008_neg.ksh60 set -A args "" "-f nonexistent_pool ${disk}s${SLICE1}" \
63 create_pool "$TESTPOOL" "${disk}s${SLICE0}"
H A Dzpool_add_005_pos.ksh72 dump_dev=${disk}s${SLICE3}
74 create_pool "$TESTPOOL" "${disk}s${SLICE0}"
77 create_pool "$TESTPOOL1" "${disk}s${SLICE1}"
81 log_mustnot zpool add -f "$TESTPOOL" ${disk}s${SLICE1}
H A Dzpool_add_004_pos.ksh66 create_pool "$TESTPOOL" "${disk}s${SLICE0}"
69 create_pool "$TESTPOOL1" "${disk}s${SLICE1}"
/illumos-gate/usr/src/cmd/format/
H A Dmain.c85 struct disk_info *disk = NULL; local
176 * If there was only 1 disk on the command line, mark it
177 * to be the current disk. If it wasn't found, it's an error.
180 disk = disk_list;
181 if (disk == NULL) {
182 err_print("Unable to find specified disk '%s'.\n",
188 * A disk was forced on the command line.
193 * be the current disk.
195 for (disk = disk_list; disk !
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c91 #define DISK_DELTA(x) (disk->new_kios.x - disk->old_kios.x)
193 struct diskinfo *disk, *prevdisk, *comp; local
196 disk = &zerodisk;
207 strcmp(ksp->ks_class, "disk") != 0) {
210 prevdisk = disk;
211 if (disk->next) {
212 disk = disk->next;
214 safe_zalloc((void **)&disk
256 struct diskinfo *disk; local
272 struct diskinfo *disk; local
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/
H A DMakefile27 disk.eft \
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A DMakefile16 MODULE = disk-lights
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A DMakefile27 MODULE = disk-transport
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_010_neg.ksh58 partition_disk $SIZE $disk 6
63 disk=$DISK
65 disk=$DISK0
68 create_pool $TESTPOOL $disk
H A Dzpool_create_018_pos.ksh57 disk=$DISK
59 disk=$DISK0
73 log_must zpool create -o ${props[$i]}=${vals[$i]} $TESTPOOL $disk
89 log_must zpool create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh122 mkfile $MINVDEVSIZE /$TESTDIR/disk-additional.dat
123 mkfile $MINVDEVSIZE /$TESTDIR/disk-export.dat
124 mkfile $MINVDEVSIZE /$TESTDIR/disk-offline.dat
125 mkfile $MINVDEVSIZE /$TESTDIR/disk-spare1.dat
126 mkfile $MINVDEVSIZE /$TESTDIR/disk-spare2.dat
131 /$TESTDIR/disk2.dat /$TESTDIR/disk3.dat /$TESTDIR/disk-offline.dat \
132 spare /$TESTDIR/disk-spare1.dat
136 log_must zpool offline $TESTPOOL.virt /$TESTDIR/disk-offline.dat
140 log_must zpool create $TESTPOOL.exported /$TESTDIR/disk-export.dat
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c56 * The number of minor nodes per LUN is defined by the disk drivers.
72 static void disk_common(di_minor_t minor, di_node_t node, char *disk,
80 { "disk", DDI_NT_BLOCK, NULL,
83 { "disk", DDI_NT_BLOCK_CHAN, NULL,
86 { "disk", DDI_NT_BLOCK_BLKDEV, NULL,
89 { "disk", DDI_NT_BLOCK_FABRIC, NULL,
92 { "disk", DDI_NT_BLOCK_WWN, NULL,
95 { "disk", DDI_NT_BLOCK_SAS, NULL,
98 { "disk", DDI_NT_CD, NULL,
101 { "disk", DDI_NT_CD_CHA
189 char disk[23]; local
212 char disk[10]; local
227 char disk[DISK_SUBPATH_MAX]; local
241 char disk[10]; local
267 char disk[DISK_SUBPATH_MAX]; local
315 char disk[DISK_SUBPATH_MAX]; local
421 decode_xen_device(uint_t device, uint_t *disk, uint_t *plun) argument
473 char disk[16]; local
505 disk_common(di_minor_t minor, di_node_t node, char *disk, int flags) argument
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Dpartial.c57 if (stat64(disk, &st) < 0 ||
72 /* LINTED: disk is not NULL */
73 free(disk);
75 disk = rawname(mnt->mnt_fsname);
76 disk_dynamic = (disk != mnt->mnt_fsname);
84 msg(gettext("`%s' is not on a locally mounted filesystem\n"), disk);
124 path, disk);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.h69 dm_descriptor_t disk, char *diskset, boolean_t *bool);
71 dm_descriptor_t disk, char *diskset, boolean_t *bool);
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h41 } disk; member in union:uboot_devdesc::__anon367
45 #define d_disk d_kind.disk
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh45 typeset disk used avail_disks
46 for disk in $all_disks; do
48 [[ "$disk" = "$used" ]] && continue 2
50 [[ -n $avail_disks ]] && avail_disks="$avail_disks $disk"
51 [[ -z $avail_disks ]] && avail_disks="$disk"
87 typeset disk
88 for disk in $DISKS; do
89 sudo -k prtvtoc /dev/rdsk/${disk}s0 >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_004_pos.ksh37 # format will disallow modification of a mounted zfs disk partition or a spare
43 # 3. Attempt to format the disk and the spare device.
64 # Currently, if a ZFS disk gets formatted things go horribly wrong, hence the
70 typeset disk=$1
76 format -e -s -d $disk -f $format_file
82 log_assert "format will disallow modification of a mounted zfs disk partition"\
89 log_note "Attempt to format a ZFS disk"
94 log_pass "Unable to format a disk in use by ZFS"
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DMakefile35 TOPOFILE = Joyent-Compute-Platform-1101-disk-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DMakefile34 TOPOFILE = Netra-X4200-M2-disk-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DMakefile34 TOPOFILE = Sun-Fire-X4200-M2-disk-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DMakefile34 TOPOFILE = Sun-Fire-X4200-Server-disk-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DMakefile34 TOPOFILE = Sun-Fire-X4500-disk-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DMakefile34 TOPOFILE = Sun-Fire-X4540-disk-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DMakefile34 TOPOFILE = Sun-Fire-X4600-M2-disk-hc-topology.xml

Completed in 119 milliseconds

123456789