Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 57) sorted by last modified time

123

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src12506 # set the bell mode also sets the key click volume, and there is no way to say
H A Dtermcap.src11089 # set the bell mode also sets the key click volume, and there is no way to say
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib139 typeset volume=$3
170 if [[ -n $volume ]]; then
192 # and a volume.
203 # a container and a volume.
213 # Create a snapshot on a filesystem or volume. Defaultly create a snapshot on
216 # $1 Existing filesystem or volume name. Default, $TESTPOOL/$TESTFS
224 [[ -z $fs_vol ]] && log_fail "Filesystem or volume's name is undefined."
259 # $1 Existing filesystem or volume name. Default, $TESTFS
269 [[ -z $fs_vol ]] && log_fail "Filesystem or volume's name is undefined."
993 zfs list -H -t filesystem,snapshot,volume $1 > /dev/null 2>&1 \
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica266 # http://uscode.house.gov/statviewer.htm?volume=40&page=451
267 # http://uscode.house.gov/statviewer.htm?volume=80&page=108
766 # of volume 26 of The Hawaiian Journal of History (1992). As of 2010-12-09,
1662 # volume 26, number 2 (February 1932) and, as of 2010-07-17,
H A Deurope164 # http://rsnz.natlib.govt.nz/volume/rsnz_28/rsnz_28_00_006110.html
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c225 if (volume != NULL) in libhal_drive_policy_compute_display_name()
1527 return volume->udi; in libhal_volume_get_udi()
1549 return volume->fstype; in libhal_volume_get_fstype()
1555 return volume->fsversion; in libhal_volume_get_fsversion()
1561 return volume->fsusage; in libhal_volume_get_fsusage()
1585 return volume->is_disc; in libhal_volume_is_disc()
1652 return volume->uuid; in libhal_volume_get_uuid()
1688 return volume->disc_type; in libhal_volume_get_disc_type()
1765 volume->udi, in libhal_volume_crypto_get_clear_volume_udi()
2006 volume->udi, volume->mount_options, MOUNT_OPTIONS_SIZE, TRUE); in libhal_volume_policy_get_mount_options()
[all …]
H A Dlibhal-storage.h224 LibHalVolume *volume,
227 LibHalVolume *volume,
282 void libhal_volume_free (LibHalVolume *volume);
328 dbus_bool_t libhal_volume_should_ignore (LibHalVolume *volume);
333 LibHalVolume *volume,
336 LibHalVolume *volume,
340 LibHalVolume *volume,
345 LibHalVolume *volume,
348 LibHalVolume *volume,
351 LibHalVolume *volume,
[all …]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c264 LibHalVolume *volume, LibHalDrive *drive, const char *device, in handle_unmount() argument
296 if (volume != NULL) { in handle_unmount()
314 if (!libhal_volume_is_mounted (volume)) { in handle_unmount()
H A Dhal-storage-shared.h59 LibHalVolume *volume, LibHalDrive *drive, const char *device,
H A Dhal-storage-unmount.c80 LibHalVolume *volume; in main() local
170 volume = libhal_volume_from_udi (hal_ctx, udi); in main()
171 if (volume == NULL) { in main()
191 drive_udi = libhal_volume_get_storage_device_udi (volume); in main()
203 udi, volume, drive, device, invoked_by_uid, in main()
H A Dhal-storage-eject.c81 LibHalVolume *volume; in main() local
160 if ((volume = libhal_volume_from_udi (hal_ctx, udi)) != NULL) { in main()
161 drive_udi = libhal_volume_get_storage_device_udi (volume); in main()
H A Dhal-storage-mount.c505 if (volume != NULL) {
524 uuid = libhal_volume_get_uuid (volume);
601 if (volume != NULL) {
617 if (volume != NULL) {
635 if (volume != NULL)
786 if (volume != NULL) {
876 } else if (volume == NULL) {
879 …} else if (libhal_volume_get_fstype (volume) != NULL && strlen (libhal_volume_get_fstype (volume))…
1009 (volume != NULL ? libhal_volume_get_fstype (volume) : "") );
1066 LibHalVolume *volume; local
[all …]
H A Dhal-storage-zpool.c177 LibHalVolume *volume; in main() local
222 if ((volume = libhal_volume_from_udi (hal_ctx, udi)) == NULL) { in main()
225 if ((drive_udi = libhal_volume_get_storage_device_udi (volume)) == NULL ) { in main()
231 if ((libhal_volume_get_fstype (volume) == NULL) || in main()
232 (strcmp (libhal_volume_get_fstype (volume), "zfs") != 0)) { in main()
235 if ((libhal_volume_get_label (volume) == NULL) || in main()
236 (strlen (libhal_volume_get_label (volume)) == 0)) { in main()
245 libhal_volume_get_label (volume), in main()
/illumos-gate/usr/src/cmd/hal/probing/
H A DMakefile26 SUBDIRS = storage volume printer network-printer acpi xkb
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c820 HalDevice *volume; in devinfo_storage_minors() local
949 volume = hal_device_store_match_key_value_string (hald_get_gdl (), in devinfo_storage_minors()
951 if ((volume == NULL) || !hal_device_has_capability(volume, "volume")) { in devinfo_storage_minors()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m139 file path=usr/lib/hal/hald-probe-volume mode=0555
H A Dservice-storage-media-volume-manager.p5m27 set name=pkg.fmri value=pkg:/service/storage/media-volume-manager@$(PKGVERS)
28 set name=pkg.summary value="Removable volume manager"
29 set name=pkg.description value="Non-graphical removable volume manager"
62 legacy pkg=SUNWrmvolmgr desc="Non-graphical removable volume manager" \
63 name="Removable volume manager"
64 legacy pkg=SUNWrmvolmgrr desc="Non-graphical removable volume manager (Root)" \
65 name="Removable volume manager (Root)"
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c28447 struct cdrom_volctrl volume; local
28448 struct cdrom_volctrl *vol = &volume;
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c84 char *volume = NULL; in main() local
112 volume = argv[2]; in main()
113 if (strlen(volume) > 6) { in main()
120 label(special, fsname, volume); in main()
134 label(char *special, char *fsname, char *volume) in label() argument
194 if (sblock.fs_cpc <= 0 && (fsname || volume)) { in label()
218 if (volume != NULL) { in label()
219 for (i = 0; (i < 6) && (volume[i]); i++, p++) in label()
220 *p = volume[i]; in label()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c240 ((vd)->file || (vd)->volume))
887 if (vd->volume) { in vd_dskimg_rw()
1385 ASSERT(!vd->volume); in vd_do_scsi_rdwr()
5897 ASSERT(!vd->volume); in vd_setup_backend_vnode()
6209 if (vd->volume) { in vd_setup_backend_ldi()
6216 ASSERT(!vd->volume); in vd_setup_backend_ldi()
6245 if (vd->volume) { in vd_setup_single_slice_disk()
6381 } else if (vd->volume) { in vd_backend_check_size()
6456 if (vd->file || vd->volume) in vd_backend_check_size()
6590 vd->volume = B_FALSE; in vd_setup_vd()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_logvol.c318 unsigned long volume; in smrt_logvol_tgtmap_activate() local
322 VERIFY0(ddi_strtoul(addr, &eptr, 16, &volume)); in smrt_logvol_tgtmap_activate()
324 VERIFY3S(volume, >=, 0); in smrt_logvol_tgtmap_activate()
325 VERIFY3S(volume, <, SMRT_MAX_LOGDRV); in smrt_logvol_tgtmap_activate()
327 VERIFY(smrt_logvol_lookup_by_id(smrt, volume) != NULL); in smrt_logvol_tgtmap_activate()
338 unsigned long volume; in smrt_logvol_tgtmap_deactivate() local
343 VERIFY0(ddi_strtoul(addr, &eptr, 16, &volume)); in smrt_logvol_tgtmap_deactivate()
345 VERIFY3S(volume, >=, 0); in smrt_logvol_tgtmap_deactivate()
346 VERIFY3S(volume, <, SMRT_MAX_LOGDRV); in smrt_logvol_tgtmap_deactivate()
349 smlv = smrt_logvol_lookup_by_id(smrt, volume); in smrt_logvol_tgtmap_deactivate()
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt223 # AUE_PIPE is a potentially very high-volume event, use with caution
231 # AUE_READ is a potentially very high-volume event, use with caution
235 # AUE_WRITE is a potentially very high-volume event, use with caution
251 # AUE_MMAP is a potentially very high-volume event, use with caution
253 # AUE_AUDIT is a potentially very high-volume event, use with caution
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c495 char *volume, *title; in print_mdoc_head() local
513 volume = mandoc_strdup(meta->vol); in print_mdoc_head()
515 mandoc_asprintf(&volume, "%s (%s)", in print_mdoc_head()
517 vollen = term_strlen(p, volume); in print_mdoc_head()
541 term_word(p, volume); in print_mdoc_head()
558 free(volume); in print_mdoc_head()
H A Dmdoc_html.c473 char *volume, *title; in mdoc_root_pre() local
476 volume = mandoc_strdup(meta->vol); in mdoc_root_pre()
478 mandoc_asprintf(&volume, "%s (%s)", in mdoc_root_pre()
495 print_text(h, volume); in mdoc_root_pre()
503 free(volume); in mdoc_root_pre()
H A Dman_term.c1084 const char *volume; in print_man_head() local
1091 volume = NULL == meta->vol ? "" : meta->vol; in print_man_head()
1092 vollen = term_strlen(p, volume); in print_man_head()
1116 term_word(p, volume); in print_man_head()

123