|
static DWORD | drive_map_windows_err (DWORD fs_errno) |
|
static DRIVE_FILE * | drive_get_file_by_id (DRIVE_DEVICE *drive, UINT32 id) |
|
static UINT | drive_process_irp_create (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_close (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_read (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_write (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_query_information (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_set_information (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_query_volume_information (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_silent_ignore (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_query_directory (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_directory_control (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp_device_control (DRIVE_DEVICE *drive, IRP *irp) |
|
static UINT | drive_process_irp (DRIVE_DEVICE *drive, IRP *irp) |
|
static DWORD WINAPI | drive_thread_func (LPVOID arg) |
|
static UINT | drive_irp_request (DEVICE *device, IRP *irp) |
|
static UINT | drive_free_int (DRIVE_DEVICE *drive) |
|
static UINT | drive_free (DEVICE *device) |
|
static void | drive_file_objfree (void *obj) |
|
static void | drive_message_free (void *obj) |
|
static UINT | drive_register_drive_path (PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints, const char *name, const char *path, BOOL automount) |
|
| FREERDP_ENTRY_POINT (UINT VCAPITYPE drive_DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints)) |
|