Home
last modified time | relevance | path

Searched refs:IRP_MJ_SET_SECURITY (Results 1 – 13 of 13) sorted by relevance

/reactos/drivers/base/condrv/
H A Ddispatch.c72 HANDLE_CTRL_CODE(IRP_MJ_SET_SECURITY); in ConDrvDispatch()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dadapter.cpp55 KsSetMajorFunctionHandler(DriverObject, IRP_MJ_SET_SECURITY); in PcInitializeAdapterDriver()
/reactos/drivers/filesystems/npfs/
H A Dmain.c355 DriverObject->MajorFunction[IRP_MJ_SET_SECURITY] = NpFsdSetSecurityInfo; in DriverEntry()
/reactos/drivers/ksfilter/ks/
H A Dirp.c2018 case IRP_MJ_SET_SECURITY: in KspDispatchIrp()
2067 case IRP_MJ_SET_SECURITY: in KsSetMajorFunctionHandler()
2128 case IRP_MJ_SET_SECURITY: in KsDispatchIrp()
/reactos/drivers/filesystems/udfs/
H A Dudfinit.cpp512 DriverObject->MajorFunction[IRP_MJ_SET_SECURITY] = UDFSetSecurity; in UDFInitializeFunctionPointers()
H A Dmisc.cpp1328 case IRP_MJ_SET_SECURITY: in UDFCommonDispatch()
/reactos/drivers/filesystems/btrfs/
H A Dsecurity.c827 _Dispatch_type_(IRP_MJ_SET_SECURITY)
H A Dbtrfs_drv.h1390 _Dispatch_type_(IRP_MJ_SET_SECURITY)
H A Dbtrfs.c6433 DriverObject->MajorFunction[IRP_MJ_SET_SECURITY] = drv_set_security;
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c67 CASE_RETURN_STR(IRP_MJ_SET_SECURITY); // 0x15 in GetMajorFuncName()
/reactos/ntoskrnl/io/iomgr/
H A Dfile.c1836 StackPtr->MajorFunction = IRP_MJ_SET_SECURITY; in IopGetSetSecurityObject()
/reactos/sdk/include/xdk/
H A Diotypes.h1908 #define IRP_MJ_SET_SECURITY 0x15 macro
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c6235 case IRP_MJ_SET_SECURITY: in RxFsdCommonDispatch()