Searched refs:copy_to_user_value (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/kernel/disk_device_manager/ |
H A D | ddm_userland_interface.cpp | 77 copy_to_user_value(Type* userValue, const Type& value) in copy_to_user_value() function 197 status_t status = copy_to_user_value(neededSize, in _user_get_next_disk_device_id() 206 error = copy_to_user_value(_cookie, cookie); in _user_get_next_disk_device_id() 232 error = copy_to_user_value(neededSize, writer.AllocatedSize()); in _user_find_disk_device() 268 error = copy_to_user_value(neededSize, writer.AllocatedSize()); in _user_find_partition() 300 error = copy_to_user_value(neededSize, writer.AllocatedSize()); in _user_find_file_disk_device() 484 return copy_to_user_value(_info, info); in _user_get_disk_system_info() 509 result = copy_to_user_value(_info, info); in _user_get_next_disk_system_info() 512 status_t error = copy_to_user_value(_cookie, cookie); in _user_get_next_disk_system_info() 536 return copy_to_user_value(_info, info); in _user_find_disk_system() [all …]
|