Home
last modified time | relevance | path

Searched refs:fvol (Results 1 – 25 of 98) sorted by relevance

1234

/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
631 VOLRES vol, *fvol; in find_volume() local
644 return fvol; in find_volume()
655 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
630 VOLRES vol, *fvol; in find_volume() local
643 return fvol; in find_volume()
654 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
630 VOLRES vol, *fvol; in find_volume() local
643 return fvol; in find_volume()
654 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
631 VOLRES vol, *fvol; in find_volume() local
644 return fvol; in find_volume()
655 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
630 VOLRES vol, *fvol; in find_volume() local
643 return fvol; in find_volume()
654 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
631 VOLRES vol, *fvol; in find_volume() local
644 return fvol; in find_volume()
655 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/sysutils/bacula9-server/bacula-9.6.7/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
631 VOLRES vol, *fvol; in find_volume() local
644 return fvol; in find_volume()
655 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/stored/
H A Dvol_mgr.c162 VOLRES vol, *fvol; in is_read_volume() local
168 return fvol != NULL; in is_read_volume()
176 VOLRES vol, *fvol; in remove_read_volume() local
182 if (fvol) { in remove_read_volume()
185 if (fvol) { in remove_read_volume()
186 read_vol_list->remove(fvol); in remove_read_volume()
187 free_vol_item(fvol); in remove_read_volume()
630 VOLRES vol, *fvol; in find_volume() local
643 return fvol; in find_volume()
654 VOLRES vol, *fvol; in find_read_volume() local
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dsndio.c258 float fvol = (float)volume / (float)SIO_MAXVOL; in VolumeChanged() local
260 aout_VolumeReport (aout, fvol); in VolumeChanged()
266 static int VolumeSet (audio_output_t *aout, float fvol) in VolumeSet() argument
271 if (fvol < 0) in VolumeSet()
272 fvol = 0; in VolumeSet()
273 if (fvol > 1) in VolumeSet()
274 fvol = 1; in VolumeSet()
275 volume = lroundf (fvol * SIO_MAXVOL); in VolumeSet()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/stored/
H A Dvol_mgr.cc186 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
192 fvol in RemoveReadVolume()
196 if (fvol) { in RemoveReadVolume()
198 jcr->JobId, fvol != NULL); in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
201 read_vol_list->remove(fvol); in RemoveReadVolume()
202 FreeReadVolItem(fvol); in RemoveReadVolume()
216 VolumeReservationItem vol, *fvol; in find_read_volume() local
239 return fvol; in find_read_volume()
720 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/stored/
H A Dvol_mgr.cc190 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
196 fvol = in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
202 jcr->JobId, fvol != NULL); in RemoveReadVolume()
204 if (fvol) { in RemoveReadVolume()
205 read_vol_list->remove(fvol); in RemoveReadVolume()
206 FreeReadVolItem(fvol); in RemoveReadVolume()
220 VolumeReservationItem vol, *fvol; in find_read_volume() local
243 return fvol; in find_read_volume()
716 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/stored/
H A Dvol_mgr.cc190 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
196 fvol = in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
202 jcr->JobId, fvol != NULL); in RemoveReadVolume()
204 if (fvol) { in RemoveReadVolume()
205 read_vol_list->remove(fvol); in RemoveReadVolume()
206 FreeReadVolItem(fvol); in RemoveReadVolume()
220 VolumeReservationItem vol, *fvol; in find_read_volume() local
243 return fvol; in find_read_volume()
716 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/stored/
H A Dvol_mgr.cc190 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
196 fvol = in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
202 jcr->JobId, fvol != NULL); in RemoveReadVolume()
204 if (fvol) { in RemoveReadVolume()
205 read_vol_list->remove(fvol); in RemoveReadVolume()
206 FreeReadVolItem(fvol); in RemoveReadVolume()
220 VolumeReservationItem vol, *fvol; in find_read_volume() local
243 return fvol; in find_read_volume()
716 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/stored/
H A Dvol_mgr.cc195 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
206 if (fvol) { in RemoveReadVolume()
209 if (fvol) { in RemoveReadVolume()
210 read_vol_list->remove(fvol); in RemoveReadVolume()
211 FreeReadVolItem(fvol); in RemoveReadVolume()
225 VolumeReservationItem vol, *fvol; in find_read_volume() local
246 Dmsg2(debuglevel, "find_read_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_read_volume()
249 return fvol; in find_read_volume()
728 VolumeReservationItem vol, *fvol; in find_volume() local
738 Dmsg2(debuglevel, "find_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_volume()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/stored/
H A Dvol_mgr.cc186 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
192 fvol in RemoveReadVolume()
196 if (fvol) { in RemoveReadVolume()
198 jcr->JobId, fvol != NULL); in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
201 read_vol_list->remove(fvol); in RemoveReadVolume()
202 FreeReadVolItem(fvol); in RemoveReadVolume()
216 VolumeReservationItem vol, *fvol; in find_read_volume() local
239 return fvol; in find_read_volume()
720 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/stored/
H A Dvol_mgr.cc186 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
192 fvol in RemoveReadVolume()
196 if (fvol) { in RemoveReadVolume()
198 jcr->JobId, fvol != NULL); in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
201 read_vol_list->remove(fvol); in RemoveReadVolume()
202 FreeReadVolItem(fvol); in RemoveReadVolume()
216 VolumeReservationItem vol, *fvol; in find_read_volume() local
239 return fvol; in find_read_volume()
720 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/stored/
H A Dvol_mgr.cc195 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
206 if (fvol) { in RemoveReadVolume()
209 if (fvol) { in RemoveReadVolume()
210 read_vol_list->remove(fvol); in RemoveReadVolume()
211 FreeReadVolItem(fvol); in RemoveReadVolume()
225 VolumeReservationItem vol, *fvol; in find_read_volume() local
246 Dmsg2(debuglevel, "find_read_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_read_volume()
249 return fvol; in find_read_volume()
728 VolumeReservationItem vol, *fvol; in find_volume() local
738 Dmsg2(debuglevel, "find_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_volume()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/stored/
H A Dvol_mgr.cc195 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
206 if (fvol) { in RemoveReadVolume()
209 if (fvol) { in RemoveReadVolume()
210 read_vol_list->remove(fvol); in RemoveReadVolume()
211 FreeReadVolItem(fvol); in RemoveReadVolume()
225 VolumeReservationItem vol, *fvol; in find_read_volume() local
246 Dmsg2(debuglevel, "find_read_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_read_volume()
249 return fvol; in find_read_volume()
728 VolumeReservationItem vol, *fvol; in find_volume() local
738 Dmsg2(debuglevel, "find_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_volume()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/stored/
H A Dvol_mgr.cc186 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
192 fvol in RemoveReadVolume()
196 if (fvol) { in RemoveReadVolume()
198 jcr->JobId, fvol != NULL); in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
201 read_vol_list->remove(fvol); in RemoveReadVolume()
202 FreeReadVolItem(fvol); in RemoveReadVolume()
216 VolumeReservationItem vol, *fvol; in find_read_volume() local
239 return fvol; in find_read_volume()
720 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/stored/
H A Dvol_mgr.cc195 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
206 if (fvol) { in RemoveReadVolume()
209 if (fvol) { in RemoveReadVolume()
210 read_vol_list->remove(fvol); in RemoveReadVolume()
211 FreeReadVolItem(fvol); in RemoveReadVolume()
225 VolumeReservationItem vol, *fvol; in find_read_volume() local
246 Dmsg2(debuglevel, "find_read_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_read_volume()
249 return fvol; in find_read_volume()
728 VolumeReservationItem vol, *fvol; in find_volume() local
738 Dmsg2(debuglevel, "find_vol=%s found=%d\n", VolumeName, fvol!=NULL); in find_volume()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/stored/
H A Dvol_mgr.cc190 VolumeReservationItem vol, *fvol; in RemoveReadVolume() local
196 fvol = in RemoveReadVolume()
200 if (fvol) { in RemoveReadVolume()
202 jcr->JobId, fvol != NULL); in RemoveReadVolume()
204 if (fvol) { in RemoveReadVolume()
205 read_vol_list->remove(fvol); in RemoveReadVolume()
206 FreeReadVolItem(fvol); in RemoveReadVolume()
220 VolumeReservationItem vol, *fvol; in find_read_volume() local
243 return fvol; in find_read_volume()
716 VolumeReservationItem vol, *fvol; in find_volume() local
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsnd_null.c63 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation) in S_StaticSound() argument
67 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuat… in S_StartSound() argument
72 …ition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation,… in S_StartSound_StartPosition_Flags() argument
94 void S_SetChannelVolume (unsigned int ch_ind, float fvol) in S_SetChannelVolume() argument
H A Dsound.h98 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuat…
99 …ition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation,…
102 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
109 void S_SetChannelVolume (unsigned int ch_ind, float fvol);
/dports/games/darkplaces/darkplaces/
H A Dsnd_null.c63 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation) in S_StaticSound() argument
67 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuat… in S_StartSound() argument
72 …ition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation,… in S_StartSound_StartPosition_Flags() argument
94 void S_SetChannelVolume (unsigned int ch_ind, float fvol) in S_SetChannelVolume() argument
H A Dsound.h98 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuat…
99 …ition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation,…
102 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
109 void S_SetChannelVolume (unsigned int ch_ind, float fvol);

1234