Home
last modified time | relevance | path

Searched refs:newVolumeName (Results 1 – 12 of 12) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/
H A Dvolume_utils_test.go26 newVolumeName = "some new volume name"
47 Name: &newVolumeName,
53 testhelpers.Equals(t, newVolumeName, updateVolumeResponse.Volume.Name)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/
H A Dvolume_utils_test.go26 newVolumeName = "some new volume name"
47 Name: &newVolumeName,
53 testhelpers.Equals(t, newVolumeName, updateVolumeResponse.Volume.Name)
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Ddev.c543 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
546 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
555 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
556 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Ddev.c543 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
546 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
555 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
556 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Ddev.c543 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
546 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
555 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
556 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/stored/
H A Ddev.c543 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
546 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
555 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
556 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/stored/
H A Ddev.c566 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
569 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
578 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
579 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Ddev.c566 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
569 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
578 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
579 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Ddev.c566 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
569 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
578 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
579 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/stored/
H A Ddev.c566 DEVICE::notify_newvol_in_attached_dcrs(const char *newVolumeName) in notify_newvol_in_attached_dcrs() argument
569 getVolCatName(), newVolumeName?newVolumeName:"*None*"); in notify_newvol_in_attached_dcrs()
578 if (newVolumeName && mdcr->VolumeName != newVolumeName) { in notify_newvol_in_attached_dcrs()
579 bstrncpy(mdcr->VolumeName, newVolumeName, sizeof(mdcr->VolumeName)); in notify_newvol_in_attached_dcrs()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-MusicPlugin/win32/
H A DiTunesAPI.h393 ConstITUniStringPtr newVolumeName; /* Input */ member
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/storage/validation/
H A Dvalidation_test.go425 newVolumeName := "bar"
513 PersistentVolumeName: &newVolumeName,