/reactos/modules/rostests/kmtests/ntos_ob/ |
H A D | ObTypes.c | 84 ok_eq_ulong(ObjectType->TypeInfo.Length, sizeof(OBJECT_TYPE_INITIALIZER)); \ 85 ok_eq_bool(ObjectType->TypeInfo.UseDefaultObject, UseDefault); \ 86 ok_eq_bool(ObjectType->TypeInfo.CaseInsensitive, CaseInsensitive); \ 87 ok_eq_hex(ObjectType->TypeInfo.InvalidAttributes, InvalidAttr); \ 88 ok_eq_hex(ObjectType->TypeInfo.GenericMapping.GenericRead, ReadMapping); \ 89 ok_eq_hex(ObjectType->TypeInfo.GenericMapping.GenericWrite, WriteMapping); \ 90 ok_eq_hex(ObjectType->TypeInfo.GenericMapping.GenericExecute, ExecMapping); \ 91 ok_eq_hex(ObjectType->TypeInfo.GenericMapping.GenericAll, AllMapping); \ 92 ok_eq_hex(ObjectType->TypeInfo.ValidAccessMask, ValidMask); \ 93 ok_eq_bool(ObjectType->TypeInfo.SecurityRequired, SecurityRequired); \ [all …]
|
H A D | ObType.c | 232 ObTypes[i]->TypeInfo.CloseProcedure = CloseProc; in ObtCreateObjectTypes() 233 ObTypes[i]->TypeInfo.DeleteProcedure = DeleteProc; in ObtCreateObjectTypes() 234 ObTypes[i]->TypeInfo.DumpProcedure = DumpProc; in ObtCreateObjectTypes() 235 ObTypes[i]->TypeInfo.OpenProcedure = OpenProc; in ObtCreateObjectTypes() 236 ObTypes[i]->TypeInfo.ParseProcedure = ParseProc; in ObtCreateObjectTypes() 237 ObTypes[i]->TypeInfo.OkayToCloseProcedure = OkayToCloseProc; in ObtCreateObjectTypes() 238 ObTypes[i]->TypeInfo.QueryNameProcedure = QueryNameProc; in ObtCreateObjectTypes()
|
/reactos/ntoskrnl/ob/ |
H A D | obsecure.c | 247 &ObjectType->TypeInfo.GenericMapping, in ObCheckCreateObjectAccess() 321 &ObjectType->TypeInfo.GenericMapping, in ObpCheckTraverseAccess() 379 &ObjectType->TypeInfo.GenericMapping, in ObpCheckObjectReference() 486 &ObjectType->TypeInfo.GenericMapping, in ObCheckObjectAccess() 566 &Type->TypeInfo.GenericMapping, in ObAssignSecurity() 572 Status = Type->TypeInfo.SecurityProcedure(Object, in ObAssignSecurity() 631 if (Type->TypeInfo.SecurityProcedure == SeDefaultObjectMethod) in ObGetObjectSecurity() 646 Status = Type->TypeInfo.SecurityProcedure(Object, in ObGetObjectSecurity() 668 Status = Type->TypeInfo.SecurityProcedure(Object, in ObGetObjectSecurity() 765 return Type->TypeInfo.SecurityProcedure(Object, in ObSetSecurityObjectByPointer() [all …]
|
H A D | oblife.c | 191 ObjectType->TypeInfo.SecurityProcedure(Object, in ObpDeleteObject() 203 if (ObjectType->TypeInfo.DeleteProcedure) in ObpDeleteObject() 210 ObjectType->TypeInfo.DeleteProcedure(Object); in ObpDeleteObject() 642 PoolType = ObjectType->TypeInfo.PoolType; in ObpAllocateObject() 702 if (ObjectType->TypeInfo.MaintainTypeList) in ObpAllocateObject() 993 ObjectType->TypeInfo.PoolType; in ObQueryTypeInfo() 999 ObjectType->TypeInfo.ValidAccessMask; in ObQueryTypeInfo() 1001 ObjectType->TypeInfo.SecurityRequired; in ObQueryTypeInfo() 1003 ObjectType->TypeInfo.InvalidAttributes; in ObQueryTypeInfo() 1005 ObjectType->TypeInfo.GenericMapping; in ObQueryTypeInfo() [all …]
|
H A D | obhandle.c | 572 if (ObjectType->TypeInfo.MaintainHandleCount) in ObpDecrementHandleCount() 633 if (ObjectType->TypeInfo.CloseProcedure) in ObpDecrementHandleCount() 712 if (ObjectType->TypeInfo.OkayToCloseProcedure) in ObpCloseHandleTableEntry() 913 !(ObjectType->TypeInfo.OpenProcedure) && in ObpIncrementHandleCount() 914 (ObjectType->TypeInfo.CloseProcedure)) in ObpIncrementHandleCount() 974 if (ObjectType->TypeInfo.MaintainHandleCount) in ObpIncrementHandleCount() 994 if (ObjectType->TypeInfo.OpenProcedure) in ObpIncrementHandleCount() 1165 !(ObjectType->TypeInfo.OpenProcedure) && in ObpIncrementUnnamedHandleCount() 1166 (ObjectType->TypeInfo.CloseProcedure)) in ObpIncrementUnnamedHandleCount() 1201 if (ObjectType->TypeInfo.MaintainHandleCount) in ObpIncrementUnnamedHandleCount() [all …]
|
H A D | obname.c | 490 if (!(ObjectType) || (ObjectType->TypeInfo.CaseInsensitive)) in ObpLookupObjectName() 530 ParseRoutine = ObjectHeader->Type->TypeInfo.ParseProcedure; in ObpLookupObjectName() 970 ParseRoutine = ObjectHeader->Type->TypeInfo.ParseProcedure; in ObpLookupObjectName() 1225 if (ObjectHeader->Type->TypeInfo.QueryNameProcedure) in ObQueryNameString() 1232 Status = ObjectHeader->Type->TypeInfo.QueryNameProcedure(Object, in ObQueryNameString()
|
H A D | obinit.c | 290 ObpDirectoryObjectType->TypeInfo.ValidAccessMask &= ~SYNCHRONIZE; in ObInitSystem() 300 ObpSymbolicLinkObjectType->TypeInfo.ValidAccessMask &= ~SYNCHRONIZE; in ObInitSystem()
|
H A D | obref.c | 444 &ObjectType->TypeInfo.GenericMapping); in ObReferenceObjectByName()
|
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/ |
H A D | verifier.cpp | 428 PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo in VfWdfObjectGetTypedContext() argument 474 FxPointerNotNull(pFxDriverGlobals, TypeInfo); in VfWdfObjectGetTypedContext() 479 if (pHeader->ContextTypeInfo == TypeInfo) { in VfWdfObjectGetTypedContext() 486 if (TypeInfo->ContextName != NULL) { in VfWdfObjectGetTypedContext() 487 pGivenName = TypeInfo->ContextName; in VfWdfObjectGetTypedContext()
|
H A D | vfpriv.hpp | 97 PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
|
/reactos/sdk/lib/drivers/wdf/shared/object/ |
H A D | handleapi.cpp | 583 PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo in WDFEXPORT() 630 FxPointerNotNull(pFxDriverGlobals, TypeInfo); in WDFEXPORT() 635 if (pHeader->ContextTypeInfo == TypeInfo) { in WDFEXPORT() 642 if (TypeInfo->ContextName != NULL) { in WDFEXPORT() 643 pGivenName = TypeInfo->ContextName; in WDFEXPORT()
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfobject.h | 553 PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo 562 PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo in WdfObjectGetTypedContextWorker() argument 565 …ORKER) WdfFunctions[WdfObjectGetTypedContextWorkerTableIndex])(WdfDriverGlobals, Handle, TypeInfo); in WdfObjectGetTypedContextWorker()
|
/reactos/ntoskrnl/ps/ |
H A D | thread.c | 431 &PsThreadType->TypeInfo.GenericMapping); in PspCreateThread() 542 &PsThreadType->TypeInfo.GenericMapping, in PspCreateThread() 1084 &PsThreadType->TypeInfo.GenericMapping); in NtOpenThread()
|
H A D | process.c | 763 &PsProcessType->TypeInfo.GenericMapping); in PspCreateProcess() 815 &PsProcessType->TypeInfo.GenericMapping, in PspCreateProcess() 1512 &PsProcessType->TypeInfo.GenericMapping); in NtOpenProcess()
|
H A D | security.c | 302 &PsProcessType->TypeInfo.GenericMapping, in PspSetPrimaryToken()
|
/reactos/dll/win32/dbghelp/ |
H A D | rsym.c | 174 module->module.TypeInfo = FALSE; in rsym_parse()
|
H A D | module.c | 242 module->module.TypeInfo = FALSE; in module_new() 1256 mi64.TypeInfo = miw64.TypeInfo; in SymGetModuleInfo64()
|
H A D | coff.c | 452 msc_dbg->module->module.TypeInfo = FALSE; in coff_process_info()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | util.c | 179 &IoFileObjectType->TypeInfo.GenericMapping); in IoCheckDesiredAccess()
|
H A D | file.c | 404 &IoFileObjectType->TypeInfo.GenericMapping); in IopParseDevice() 406 &IoFileObjectType->TypeInfo.GenericMapping); in IopParseDevice() 408 &IoFileObjectType->TypeInfo.GenericMapping); in IopParseDevice() 472 TypeInfo.GenericMapping, in IopParseDevice() 546 TypeInfo.GenericMapping, in IopParseDevice() 697 &IoFileObjectType->TypeInfo.GenericMapping, in IopParseDevice()
|
/reactos/win32ss/user/ntuser/ |
H A D | winsta.c | 42 ExWindowStationObjectType->TypeInfo.DefaultNonPagedPoolCharge = sizeof(WINSTATION_OBJECT); in InitWindowStationImpl() 43 ExWindowStationObjectType->TypeInfo.GenericMapping = IntWindowStationMapping; in InitWindowStationImpl() 44 ExWindowStationObjectType->TypeInfo.ValidAccessMask = WINSTA_ACCESS_ALL; in InitWindowStationImpl()
|
H A D | desktop.c | 277 ExDesktopObjectType->TypeInfo.DefaultNonPagedPoolCharge = sizeof(DESKTOP); in InitDesktopImpl() 278 ExDesktopObjectType->TypeInfo.GenericMapping = IntDesktopMapping; in InitDesktopImpl() 279 ExDesktopObjectType->TypeInfo.ValidAccessMask = DESKTOP_ALL_ACCESS; in InitDesktopImpl()
|
/reactos/sdk/include/ndk/ |
H A D | obtypes.h | 390 OBJECT_TYPE_INITIALIZER TypeInfo; member
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9shader.h | 444 DWORD TypeInfo; member 462 DWORD TypeInfo; member
|
/reactos/ntoskrnl/config/ |
H A D | cmparse.c | 366 &CmpKeyObjectType->TypeInfo.GenericMapping, in CmpDoCreateChild() 367 CmpKeyObjectType->TypeInfo.PoolType); in CmpDoCreateChild()
|