|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| NTSTATUS NTAPI AddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PDEVICE_OBJECT | Pdo | ||
| ) |
Definition at line 391 of file fdo.c.
| NTSTATUS NTAPI AddDeviceInternal | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PDEVICE_OBJECT | Pdo, | ||
| IN PULONG pLptPortNumber | OPTIONAL, | ||
| OUT PDEVICE_OBJECT *pFdo | OPTIONAL | ||
| ) |
Definition at line 16 of file fdo.c.
Referenced by AddDevice().
Definition at line 465 of file fdo.c.
Referenced by DispatchCleanup().
Definition at line 445 of file fdo.c.
Referenced by DispatchClose().
Definition at line 412 of file fdo.c.
Referenced by DispatchCreate().
|
static |
Definition at line 219 of file fdo.c.
Referenced by FdoQueryBusRelations().
Definition at line 508 of file fdo.c.
Referenced by DispatchPnp().
Definition at line 610 of file fdo.c.
Referenced by DispatchPower().
|
static |
Definition at line 340 of file fdo.c.
Definition at line 480 of file fdo.c.
Referenced by DispatchRead().
| NTSTATUS NTAPI FdoStartDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PCM_RESOURCE_LIST | ResourceList, | ||
| IN PCM_RESOURCE_LIST | ResourceListTranslated | ||
| ) |
Definition at line 106 of file fdo.c.
Definition at line 494 of file fdo.c.
Referenced by DispatchWrite().