Home
last modified time | relevance | path

Searched refs:NameInfoOffset (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/ndk/
H A Dobtypes.h115 ((POBJECT_HEADER_NAME_INFO)(!(h)->NameInfoOffset ? \
116 NULL: ((PCHAR)(h) - (h)->NameInfoOffset)))
494 UCHAR NameInfoOffset; member
/reactos/ntoskrnl/ob/
H A Dobdir.c54 ASSERT(ObjectHeader->NameInfoOffset != 0); in ObpInsertEntryDirectory()
240 ASSERT(ObjectHeader->NameInfoOffset != 0); in ObpLookupEntryDirectory()
H A Doblife.c813 Header->NameInfoOffset = (UCHAR)(NameSize + CreatorSize); in ObpAllocateObject()
818 Header->NameInfoOffset = 0; in ObpAllocateObject()