Searched refs:panic (Results 76 - 100 of 395) sorted by path

1234567891011>>

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp64 panic("Failed to create thread spinlock semaphore!");
182 panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
314 panic("rw_lock_destroy(): there are blocking threads, but the caller "
483 panic("rw_lock_read_unlock(): lock %p not read-locked", lock);
544 panic("rw_lock_write_unlock(): lock %p not write-locked by this thread",
625 panic("mutex_destroy(): there are blocking threads, but caller doesn't "
691 panic("_mutex_lock(): double lock of %p by thread %" B_PRId32, lock,
694 panic("_mutex_lock(): using unitialized lock %p", lock);
746 panic("_mutex_unlock() failure: thread %" B_PRId32 " is trying to "
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp50 panic(const char* format, ...) function
274 panic(" could not reuse buffer");
278 panic(" could not reuse buffer");
282 panic(" could not reuse buffer");
286 panic(" could reuse buffer!");
289 panic(" contents differ!");
/haiku/src/tests/system/boot/loader/
H A Dplatform_debug.cpp14 panic(const char *format, ...) function
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp597 panic("Check sum mismatch for block %" B_PRIu64 " (exptected at %p"
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp336 panic("checksumfs: Transaction::PutBlock(): unknown block %" B_PRIu64,
342 panic("checksumfs: Unbalanced Transaction::PutBlock(): for block %"
404 panic("checksumfs: Transaction::Commit(): block %" B_PRIu64
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp282 panic("Test check failed: %s", error->Message());
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_pipe_test.c9 #define panic(n, str) if (n != 0) { perror(str); return 1; } macro
19 panic(pipe(out), "pipe stdout");
20 panic(pipe(err), "pipe stderr");
23 panic(errno, "init");
25 panic(errno, "close stdout read");
27 panic(errno, "dup2 stdout write");
29 panic(errno, "close stderr read");
31 panic(errno, "dup2 stderr write");
33 panic(errno, "spawn");
36 if (cOut == NULL) panic(
[all...]
H A Dposix_spawn_redir_test.c6 #define panic(str) if (ret != 0) { errno = ret; perror(str); return 1; } macro
14 panic("init");
17 panic("addopen");
19 panic("adddup2");
21 panic("spawn");
H A Dpthread_attr_stack_test.cpp7 #define panic(str) if (ret != 0) { errno = ret; perror(str); return 1; } macro
26 panic("init");
30 panic("getstack");
35 panic("memalign");
37 panic("setstack");
39 panic("getstack");
44 panic("create");
46 panic("join");
49 panic("destroy");
H A Dtls_concurrency_test.c6 #define panic(n, str) if (n != 0) { perror(str); return 1; } macro
24 panic(errno, "pthread_create");
29 panic(errno, "pthread_join");
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h191 panic("Hash Table: value already in table.");
250 panic("Hash Table: duplicate detected.");
/haiku/headers/os/drivers/
H A DKernelExport.h215 extern void panic(const char *format, ...) _PRINTFLIKE(1, 2);
/haiku/headers/private/file_systems/
H A DDebugSupport.h70 # define PANIC(str) panic(str)
H A DQueryParser.h69 # define QUERY_FATAL(message...) panic(message)
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1000 #define panic fssh_panic macro
/haiku/headers/private/kernel/boot/
H A Dplatform.h20 extern void panic(const char *format, ...);
/haiku/headers/private/kernel/
H A Ddebug.h52 panic("ASSERT FAILED (%s:%d): %s", __FILE__, __LINE__, #x); \
59 panic("ASSERT FAILED (%s:%d): %s; " format, __FILE__, __LINE__, \
H A Dlock.h285 panic("invalid recursion level for lock transfer!");
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h191 panic("Hash Table: value already in table.");
250 panic("Hash Table: duplicate detected.");
H A Diovec_support.h35 panic("generic_memcpy: physical -> physical not supported!");
/haiku/headers/private/kernel/vm/
H A Dvm_types.h233 panic("Invalid concurrent access to page 0x%" B_PRIXPHYSADDR " (start), currently "
247 panic("Invalid concurrent access to page 0x%" B_PRIXPHYSADDR " (end) by "
260 panic("Invalid concurrent access to page 0x%" B_PRIXPHYSADDR " (check), currently "
274 panic("Invalid access transfer for page %p, currently accessed by: "
/haiku/headers/private/userlandfs/shared/
H A DDebug.h60 # define PANIC(str) panic(str)
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp56 panic("no mem for conn desc");
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp1202 panic("%s", info == NULL ? "AcpiOsSignal: fatal" : (const char*)info);
H A DBusManager.cpp798 panic("AcpiEnterSleepState should not return.");

Completed in 289 milliseconds

1234567891011>>