ReactOS 0.4.16-dev-109-gf4cb10f
|
#include "btrfs_drv.h"
Go to the source code of this file.
Classes | |
struct | device_usage_context |
Functions | |
NTSTATUS | pnp_query_remove_device (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static NTSTATUS | pnp_remove_device (PDEVICE_OBJECT DeviceObject) |
NTSTATUS | pnp_surprise_removal (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
static NTSTATUS | bus_query_capabilities (PIRP Irp) |
static NTSTATUS | bus_query_device_relations (PIRP Irp) |
static NTSTATUS | bus_query_hardware_ids (PIRP Irp) |
static NTSTATUS | bus_pnp (bus_device_extension *bde, PIRP Irp) |
static NTSTATUS | pdo_query_device_id (pdo_device_extension *pdode, PIRP Irp) |
static NTSTATUS | pdo_query_hardware_ids (PIRP Irp) |
static NTSTATUS | pdo_query_id (pdo_device_extension *pdode, PIRP Irp) |
_Function_class_ (IO_COMPLETION_ROUTINE) | |
static NTSTATUS | pdo_device_usage_notification (pdo_device_extension *pdode, PIRP Irp) |
static NTSTATUS | pdo_query_device_relations (PDEVICE_OBJECT pdo, PIRP Irp) |
static NTSTATUS | pdo_pnp (PDEVICE_OBJECT pdo, PIRP Irp) |
static NTSTATUS | pnp_device_usage_notification (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
_Dispatch_type_ (IRP_MJ_PNP) | |
Variables | |
ERESOURCE | pdo_list_lock |
LIST_ENTRY | pdo_list |
_Dispatch_type_ | ( | IRP_MJ_PNP | ) |
Definition at line 458 of file pnp.c.
_Function_class_ | ( | IO_COMPLETION_ROUTINE | ) |
|
static |
Definition at line 185 of file pnp.c.
Referenced by _Dispatch_type_().
Definition at line 111 of file pnp.c.
Referenced by bus_pnp().
|
static |
Definition at line 328 of file pnp.c.
Referenced by pdo_pnp().
|
static |
Definition at line 410 of file pnp.c.
Referenced by _Dispatch_type_().
|
static |
Definition at line 239 of file pnp.c.
Referenced by pdo_query_id().
|
static |
Definition at line 387 of file pnp.c.
Referenced by pdo_pnp().
Definition at line 272 of file pnp.c.
Referenced by pdo_query_id().
|
static |
|
static |
Definition at line 437 of file pnp.c.
Referenced by _Dispatch_type_().
NTSTATUS pnp_query_remove_device | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 23 of file pnp.c.
Referenced by _Dispatch_type_(), and _Function_class_().
|
static |
Definition at line 53 of file pnp.c.
Referenced by _Dispatch_type_().
NTSTATUS pnp_surprise_removal | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 77 of file pnp.c.
Referenced by _Dispatch_type_(), and remove_volume_child().
|
extern |
Definition at line 104 of file btrfs.c.
Referenced by bus_query_device_relations().
|
extern |
Definition at line 103 of file btrfs.c.
Referenced by bus_query_device_relations().