Home
last modified time | relevance | path

Searched refs:drives (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c390 descriptor_t **drives; in drive_get_assocs() local
395 if (drives == NULL) { in drive_get_assocs()
406 drives[1] = NULL; in drive_get_assocs()
408 return (drives); in drive_get_assocs()
449 descriptor_t **drives; in drive_get_descriptor_by_name() local
471 drive = drives[i]; in drive_get_descriptor_by_name()
478 free(drives); in drive_get_descriptor_by_name()
502 drives = NULL; in drive_get_descriptors()
504 drives = found; in drive_get_descriptors()
508 return (drives); in drive_get_descriptors()
[all …]
H A Dpath.c283 descriptor_t **drives; in get_assoc_drives() local
293 drives = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *)); in get_assoc_drives()
294 if (drives == NULL) { in get_assoc_drives()
300 drives[i] = cache_get_desc(DM_DRIVE, pp->disks[i], NULL, NULL, in get_assoc_drives()
303 cache_free_descriptors(drives); in get_assoc_drives()
307 drives[i] = NULL; in get_assoc_drives()
310 return (drives); in get_assoc_drives()
H A Dcontroller.c237 descriptor_t **drives; in get_assoc_drives() local
247 drives = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *)); in get_assoc_drives()
248 if (drives == NULL) { in get_assoc_drives()
254 drives[i] = cache_get_desc(DM_DRIVE, cp->disks[i], NULL, NULL, in get_assoc_drives()
257 cache_free_descriptors(drives); in get_assoc_drives()
261 drives[i] = NULL; in get_assoc_drives()
264 return (drives); in get_assoc_drives()
/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile40 information/10freedesktop/10-usb-zip-drives.fdi \
49 preprobe/10osvendor/10-ide-drives.fdi \
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt73 States marked '*' should be invalid but some non-complaint drives
H A Dcapacity.notes.txt65 drives. David_S_Thompson@notes.seagate.com said "read section
97 "broken". Warning: some older drives have words 57:58 in big endian
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib45 log_fail "No drives that supports removal"
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO38 * Add BSD syntax support, using results of ioprobe to map drives. !
H A DNEWS478 work! Please try on various floppy drives with various media!
482 list of installed drives unless a floppy is present)
H A DChangeLog6607 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.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state28 # file. The state file both drives the operations to be performed on the
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m52 file path=etc/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi \
78 file path=etc/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi mode=0444 \
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s47 .set NHRDRV,0x475 # Number of hard drives
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3652 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 Dgrub.texi104 * 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}
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
3501 BIOS drives and OS devices.
3632 @section The map between BIOS drives and OS devices
3639 drives to OS devices. This file consists of lines like this:
[all …]
H A Dgrub.info-146 * 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 Dgrub.info47 * 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
660 `(cd)' if you want to access other drives as well.
1630 GRUB uses a special syntax for specifying disk drives which can be
2119 and/or to fix the drives guessed by GRUB when GRUB fails to
3361 BIOS drives and OS devices.
3485 15.3 The map between BIOS drives and OS devices
3493 drives to OS devices. This file consists of lines like this:
[all …]
H A Dmultiboot.texi1030 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 Dgrub.info-2325 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 Dmultiboot.info966 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
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_history.txt214 * drives in IO Unit Page 1.
222 * define for auto-configure of hot-swap drives.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A DSB-tables.info31 * (except for hard disk drives and power supplies.) Each table contains
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A DSB-tables.info29 * (except for hard disk drives and power supplies.) Each table contains
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src16052 # equipped with one or two 5.25" disk drives, had a monochrome and colour
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids13393 # What's in the cardbus end of a Sony ACR-A01 card, comes with newer Vaio CD-RW drives

12