Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dobjects.c57 static const OBJECT_INFO FAR_BSS OBJECT_INFO_TEMPLATE = { variable
90 memcpy( &( entry ), &OBJECT_INFO_TEMPLATE, sizeof( OBJECT_INFO ) )
127 static_assert_opt( OBJECT_INFO_TEMPLATE.subType == 0, \ in initObjects()
129 static_assert_opt( OBJECT_INFO_TEMPLATE.objectPtr == NULL, \ in initObjects()
131 static_assert_opt( OBJECT_INFO_TEMPLATE.objectSize == 0, \ in initObjects()
133 static_assert_opt( OBJECT_INFO_TEMPLATE.flags == \ in initObjects()
136 static_assert_opt( OBJECT_INFO_TEMPLATE.actionFlags == 0, \ in initObjects()
142 static_assert_opt( OBJECT_INFO_TEMPLATE.owner == CRYPT_ERROR, \ in initObjects()
187 &OBJECT_INFO_TEMPLATE, sizeof( OBJECT_INFO ) ) ); in initObjects()
425 !memcmp( &krnlData->objectTable[ i ], &OBJECT_INFO_TEMPLATE, \ in destroyObjects()
[all …]