Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/partitioning_systems/sun/
H A Dsun.cpp39 struct sun_vtoc { struct
99 sun_vtoc *vtoc = (sun_vtoc *)buffer; in sun_identify_partition()
117 vtoc = new sun_vtoc(); in sun_identify_partition()
118 memcpy(vtoc, buffer, sizeof(sun_vtoc)); in sun_identify_partition()
135 sun_vtoc *vtoc = (sun_vtoc *)cookie; in sun_scan_partition()
178 delete (sun_vtoc *)_cookie; in sun_free_identify_partition_cookie()