Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp78 int32 countSpaces = 0; in pm_get_supported_operations() local
81 && pm_get_partitionable_spaces(partition, NULL, 0, &countSpaces) in pm_get_supported_operations()
83 && countSpaces > 0) { in pm_get_supported_operations()
1574 int32 countSpaces = 0; in ep_get_supported_operations() local
1575 if (ep_get_partitionable_spaces(partition, NULL, 0, &countSpaces) in ep_get_supported_operations()
1577 && countSpaces > 0) { in ep_get_supported_operations()