Searched refs:checkpoint (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/glteapot/
H A Derror.h23 #define checkpoint printf("%s:%d: Checkpoint...\n",__FILE__,__LINE__);\ macro
29 #define checkpoint macro
/haiku/3rdparty/vmware/
H A Dhaiku.vmx12 checkpoint.vmState = ""
H A Dhaiku-alpha.vmx12 checkpoint.vmState = ""
H A Dhaiku-nightly.vmx12 checkpoint.vmState = ""
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2029 uint32 checkpoint() const { return B_LENDIAN_TO_HOST_INT32(_checkpoint); } function in struct:file_icb_entry
2059 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); } argument
2164 uint32 checkpoint() const { return B_LENDIAN_TO_HOST_INT32(_checkpoint); } function in struct:extended_file_icb_entry
2198 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); } argument
H A DUdfStructures.cpp1097 PRINT(("checkpoint: %" B_PRIu32 "\n", checkpoint()));
1174 PRINT(("checkpoint: %" B_PRIu32 "\n", checkpoint()));

Completed in 167 milliseconds