|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "npfs.h"
Go to the source code of this file.
Macros | |
| #define | NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_STATESUP) |
Functions | |
| VOID NTAPI | NpCancelListeningQueueIrp (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| NTSTATUS NTAPI | NpSetConnectedPipeState (IN PNP_CCB Ccb, IN PFILE_OBJECT FileObject, IN PLIST_ENTRY List) |
| NTSTATUS NTAPI | NpSetDisconnectedPipeState (IN PNP_CCB Ccb, IN PLIST_ENTRY List) |
| NTSTATUS NTAPI | NpSetListeningPipeState (IN PNP_CCB Ccb, IN PIRP Irp, IN PLIST_ENTRY List) |
| NTSTATUS NTAPI | NpSetClosingPipeState (IN PNP_CCB Ccb, IN PIRP Irp, IN ULONG NamedPipeEnd, IN PLIST_ENTRY List) |
| #define NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_STATESUP) |
Definition at line 14 of file statesup.c.
Definition at line 20 of file statesup.c.
Referenced by NpSetListeningPipeState().
| NTSTATUS NTAPI NpSetClosingPipeState | ( | IN PNP_CCB | Ccb, |
| IN PIRP | Irp, | ||
| IN ULONG | NamedPipeEnd, | ||
| IN PLIST_ENTRY | List | ||
| ) |
Definition at line 245 of file statesup.c.
Referenced by NpCommonCleanup().
| NTSTATUS NTAPI NpSetConnectedPipeState | ( | IN PNP_CCB | Ccb, |
| IN PFILE_OBJECT | FileObject, | ||
| IN PLIST_ENTRY | List | ||
| ) |
Definition at line 39 of file statesup.c.
Referenced by NpCreateClientEnd().
Definition at line 77 of file statesup.c.
Referenced by NpDisconnect().
Definition at line 188 of file statesup.c.
Referenced by NpListen().