Searched refs:WARN (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp40 WARN("SetName() does not accept a NULL name");
44 WARN("SetName() is not allowed on remote endpoints");
159 WARN("SetProperties() does not accept a NULL message")
162 WARN("SetProperties() is not allowed on remote endpoints");
187 WARN("GetProperties() does not accept NULL properties")
204 WARN("You cannot Register() remote endpoints");
208 WARN("This endpoint is already registered");
222 WARN("You cannot Unregister() remote endpoints");
226 WARN("This endpoint is already unregistered");
H A DMidiProducer.cpp23 WARN("Connect() does not accept a NULL consumer")
37 WARN("Disconnect() does not accept a NULL consumer")
H A DMidiRosterLooper.cpp76 WARN("Could not create semaphore")
83 WARN("Could not start looper thread")
260 WARN("Could not create proxy for remote endpoint")
303 WARN("Could not delete proxy for remote endpoint")
327 WARN("Could not change endpoint attributes")
366 WARN("Could not connect/disconnect endpoints")
H A DMidiRoster.cpp172 WARN("StartWatching does not accept a NULL messenger")
240 WARN("Cannot send request to midi_server");
368 WARN("Cannot send request to midi_server");
H A DMidiLocalConsumer.cpp62 WARN("SetLatency() does not accept negative values");
/haiku/headers/private/midi/
H A Ddebug.h31 #define WARN(args) { fprintf(stderr, "[midi] WARNING: %s\n", args); } macro
/haiku/src/bin/pkgman/
H A Dpkgman.h31 #define WARN(result, msg...) \ macro
H A Dcommand_refresh.cpp99 WARN(result, "skipping repository-config '%s'", path.Path());
H A Dcommand_list_repos.cpp98 WARN(result, "skipping repository-config '%s'", path.Path());
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DObjectTracker.cpp44 WARN(("ObjectTracker: WARNING: There are still undeleted objects:\n"));
47 WARN((" trackable: %p: type: `%s'\n", trackable,
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h152 #define WARN(x...) DEBUG_CONTEXT( __out(x) ) macro
166 #define WARN(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h119 #define WARN(x) DEBUG_CONTEXT( __out x ) macro
133 #define WARN(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h153 #define WARN(x...) DEBUG_CONTEXT( __out(x) ) macro
167 #define WARN(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/servers/package/
H A DDebugSupport.h157 #define WARN(x...) DEBUG_CONTEXT( __out(x) ) macro
171 #define WARN(x...) DEBUG_CONTEXT( __out(x) ) macro
H A DVolume.cpp926 WARN("node monitoring created event for already known entry "
1143 WARN("Package \"%s\" from activation file not in packages "
1207 WARN("Failed to create package (dev: %" B_PRIdDEV ", node: %"
1287 WARN("active package \"%s\" (dev: %" B_PRIdDEV ", node: %" B_PRIdINO
1296 WARN("active package \"%s\" (dev: %" B_PRIdDEV ", node: %" B_PRIdINO
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h120 #define WARN(x) DEBUG_CONTEXT( __out x ) macro
133 #define WARN(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp130 WARN(("RequestPortPool::ReleasePort(%p): port not found\n", port));
H A DVolume.cpp439 WARN(("publish_vnode(): vnode (%" B_PRId32 ", %" B_PRId64
927 WARN(("Volume::ReadFSInfo(): connection lost, emulating lookup `.'\n"));
995 WARN(("Volume::Lookup(): connection lost, emulating lookup `.'\n"));
1135 WARN(("Volume::WriteVNode(): connection lost, forcing write vnode\n"));
1936 WARN(("Volume::ReadStat(): connection lost, emulating stat for the "
2108 WARN(("Volume::Close(): connection lost, forcing close\n"));
2123 WARN(("Volume::FreeCookie(): connection lost, forcing free cookie\n"));
2383 WARN(("Volume::CloseDir(): connection lost, forcing close dir\n"));
2398 WARN(("Volume::FreeDirCookie(): connection lost, forcing free dir "
2571 WARN(("Volum
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp475 WARN("ServerManager::_ServerAdded(%p): WARNING: Unexpected server "
510 WARN("ServerManager::_ServerUpdated(%p): WARNING: Unexpected server "
533 WARN("ServerManager::_AddingServerFailed(%p): WARNING: Unexpected "
562 WARN("ServerManager::_UpdatingServerFailed(%p): WARNING: Unexpected "
H A DRootVolume.cpp214 WARN("RootVolume::ServerAdded(): WARNING: ServerVolume does "
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp647 WARN(("%s: warning: invalid negative start LBA of %"
824 WARN(("%s: warning: illegal first track hint %d found "
829 WARN(("%s: warning: duplicated first track hint values "
843 WARN(("%s: warning: illegal last track hint %d found "
848 WARN(("%s: warning: duplicate last track hint values found "
868 WARN(("%s: warning: illegal end lba %" B_PRId64 " found"
873 WARN(("%s: warning: duplicate end lba values found for "
909 WARN(("%s: warning: illegal point 0x%2x found in table of "
H A DDebug.h228 //#define WARN(x) (dprintf x)
229 //#define WARN(x)
230 #define WARN(x) DBG(dprintf x) macro
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp332 WARN("NetFSServer::Init(): Failed to spawn broadcaster thread "
814 WARN("Skipping nameless user settings entry.\n");
830 WARN("settings: Skipping invalid share settings entry (no name"
900 WARN("NetFSServer::_InitSettings(): WARNING: Failed to load settings "
906 WARN("NetFSServer::_InitSettings(): WARNING: Failed to load "
1173 WARN("NetFSServer::_Broadcaster(): WARN: Failed to init broadcasting: "
1183 WARN("NetFSServer::_Broadcaster(): WARN: Failed to set "
1209 WARN("NetFSServe
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h241 //#define WARN(x) (dprintf x)
242 //#define WARN(x)
243 #define WARN(x) DBG(dprintf x) macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h96 // WARN()
181 #define WARN(x...) TPRINT(x) macro

Completed in 134 milliseconds

12