Home
last modified time | relevance | path

Searched refs:pvol (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsusermap.c1027 const char *pvol; in checkoptions() local
1034 pvol = argv[xarg]; in checkoptions()
1035 if (pvol[0] && (pvol[1] == ':') && !pvol[2]) { in checkoptions()
1036 err = !(((pvol[0] >= 'A') && (pvol[0] <= 'Z')) in checkoptions()
1037 || ((pvol[0] >= 'a') in checkoptions()
1038 && (pvol[0] <= 'z'))); in checkoptions()
/third_party/alsa-utils/alsamixer/
Dmixer_controls.c101 bool pvol, psw; in has_merged_cswitch() local
104 pvol = snd_mixer_selem_has_playback_volume(elem); in has_merged_cswitch()
106 if ((pvol || psw) && in has_merged_cswitch()
111 else if (((pvol && snd_mixer_selem_has_playback_volume_joined(elem)) || in has_merged_cswitch()
/third_party/alsa-lib/src/mixer/
Dsimple_none.c324 long pvol[32], cvol[32]; in selem_read() local
330 memcpy(pvol, s->str[SM_PLAY].vol, sizeof(pvol)); in selem_read()
460 if (memcmp(pvol, s->str[SM_PLAY].vol, sizeof(pvol)) || in selem_read()