Searched refs:PartitionMapCookie (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.h15 struct PartitionMapCookie : PartitionMap { struct in inherits:PartitionMap
16 PartitionMapCookie() : ref_count(1) {} function in struct:PartitionMapCookie
H A Dintel.cpp116 PartitionMapCookie* map = new(nothrow) PartitionMapCookie;
175 PartitionMapCookie* map = (PartitionMapCookie*)cookie;
240 PartitionMapCookie* map = (PartitionMapCookie*)cookie;
H A Dwrite_support.cpp780 PartitionMapCookie* map = new(nothrow) PartitionMapCookie;
785 *(PartitionMapCookie*)physicalPartition->content_cookie);
824 PartitionMapCookie* map
825 = ((PartitionMapCookie*)partition->content_cookie);
843 PartitionMapCookie* map = new(nothrow) PartitionMapCookie;
861 PartitionMapCookie* map
862 = ((PartitionMapCookie*)partition->content_cookie);

Completed in 180 milliseconds