Searched refs:IRP_MJ_SET_SECURITY (Results 1 – 13 of 13) sorted by relevance
72 HANDLE_CTRL_CODE(IRP_MJ_SET_SECURITY); in ConDrvDispatch()
55 KsSetMajorFunctionHandler(DriverObject, IRP_MJ_SET_SECURITY); in PcInitializeAdapterDriver()
355 DriverObject->MajorFunction[IRP_MJ_SET_SECURITY] = NpFsdSetSecurityInfo; in DriverEntry()
2018 case IRP_MJ_SET_SECURITY: in KspDispatchIrp()2067 case IRP_MJ_SET_SECURITY: in KsSetMajorFunctionHandler()2128 case IRP_MJ_SET_SECURITY: in KsDispatchIrp()
512 DriverObject->MajorFunction[IRP_MJ_SET_SECURITY] = UDFSetSecurity; in UDFInitializeFunctionPointers()
1328 case IRP_MJ_SET_SECURITY: in UDFCommonDispatch()
827 _Dispatch_type_(IRP_MJ_SET_SECURITY)
1390 _Dispatch_type_(IRP_MJ_SET_SECURITY)
6433 DriverObject->MajorFunction[IRP_MJ_SET_SECURITY] = drv_set_security;
67 CASE_RETURN_STR(IRP_MJ_SET_SECURITY); // 0x15 in GetMajorFuncName()
1836 StackPtr->MajorFunction = IRP_MJ_SET_SECURITY; in IopGetSetSecurityObject()
1908 #define IRP_MJ_SET_SECURITY 0x15 macro
6235 case IRP_MJ_SET_SECURITY: in RxFsdCommonDispatch()