Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/netbsd/external/gpl2/lvm2/dist/po/
H A Dlvm2.po3917 msgid "Logical volume \"%s\" not found in volume group \"%s\""
4538 msgid "Logical volume %s not found in volume group %s"
4992 msgid "Adding physical volume '%s' to volume group '%s'"
5007 msgid "Physical volume '%s' is already in volume group '%s'"
5130 msgid "Physical volume %s not in a volume group"
5872 msgid "Finding volume group of physical volume \"%s\""
6629 msgid "Using all physical volume(s) in volume group"
6879 msgid "%d logical volume(s) in volume group \"%s\" %smonitored"
6914 msgid "%d logical volume(s) in volume group \"%s\" now active"
7207 msgid "Please enter volume group name and physical volume(s)"
[all …]
/netbsd/sys/arch/x68k/dev/
H A Dopmbell.c83 u_char volume; member
150 sc->volume = BELL_VOLUME; in bellattach()
204 bp->volume = sc->volume; in bellioctl()
411 opm_set_volume(sc->ch, vol_table[sc->volume]); in bell_on()
488 data->volume > MAXBVOLUME || data->msec > MAXBTIME) { in opm_bell_setup()
491 sc->volume = data->volume; in opm_bell_setup()
H A Dopm.c213 opm_set_volume(int channel, int volume) in opm_set_volume() argument
219 value = opm0->sc_vdata[channel].m1.tl + volume; in opm_set_volume()
223 value = opm0->sc_vdata[channel].m2.tl + volume; in opm_set_volume()
226 value = opm0->sc_vdata[channel].c1.tl + volume; in opm_set_volume()
232 value = opm0->sc_vdata[channel].c2.tl + volume; in opm_set_volume()
/netbsd/sys/arch/ews4800mips/stand/common/
H A Dustarfs.c51 struct volume { struct
171 __change_volume(int volume) in __change_volume() argument
177 printf("insert disk %d, and press return...", volume + 1); in __change_volume()
187 if ((i = buf[8] - '0') != volume + 1) { in __change_volume()
189 i, volume + 1); in __change_volume()
/netbsd/usr.sbin/fstyp/
H A Dcd9660.c54 char *sector, *volume; in fstyp_cd9660() local
63 volume = sector + 0x28; in fstyp_cd9660()
65 strlcpy(label, volume, MIN(size, VOLUME_LEN)); in fstyp_cd9660()
H A Dhammer_disk.h823 #define hammer_xlate_to_phys(volume, zone2_offset) \ argument
824 ((volume)->vol_buf_beg + HAMMER_OFF_SHORT_ENCODE(zone2_offset))
832 #define hammer_xlate_to_undo(volume, zone3_offset) \ argument
833 ((volume)->vol0_undo_array[HAMMER_UNDO_INDEX(zone3_offset)] + \
839 #define HAMMER_VOL_BUF_SIZE(volume) \ argument
840 ((volume)->vol_buf_end - (volume)->vol_buf_beg)
/netbsd/sys/dev/wscons/
H A Dwsbelldata.h44 (dstp)->volume = ((srcp)->which & WSKBD_BELL_DOVOLUME) ? \
45 (srcp)->volume : (dfltp)->volume; \
H A Dwsbell.c388 sc->sc_bell_data.period, sc->sc_bell_data.volume); in wsbell_do_ioctl()
399 spkr_audio_play(sc, ubdp->pitch, ubdp->period, ubdp->volume); in wsbell_do_ioctl()
430 vol = vb->volume; in bell_thread()
442 spkr_audio_play(struct wsbell_softc *sc, u_int pitch, u_int period, u_int volume) in spkr_audio_play() argument
448 sc->sc_bell_args.volume = volume; in spkr_audio_play()
/netbsd/sbin/wsconsctl/
H A Dkeyboard.c68 { "bell.volume", &bell.volume, FMT_UINT, FLG_MODIFY },
71 { "bell.volume.default", &dfbell.volume, FMT_UINT, FLG_MODIFY },
129 if (field_by_value(&bell.volume)->flags & FLG_GET) in keyboard_get_values()
139 if (field_by_value(&dfbell.volume)->flags & FLG_GET) in keyboard_get_values()
213 if (field_by_value(&bell.volume)->flags & FLG_SET) in keyboard_put_values()
222 pr_field(field_by_value(&bell.volume), " -> "); in keyboard_put_values()
229 if (field_by_value(&dfbell.volume)->flags & FLG_SET) in keyboard_put_values()
239 pr_field(field_by_value(&dfbell.volume), " -> "); in keyboard_put_values()
/netbsd/external/historical/nawk/dist/testdir/
H A Dfunstack.in197 volume = "4",
212 volume = "5",
227 volume = "6",
242 volume = "6",
257 volume = "7",
272 volume = "7",
287 volume = "8",
302 volume = "9",
317 volume = "10",
332 volume = "11",
[all …]
/netbsd/sys/arch/x68k/usr.bin/bellctrl/
H A Dbellctrl.c175 values.volume = percent; in set_bell_vol()
229 if (values.volume == DEFAULT) in set_bell_param()
230 values.volume = param.volume; in set_bell_param()
/netbsd/external/gpl2/lvm2/dist/udev/
H A D11-dm-lvm.rules11 # DM_LV_NAME - logical volume name
12 # DM_VG_NAME - volume group name
13 # DM_LV_LAYER - logical volume layer (blank if not set)
H A D12-dm-permissions.rules18 # DM_LV_NAME - logical volume name (not set if LVM device not present)
19 # DM_VG_NAME - volume group name (not set if LVM device not present)
20 # DM_LV_LAYER - logical volume layer (not set if LVM device not present)
/netbsd/external/bsd/file/dist/magic/magdir/
H A Ddump18 >0 belong 5 end of volume,
37 >0 belong 5 end of volume,
56 >0 belong 5 end of volume,
94 >0 leshort 5 end of volume.
H A Dsgi81 >20 belong 0 log volume #0
82 >20 belong >0 log volume #%d
88 >24 belong 0 log volume #0
89 >24 belong >0 log volume #%d
/netbsd/usr.bin/audio/play/
H A Dplay.c64 static int volume; variable
153 volume = atoi(optarg); in main()
154 if (volume < 0 || volume > 255) in main()
517 if (volume) in audioctl_write_fromhdr()
518 info.play.gain = volume; in audioctl_write_fromhdr()
/netbsd/sys/arch/atari/dev/
H A Dkbd.c370 kbd_bell_sparms(kb->volume, kb->pitch, in kbdioctl()
624 kbd_bell_gparms(u_int *volume, u_int *pitch, u_int *duration) in kbd_bell_gparms() argument
634 *volume = 0; in kbd_bell_gparms()
638 kbd_bell_sparms(u_int volume, u_int pitch, u_int duration) in kbd_bell_sparms() argument
879 kbd_bell(0, kd->pitch, kd->period, kd->volume); in kbd_ioctl()
918 kbd_bell(void *v, u_int pitch, u_int duration, u_int volume) in kbd_bell() argument
921 kbd_bell_sparms(volume, pitch, duration); in kbd_bell()
/netbsd/sys/dev/audio/
H A Daudiobell.c100 audiobell(void *dev, u_int pitch, u_int period, u_int volume, int poll) in audiobell() argument
121 KASSERT(volume <= 100); in audiobell()
192 buf[i] = AUDIO_SCALEDOWN(sinewave[j] * (int)volume, 16); in audiobell()
/netbsd/crypto/external/bsd/heimdal/dist/
H A DREADME14 heimdal-announce@sics.se low-volume announcement
15 heimdal-discuss@sics.se high-volume discussion
/netbsd/sys/dev/usb/
H A Dslurm.c174 ri->volume = slurm_si470x_get_volume(sysconfig2); in slurm_get_info()
195 slurm_si470x_set_volume(sc, ri->volume); in slurm_set_info()
369 slurm_si470x_set_volume(struct slurm_softc *sc, int volume) in slurm_si470x_set_volume() argument
375 sysconfig2 |= __SHIFTIN(volume / SI470X_VOLFACT, SI470X_VOLUME); in slurm_si470x_set_volume()
/netbsd/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_kmkbd.c287 kmkbd_bell(d->pitch, d->period, d->volume, 0); in kmkbd_ioctl()
306 kmkbd_bell(u_int pitch, u_int period, u_int volume, int poll) in kmkbd_bell() argument
311 volume, poll); in kmkbd_bell()
359 kmkbd_cnbell(void *v, u_int pitch, u_int period, u_int volume)
362 kmkbd_bell(pitch, period, volume, 1);
/netbsd/sys/dev/hil/
H A Dhilkbd.c313 d->pitch, d->period, d->volume); in hilkbd_ioctl()
352 hilkbd_cnbell(void *v, u_int pitch, u_int period, u_int volume) in hilkbd_cnbell() argument
357 pitch, period, volume); in hilkbd_cnbell()
361 hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume) in hilkbd_bell() argument
/netbsd/usr.sbin/quotarestore/
H A Dquotarestore.c518 const char *volume = NULL; in main() local
531 volume = argv[optind++]; in main()
539 qh = quota_open(volume); in main()
541 err(EXIT_FAILURE, "quota_open: %s", volume); in main()
/netbsd/sys/arch/sgimips/sgimips/
H A Darcemu.c200 char volume[3]; member
212 char volume[4]; member
337 extractenv(env, "volume", sgienv.volume, sizeof(sgienv.volume)); in arcemu_ipN_init()
/netbsd/sys/dev/pckbport/
H A Dpckbd.c1055 pckbd_bell(d->pitch, d->period, d->volume, 0); in pckbd_ioctl()
1069 pckbd_bell(u_int pitch, u_int period, u_int volume, int poll) in pckbd_bell() argument
1074 volume, poll); in pckbd_bell()
1156 pckbd_cnbell(void *v, u_int pitch, u_int period, u_int volume) in pckbd_cnbell() argument
1159 pckbd_bell(pitch, period, volume, 1); in pckbd_cnbell()

12345678910>>...17