Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/tools/finder/
Dntundoc.h33 } OBJECT_ATTRIBUTES; typedef
155 (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \
178 #define POBJECT_ATTRIBUTES OBJECT_ATTRIBUTES*
192 OBJECT_ATTRIBUTES* );
242 OBJECT_ATTRIBUTES *,
/external/tpm2/
DGlobal.h163 } OBJECT_ATTRIBUTES; typedef
178 OBJECT_ATTRIBUTES attributes; // object attributes
205 OBJECT_ATTRIBUTES attributes; // The attributes of the HASH object
DObject.c272 MemorySet(&((*object)->attributes), 0, sizeof(OBJECT_ATTRIBUTES)); in ObjectAllocateSlot()
611 0, sizeof(OBJECT_ATTRIBUTES)); in ObjectFlush()
Dpart4.txt112 …5.8.4.2 OBJECT_ATTRIBUTES .................................................................…
1683 5.8.4.2 OBJECT_ATTRIBUTES
1685 … An OBJECT_ATTRIBUTES structure contains the variable attributes of an object. These properties are
1687 OBJECT_ATTRIBUTES is used in the definition of the OBJECT data type.
1735 77 } OBJECT_ATTRIBUTES;
1750 82 OBJECT_ATTRIBUTES attributes; // object attributes
1779 101 OBJECT_ATTRIBUTES attributes; // The attributes of the HASH object
11613 179 MemorySet(&((*object)->attributes), 0, sizeof(OBJECT_ATTRIBUTES));
12021 478 0, sizeof(OBJECT_ATTRIBUTES));
/external/libchrome/sandbox/win/src/
Dnt_internals.h71 } OBJECT_ATTRIBUTES; typedef
72 typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
75 (p)->Length = sizeof(OBJECT_ATTRIBUTES);\
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c398 OBJECT_ATTRIBUTES ObjectAttributes; in _OpenNtName()