Home
last modified time | relevance | path

Searched refs:win32_file_device (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/win32/stored/backends/
H A Dwin32_file_device.cc173 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
190 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
201 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
206 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
211 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
216 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
230 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
303 win32_file_device::~win32_file_device() {} in do_mount()
[all …]
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device();
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/win32/stored/backends/
H A Dwin32_file_device.cc173 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
190 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
201 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
206 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
211 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
216 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
230 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
303 win32_file_device::~win32_file_device() {} in do_mount()
[all …]
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device();
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/win32/stored/backends/
H A Dwin32_file_device.cc173 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
190 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
201 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
206 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
211 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
216 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
230 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
303 win32_file_device::~win32_file_device() {} in do_mount()
[all …]
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device();
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/win32/stored/backends/
H A Dwin32_file_device.cc170 bool win32_file_device::MountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
187 bool win32_file_device::UnmountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
198 int win32_file_device::d_open(const char *pathname, int flags, int mode) in do_mount()
203 ssize_t win32_file_device::d_read(int fd, void *buffer, size_t count) in do_mount()
208 ssize_t win32_file_device::d_write(int fd, const void *buffer, size_t count) in do_mount()
213 int win32_file_device::d_close(int fd) in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char *op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord *dcr, boffset_t offset, int whence) in do_mount()
228 bool win32_file_device::d_truncate(DeviceControlRecord *dcr) in do_mount()
296 win32_file_device::~win32_file_device() in do_mount()
[all …]
H A Dwin32_file_device.h33 class win32_file_device: public Device {
35 win32_file_device();
36 ~win32_file_device();
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/win32/stored/backends/
H A Dwin32_file_device.cc170 bool win32_file_device::MountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
187 bool win32_file_device::UnmountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
198 int win32_file_device::d_open(const char *pathname, int flags, int mode) in do_mount()
203 ssize_t win32_file_device::d_read(int fd, void *buffer, size_t count) in do_mount()
208 ssize_t win32_file_device::d_write(int fd, const void *buffer, size_t count) in do_mount()
213 int win32_file_device::d_close(int fd) in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char *op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord *dcr, boffset_t offset, int whence) in do_mount()
228 bool win32_file_device::d_truncate(DeviceControlRecord *dcr) in do_mount()
296 win32_file_device::~win32_file_device() in do_mount()
[all …]
H A Dwin32_file_device.h33 class win32_file_device: public Device {
35 win32_file_device();
36 ~win32_file_device();
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/win32/stored/backends/
H A Dwin32_file_device.cc170 bool win32_file_device::MountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
187 bool win32_file_device::UnmountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
198 int win32_file_device::d_open(const char *pathname, int flags, int mode) in do_mount()
203 ssize_t win32_file_device::d_read(int fd, void *buffer, size_t count) in do_mount()
208 ssize_t win32_file_device::d_write(int fd, const void *buffer, size_t count) in do_mount()
213 int win32_file_device::d_close(int fd) in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char *op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord *dcr, boffset_t offset, int whence) in do_mount()
228 bool win32_file_device::d_truncate(DeviceControlRecord *dcr) in do_mount()
296 win32_file_device::~win32_file_device() in do_mount()
[all …]
H A Dwin32_file_device.h33 class win32_file_device: public Device {
35 win32_file_device();
36 ~win32_file_device();
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/win32/stored/backends/
H A Dwin32_file_device.cc170 bool win32_file_device::MountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
187 bool win32_file_device::UnmountBackend(DeviceControlRecord *dcr, int timeout) in do_mount()
198 int win32_file_device::d_open(const char *pathname, int flags, int mode) in do_mount()
203 ssize_t win32_file_device::d_read(int fd, void *buffer, size_t count) in do_mount()
208 ssize_t win32_file_device::d_write(int fd, const void *buffer, size_t count) in do_mount()
213 int win32_file_device::d_close(int fd) in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char *op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord *dcr, boffset_t offset, int whence) in do_mount()
228 bool win32_file_device::d_truncate(DeviceControlRecord *dcr) in do_mount()
296 win32_file_device::~win32_file_device() in do_mount()
[all …]
H A Dwin32_file_device.h33 class win32_file_device: public Device {
35 win32_file_device();
36 ~win32_file_device();
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/win32/stored/backends/
H A Dwin32_file_device.cc173 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
190 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
201 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
206 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
211 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
216 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
218 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
223 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
230 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
303 win32_file_device::~win32_file_device() {} in do_mount()
[all …]
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device();
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/win32/stored/backends/
H A Dwin32_file_device.cc176 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
193 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
204 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
209 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
214 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
219 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
221 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
226 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
233 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
306 win32_file_device::win32_file_device() {} in do_mount() function in storagedaemon::win32_file_device
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device() { close(nullptr); } in ~win32_file_device()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/win32/stored/backends/
H A Dwin32_file_device.cc176 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
193 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
204 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
209 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
214 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
219 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
221 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
226 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
233 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
306 win32_file_device::win32_file_device() {} in do_mount() function in storagedaemon::win32_file_device
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device() { close(nullptr); } in ~win32_file_device()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/win32/stored/backends/
H A Dwin32_file_device.cc176 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
193 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
204 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
209 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
214 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
219 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
221 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
226 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
233 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
306 win32_file_device::win32_file_device() {} in do_mount() function in storagedaemon::win32_file_device
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device() { close(nullptr); } in ~win32_file_device()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/win32/stored/backends/
H A Dwin32_file_device.cc176 bool win32_file_device::MountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
193 bool win32_file_device::UnmountBackend(DeviceControlRecord* dcr, int timeout) in do_mount()
204 int win32_file_device::d_open(const char* pathname, int flags, int mode) in do_mount()
209 ssize_t win32_file_device::d_read(int fd, void* buffer, size_t count) in do_mount()
214 ssize_t win32_file_device::d_write(int fd, const void* buffer, size_t count) in do_mount()
219 int win32_file_device::d_close(int fd) { return ::close(fd); } in do_mount()
221 int win32_file_device::d_ioctl(int fd, ioctl_req_t request, char* op) in do_mount()
226 boffset_t win32_file_device::d_lseek(DeviceControlRecord* dcr, in do_mount()
233 bool win32_file_device::d_truncate(DeviceControlRecord* dcr) in do_mount()
306 win32_file_device::win32_file_device() {} in do_mount() function in storagedaemon::win32_file_device
H A Dwin32_file_device.h34 class win32_file_device : public Device {
36 win32_file_device();
37 ~win32_file_device() { close(nullptr); } in ~win32_file_device()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/po/
H A DPOTFILES.in55 ./src/win32/stored/backends/win32_file_device.c
434 ./src/win32/stored/backends/win32_file_device.h

1234567