Searched defs:ERROR (Results 26 - 50 of 136) sorted by relevance

123456

/haiku/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.cpp44 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp.h25 #define ERROR(x...) dprintf("\33[33m" DRIVER_NAME ":\33[0m " x) macro
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.cpp17 #define ERROR(x...) dprintf("\33[34mufs2:\33[0m " x) macro
H A DDirectoryIterator.cpp21 #define ERROR(x...) dprintf("\33[34mufs2:\33[0m " x) macro
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp18 # define ERROR(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
H A DJournal.cpp17 # define ERROR(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
H A DExtentAllocator.h16 #define ERROR(x...) TRACE(x) macro
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DFFmpegPlugin.cpp40 #define ERROR(a...) fprintf(stderr, a) macro
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp36 #define ERROR(x...) dprintf("radeon_hd: " x) macro
/haiku/src/system/boot/platform/bios_ia32/
H A Dacpi.cpp27 #define ERROR(x...) dprintf(x) macro
/haiku/headers/compatibility/bsd/arpa/
H A Dtftp.h56 #define ERROR 05 /* error code */ macro
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonPrivate.h21 #define ERROR(x...) dprintf("\33[33mvirtio_rng:\33[0m " x) macro
/haiku/headers/private/debugger/
H A DTracing.h15 #define ERROR(x...) fprintf(stderr, x) macro
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp29 #define ERROR(x...) dprintf("\33[34mexfat:\33[0m " x) macro
H A DInode.cpp28 #define ERROR(x...) dprintf("\33[34mexfat:\33[0m " x) macro
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h24 #define ERROR(x...) dprintf(x) macro
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.cpp29 #define ERROR(x...) dprintf("\33[34mext2:\33[0m " x) macro
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dutil.cpp14 #define ERROR(a...) dprintf("ahci: " a) macro
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIPrivate.h31 #define ERROR(x...) TRACE_ALWAYS(x) macro
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp36 #define ERROR(x...) dprintf("intel_extreme: " x) macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h151 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
165 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h118 #define ERROR(x) DEBUG_CONTEXT( __out x ) macro
132 #define ERROR(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h152 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
166 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h179 #define ERROR(x...) TPRINT(x) macro
/haiku/src/servers/package/
H A DDebugSupport.h156 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
170 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro

Completed in 207 milliseconds

123456