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."
548 # Common function used to cleanup snapshot of file system or volume. Default to
[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.h224 LibHalVolume *volume,
227 LibHalVolume *volume,
282 void libhal_volume_free (LibHalVolume *volume);
283 dbus_uint64_t libhal_volume_get_size (LibHalVolume *volume);
284 dbus_uint64_t libhal_volume_get_disc_capacity (LibHalVolume *volume);
286 const char *libhal_volume_get_udi (LibHalVolume *volume);
287 const char *libhal_volume_get_device_file (LibHalVolume *volume);
288 unsigned int libhal_volume_get_device_major (LibHalVolume *volume);
289 unsigned int libhal_volume_get_device_minor (LibHalVolume *volume);
290 const char *libhal_volume_get_fstype (LibHalVolume *volume);
[all …]
H A Dlibhal-storage.c157 libhal_volume_policy_compute_size_as_string (LibHalVolume *volume) in libhal_volume_policy_compute_size_as_string() argument
170 size = libhal_volume_get_size (volume); in libhal_volume_policy_compute_size_as_string()
205 libhal_drive_policy_compute_display_name (LibHalDrive *drive, LibHalVolume *volume, LibHalStoragePo… in libhal_drive_policy_compute_display_name() argument
225 if (volume != NULL) in libhal_drive_policy_compute_display_name()
226 size_str = libhal_volume_policy_compute_size_as_string (volume); in libhal_drive_policy_compute_display_name()
351 libhal_volume_policy_compute_display_name (LibHalDrive *drive, LibHalVolume *volume, LibHalStorageP… in libhal_volume_policy_compute_display_name() argument
360 volume_label = libhal_volume_get_label (volume); in libhal_volume_policy_compute_display_name()
364 size_str = libhal_volume_policy_compute_size_as_string (volume); in libhal_volume_policy_compute_display_name()
377 switch (libhal_volume_get_disc_type (volume)) { in libhal_volume_policy_compute_display_name()
386 if (libhal_volume_disc_is_blank (volume)) in libhal_volume_policy_compute_display_name()
[all …]
/illumos-gate/usr/src/cmd/hal/probing/
H A DMakefile26 SUBDIRS = storage volume printer network-printer acpi xkb
/illumos-gate/usr/src/cmd/hal/tools/
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.c450 LibHalVolume *volume, LibHalDrive *drive, const char *device, argument
505 if (volume != NULL) {
523 label = libhal_volume_get_label (volume);
524 uuid = libhal_volume_get_uuid (volume);
601 if (volume != NULL) {
602 if (!libhal_volume_is_mounted (volume)) {
605 mount_dir = g_strdup (libhal_volume_get_mount_point (volume));
617 if (volume != NULL) {
618 if (libhal_volume_is_mounted (volume)) {
635 if (volume != NULL)
[all …]
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-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/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
/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/common/io/scsi/targets/
H A Dsd.c28447 struct cdrom_volctrl volume; local
28448 struct cdrom_volctrl *vol = &volume;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c240 ((vd)->file || (vd)->volume))
466 boolean_t volume; /* is vDisk backed by volume */ member
887 if (vd->volume) { in vd_dskimg_rw()
1385 ASSERT(!vd->volume); in vd_do_scsi_rdwr()
2080 } else if (vd->volume || vd->file) { in vd_start_bio()
4037 if (vd->file || vd->volume || !vd->ownership) in vd_reset_access()
4488 (vd->volume ? "yes" : "no"), in vd_process_attr_msg()
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()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl529 * The specified share is the root volume in a Dfs tree.
H A Dnetdfs.ndl316 * Add a new volume or additional storage for an existing volume at
334 * Remove a volume or additional storage for volume from the DFS at
335 * dfs_path. When applied to the last storage in a volume, removes
336 * the volume from the DFS.
350 * Set information about the volume or storage. If the server and share
352 * share. Otherwise the information is specific to the volume as a whole.
371 * Get information about the volume or storage. If the server and share
373 * and share. Otherwise the information is specific to the volume as a
427 * Move a DFS volume and all subordinate volumes from one place in the
/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/uts/common/io/audio/drv/audioemu10k/dsp/
H A Demu10k1.mac85 // Apply PCM (wave) volume
H A Demu10k2.mac84 // We apply the PCM volume at the same time.
H A Demu10k.dsp26 // Master volume
45 // Recording volume

123