ReactOS
0.4.15-dev-4614-ga5a6101
|
#include "npfs.h"
Go to the source code of this file.
Macros | |
#define | NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_STRUCSUP) |
Variables | |
WCHAR | NpRootDCBName [] = L"\\" |
PNP_VCB | NpVcb |
#define NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_STRUCSUP) |
Definition at line 14 of file strucsup.c.
NTSTATUS NTAPI NpCreateCcb | ( | IN PNP_FCB | Fcb, |
IN PFILE_OBJECT | FileObject, | ||
IN UCHAR | State, | ||
IN UCHAR | ReadMode, | ||
IN UCHAR | CompletionMode, | ||
IN ULONG | InQuota, | ||
IN ULONG | OutQuota, | ||
OUT PNP_CCB * | NewCcb | ||
) |
Definition at line 304 of file strucsup.c.
Referenced by NpCreateExistingNamedPipe(), and NpCreateNewNamedPipe().
NTSTATUS NTAPI NpCreateFcb | ( | IN PNP_DCB | Dcb, |
IN PUNICODE_STRING | PipeName, | ||
IN ULONG | MaximumInstances, | ||
IN LARGE_INTEGER | Timeout, | ||
IN USHORT | NamedPipeConfiguration, | ||
IN USHORT | NamedPipeType, | ||
OUT PNP_FCB * | NewFcb | ||
) |
Definition at line 210 of file strucsup.c.
Referenced by NpCreateNewNamedPipe().
Definition at line 165 of file strucsup.c.
Referenced by DriverEntry().
NTSTATUS NTAPI NpCreateRootDcbCcb | ( | IN PNP_ROOT_DCB_FCB * | NewRootCcb | ) |
Definition at line 149 of file strucsup.c.
Referenced by NpOpenNamedPipeRootDirectory().
Definition at line 92 of file strucsup.c.
Referenced by NpCommonClose(), NpCreateExistingNamedPipe(), NpCreateNewNamedPipe(), and NpSetClosingPipeState().
Definition at line 52 of file strucsup.c.
Referenced by NpDeleteCcb(), and NpSetDisconnectedPipeState().
Definition at line 63 of file strucsup.c.
Referenced by NpCreateNewNamedPipe(), and NpSetClosingPipeState().
RTL_GENERIC_COMPARE_RESULTS NTAPI NpEventTableCompareRoutine | ( | IN PRTL_GENERIC_TABLE | Table, |
IN PVOID | FirstStruct, | ||
IN PVOID | SecondStruct | ||
) |
Definition at line 25 of file strucsup.c.
Referenced by NpInitializeVcb().
Definition at line 44 of file strucsup.c.
Referenced by NpInitializeVcb().
Definition at line 130 of file strucsup.c.
Referenced by DriverEntry().
Definition at line 18 of file strucsup.c.
Referenced by NpCreateRootDcb().
PNP_VCB NpVcb |
Definition at line 19 of file strucsup.c.
Referenced by DriverEntry(), NpAcquireExclusiveVcb(), NpAcquireSharedVcb(), NpCommonClose(), NpCreateExistingNamedPipe(), NpCreateFcb(), NpCreateRootDcb(), NpDeleteCcb(), NpDeleteFcb(), NpFindPrefix(), NpFsdCreate(), NpInitializeVcb(), NpOpenNamedPipeFileSystem(), NpQueryNameInfo(), NpReleaseVcb(), NpSetDisconnectedPipeState(), NpSetListeningPipeState(), and NpWaitForNamedPipe().