get_global_format
return get_global_format(controller, (multi_format_info*)arg);
status = get_global_format(cookie, &info);
case B_MULTI_GET_GLOBAL_FORMAT: return get_global_format(cookie, arg);
case B_MULTI_GET_GLOBAL_FORMAT: return get_global_format(cookie, arg);
status = get_global_format(fDevice, &fFormatInfo);
status_t get_global_format(int device, multi_format_info* info);