/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 325 static descriptor_t **apply_filter(descriptor_t **drives, int filter[], 385 descriptor_t **drives; in drive_get_assocs() local 389 drives = (descriptor_t **)calloc(2, sizeof (descriptor_t *)); in drive_get_assocs() 390 if (drives == NULL) { in drive_get_assocs() 395 drives[0] = cache_get_desc(DM_DRIVE, desc->p.disk, NULL, NULL, errp); in drive_get_assocs() 397 cache_free_descriptors(drives); in drive_get_assocs() 401 drives[1] = NULL; in drive_get_assocs() 403 return (drives); in drive_get_assocs() 444 descriptor_t **drives; in drive_get_descriptor_by_name() local 453 drives = cache_get_descriptors(DM_DRIVE, errp); in drive_get_descriptor_by_name() [all …]
|
H A D | controller.c | 239 descriptor_t **drives; in get_assoc_drives() local 249 drives = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *)); in get_assoc_drives() 250 if (drives == NULL) { in get_assoc_drives() 256 drives[i] = cache_get_desc(DM_DRIVE, cp->disks[i], NULL, NULL, in get_assoc_drives() 259 cache_free_descriptors(drives); in get_assoc_drives() 263 drives[i] = NULL; in get_assoc_drives() 266 return (drives); in get_assoc_drives()
|
H A D | path.c | 285 descriptor_t **drives; in get_assoc_drives() local 295 drives = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *)); in get_assoc_drives() 296 if (drives == NULL) { in get_assoc_drives() 302 drives[i] = cache_get_desc(DM_DRIVE, pp->disks[i], NULL, NULL, in get_assoc_drives() 305 cache_free_descriptors(drives); in get_assoc_drives() 309 drives[i] = NULL; in get_assoc_drives() 312 return (drives); in get_assoc_drives()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mh.c | 222 mhsp->drives.drives_len = ndev; in meta_take_own() 223 mhsp->drives.drives_val in meta_take_own() 224 = Calloc(ndev, sizeof (*mhsp->drives.drives_val)); in meta_take_own() 226 mhsp->drives.drives_val[i] = Strdup(p->drivenamep->rname); in meta_take_own() 361 mhsp->drives.drives_len = ndev; in meta_rel_own() 362 mhsp->drives.drives_val in meta_rel_own() 363 = Calloc(ndev, sizeof (*mhsp->drives.drives_val)); in meta_rel_own() 365 mhsp->drives.drives_val[i] = Strdup(p->drivenamep->rname); in meta_rel_own() 467 mhsp->drives.drives_len = ndev; in meta_status_own() 468 mhsp->drives.drives_val in meta_status_own() [all …]
|
/titanic_41/usr/src/cmd/hal/fdi/ |
H A D | Makefile | 40 information/10freedesktop/10-usb-zip-drives.fdi \ 49 preprobe/10osvendor/10-ide-drives.fdi \
|
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_set.c | 270 for (j = 0; (j < mhsp->drives.drives_len); ++j) { in mhd_create_set() 273 mhdp = mhsp->drives.drives_val[j]; in mhd_create_set() 277 if (j < mhsp->drives.drives_len) { in mhd_create_set() 297 for (i = 0; (i < mhsp->drives.drives_len); ++i) { in mhd_create_set() 298 mhd_drivename_t mhdp = mhsp->drives.drives_val[i]; in mhd_create_set()
|
/titanic_41/usr/src/head/ |
H A D | metamhd.x | 87 mhd_drivename_t drives<>; /* drive names */
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | fsm.txt | 73 States marked '*' should be invalid but some non-complaint drives
|
H A D | capacity.notes.txt | 65 drives. David_S_Thompson@notes.seagate.com said "read section 97 "broken". Warning: some older drives have words 57:58 in big endian
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | README.state | 28 # file. The state file both drives the operations to be performed on the
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | TODO | 38 * Add BSD syntax support, using results of ioprobe to map drives. !
|
H A D | NEWS | 478 work! Please try on various floppy drives with various media! 482 list of installed drives unless a floppy is present)
|
H A D | ChangeLog | 6607 map between BIOS drives and OS devices, and write it to the file 8524 num_hd, which is used for counting how many drives are 8550 Probe 4 IDE drives instead of 2.
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-hal.mf | 84 file path=etc/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi \ 102 file path=etc/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi mode=0444 \
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 652 BIOS drives and OS devices. 658 * Device map:: The map between BIOS drives and OS devices 743 * If you can unmount drives to which GRUB may write any amount of 776 The map between BIOS drives and OS devices 784 drives to OS devices. This file consists of lines like this: 792 it cannot guess the map between BIOS drives and OS devices correctly in 1031 your hard disk drives and your BIOS.
|
H A D | grub.texi | 104 * Naming convention:: Names of your drives in GRUB 436 followed by a @key{TAB}, and GRUB will display the list of drives, 445 drives in your BIOS. 601 map BIOS drives to OS devices correctly---GRUB merely @dfn{guesses} 663 By the way, as noted above, it is quite difficult to guess BIOS drives 733 @samp{(cd)} if you want to access other drives as well. 1819 GRUB uses a special syntax for specifying disk drives which can be 2001 context. Note that to obtain a list of drives, one must open a 2317 image, and/or to fix the drives guessed by GRUB when GRUB fails to 3501 BIOS drives and OS devices. [all …]
|
H A D | grub.info-1 | 46 * Naming convention:: Names of your drives in GRUB 385 followed by a <TAB>, and GRUB will display the list of drives, 394 drives in your BIOS. 549 most operating systems don't tell GRUB how to map BIOS drives to OS 598 drives correctly under a UNIX-like OS. Thus, `grub-install' will prompt 660 `(cd)' if you want to access other drives as well.
|
H A D | grub.info | 47 * Naming convention:: Names of your drives in GRUB 386 followed by a <TAB>, and GRUB will display the list of drives, 395 drives in your BIOS. 550 most operating systems don't tell GRUB how to map BIOS drives to OS 599 drives correctly under a UNIX-like OS. Thus, `grub-install' will prompt 660 `(cd)' if you want to access other drives as well. 1630 GRUB uses a special syntax for specifying disk drives which can be 1809 to obtain a list of drives, one must open a parenthesis, as `root ('. 2119 and/or to fix the drives guessed by GRUB when GRUB fails to 3361 BIOS drives and OS devices. [all …]
|
H A D | grub.info-2 | 325 GRUB uses a special syntax for specifying disk drives which can be 504 to obtain a list of drives, one must open a parenthesis, as `root ('. 815 and/or to fix the drives guessed by GRUB when GRUB fails to
|
H A D | multiboot.texi | 1030 After activating the device drivers, compare data from the drives using 1039 reading the drives from the @sc{bios} should have some mechanism to give 1043 There might be extra drives not accessible from the @sc{bios} which are
|
H A D | multiboot.info | 966 After activating the device drivers, compare data from the drives 973 reading the drives from the BIOS should have some mechanism to give 976 2. There might be extra drives not accessible from the BIOS which are
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 181 * drives in IO Unit Page 1. 189 * define for auto-configure of hot-swap drives.
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/ |
H A D | SB-tables.info | 31 * (except for hard disk drives and power supplies.) Each table contains
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/boston/frudr/ |
H A D | SB-tables.info | 29 * (except for hard disk drives and power supplies.) Each table contains
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SCF.po | 663 …evices behind the SAS controller (internal HDDs, internal DVD drives, internal\ntape drives) are d… 965 …SI) device. This includes the internal hard drives and the internal DVD drives\nand the internal t…
|