Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 57) sorted by path

123

/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h71 char volume[VTOC_VOLUME_LEN]; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE224 with the Program (or with a work based on the Program) on a volume of
/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/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/cmd/hal/probing/
H A DMakefile26 SUBDIRS = storage volume printer network-printer acpi xkb
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A DMakefile26 PROG = hald-probe-volume
27 OBJS = probe-volume.o cdutils.o fsutils.o logger.o
28 SRCS = probe-volume.c
/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.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-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/look/
H A Dwords24210 volume
/illumos-gate/usr/src/cmd/mandoc/
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()
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 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()
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING130 with the Program (or with a work based on the Program) on a volume of
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1069 LibHalVolume *volume = volume_arg; in rmm_volume_aa_from_prop() local
1078 if ((udi == NULL) && (volume == NULL)) { in rmm_volume_aa_from_prop()
1081 if (volume == NULL) { in rmm_volume_aa_from_prop()
1082 if ((volume = libhal_volume_from_udi(hal_ctx, udi)) == NULL) { in rmm_volume_aa_from_prop()
1088 if ((udi = libhal_volume_get_udi(volume)) == NULL) { in rmm_volume_aa_from_prop()
1093 drive_udi = libhal_volume_get_storage_device_udi(volume); in rmm_volume_aa_from_prop()
1177 if ((volume != NULL) && (volume != volume_arg)) { in rmm_volume_aa_from_prop()
1178 libhal_volume_free(volume); in rmm_volume_aa_from_prop()
/illumos-gate/usr/src/cmd/spell/
H A Dlist24209 volume
/illumos-gate/usr/src/cmd/units/
H A Dunittab47 / density of mercury expressed as weight/volume)
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src11089 # set the bell mode also sets the key click volume, and there is no way to say
H A Dterminfo.src12506 # set the bell mode also sets the key click volume, and there is no way to say
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope164 # http://rsnz.natlib.govt.nz/volume/rsnz_28/rsnz_28_00_006110.html
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,
/illumos-gate/usr/src/grub/grub-0.97/
H A DCOPYING130 with the Program (or with a work based on the Program) on a volume of

123