Searched refs:ObpTypeObjectType (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_ob/ |
H A D | ObTypes.c | 122 static POBJECT_TYPE ObpTypeObjectType; variable 158 ObpTypeObjectType = GetObjectType(L"\\ObjectTypes\\Type"); in TestObjectTypes() 159 if (skip(ObpTypeObjectType != NULL, "No Type object type\n")) in TestObjectTypes() 162 ObpDefaultObject = ObpTypeObjectType->DefaultObject; in TestObjectTypes() 164 SeDefaultObjectMethod = ObpTypeObjectType->TypeInfo.SecurityProcedure; in TestObjectTypes() 168 #define ObpTypeObjectType *ObpTypeObjectType in TestObjectTypes() macro 194 …CheckObjectType(Type, ObpTypeObjectType, OBT_MAINTAIN_TYPE_LIST | OBT_CUSTOM_KE… in TestObjectTypes() 195 ok_eq_hex(ObpTypeObjectType->Key, TAG('ObjT')); in TestObjectTypes() 256 ObDereferenceObject(ObpTypeObjectType); in TestObjectTypes()
|
/reactos/ntoskrnl/ob/ |
H A D | oblife.c | 22 POBJECT_TYPE ObpTypeObjectType = NULL; variable 1218 ObpTypeObjectType, in ObCreateObjectType() 1242 if (!ObpTypeObjectType) in ObCreateObjectType() 1245 ObpTypeObjectType = LocalObjectType; in ObCreateObjectType() 1246 Header->Type = ObpTypeObjectType; in ObCreateObjectType() 1345 ObpEnterObjectTypeMutex(ObpTypeObjectType); in ObCreateObjectType() 1351 InsertTailList(&ObpTypeObjectType->TypeList, in ObCreateObjectType() 1360 LocalObjectType->Index = ObpTypeObjectType->TotalNumberOfObjects; in ObCreateObjectType() 1371 ObpLeaveObjectTypeMutex(ObpTypeObjectType); in ObCreateObjectType()
|
H A D | obinit.c | 278 ObCreateObjectType(&Name, &ObjectTypeInitializer, NULL, &ObpTypeObjectType); in ObInitSystem() 394 ListHead = &ObpTypeObjectType->TypeList; in ObInitSystem()
|
/reactos/sdk/include/psdk/ |
H A D | wdbgexts.h | 105 ULONG ObpTypeObjectType; member 213 ULPTR64 ObpTypeObjectType; member
|
/reactos/ntoskrnl/include/internal/ |
H A D | ob.h | 636 extern POBJECT_TYPE ObpTypeObjectType;
|
/reactos/ntoskrnl/kd64/ |
H A D | kddata.c | 555 PtrToUL64(&ObpTypeObjectType),
|