Searched refs:OUT (Results 26 - 29 of 29) sorted by path

12

/haiku/src/kits/storage/mime/
H A DSupertype.cpp20 #define OUT printf macro
H A DSupportingApps.cpp32 #define OUT printf macro
326 DBG(OUT("SupportingApps::BuildSupportingAppsTable() failed: %s\n", strerror(status)));
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDevice.cpp27 #define OUT dprintf macro
349 OUT("device %" B_PRId32 ": %s\n", ID(), Path());
350 OUT(" media status: %s\n", strerror(fMediaStatus));
351 OUT(" device flags: %" B_PRIx32 "\n", DeviceFlags());
H A DKPartition.cpp46 #define OUT dprintf macro
1338 OUT("%spartition %" B_PRId32 ": %s\n", prefix, ID(), path.Path());
1339 OUT("%s offset: %" B_PRIdOFF "\n", prefix, Offset());
1340 OUT("%s size: %" B_PRIdOFF " (%.2f MB)\n", prefix, Size(),
1342 OUT("%s content size: %" B_PRIdOFF "\n", prefix, ContentSize());
1343 OUT("%s block size: %" B_PRIu32 "\n", prefix, BlockSize());
1344 OUT("%s physical block size: %" B_PRIu32 "\n", prefix, PhysicalBlockSize());
1345 OUT("%s child count: %" B_PRId32 "\n", prefix, CountChildren());
1346 OUT("%s index: %" B_PRId32 "\n", prefix, Index());
1347 OUT("
[all...]

Completed in 62 milliseconds

12