Searched refs:bts_VM_MAP_SEQUENCE (Results 1 – 3 of 3) sorted by relevance
164 case bts_VM_MAP_SEQUENCE: bts_MapSequence_init( cpA, ( struct bts_MapSequence* )ptrA ); return; in bts_vectorMapInit()181 case bts_VM_MAP_SEQUENCE: bts_MapSequence_exit( cpA, ( struct bts_MapSequence* )ptrA ); return; in bts_vectorMapExit()198 case bts_VM_MAP_SEQUENCE: return bts_MapSequence_memSize( cpA, ( struct bts_MapSequence* )ptrA ); in bts_vectorMapMemSize()216 …case bts_VM_MAP_SEQUENCE: return bts_MapSequence_memWrite( cpA, ( struct bts_MapSequence* )ptrA, m… in bts_vectorMapMemWrite()236 …case bts_VM_MAP_SEQUENCE: return bts_MapSequence_memRead( cpA, ( struct bts_MapSequence* )ptrA, me… in bts_vectorMapMemRead()253 case bts_VM_MAP_SEQUENCE: return bbs_SIZEOF16( struct bts_MapSequence ); in bts_vectorMapSizeOf16()
35 bts_VM_MAP_SEQUENCE, /* sequence of vector maps */ enumerator
47 ptrA->baseE.typeE = ( uint32 )bts_VM_MAP_SEQUENCE; in bts_MapSequence_init()