Searched refs:fssh_panic (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs_request_io.cpp17 fssh_panic("fssh_do_fd_io() not yet implemented");
27 fssh_panic("fssh_do_iterative_fd_io() not yet implemented");
H A Dkernel_export.cpp70 fssh_panic(const char *format, ...) function
88 fssh_panic("%s", message);
H A Dlock.cpp45 fssh_panic("could not create recursive lock");
106 fssh_panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
120 fssh_panic("invalid recursion level for lock transfer!");
142 fssh_panic("could not create mutex");
178 fssh_panic("mutex_lock failure: mutex %p (sem = 0x%x) acquired twice by thread 0x%x\n", mutex, (int)mutex->sem, (int)me);
191 fssh_panic("mutex_unlock failure: thread 0x%x is trying to release mutex %p (current holder 0x%x)\n",
224 fssh_panic("could not create r/w lock");
H A Dblock_cache.cpp40 #define FATAL(x) fssh_panic x
540 fssh_panic("block_cache::FreeBlock(): %" FSSH_B_PRIdOFF
670 fssh_panic("block_cache: supposed to be clean block was changed!\n");
700 fssh_panic("put_cached_block: invalid block number %" FSSH_B_PRIdOFF
724 fssh_panic("get_cached_block: invalid block number %" FSSH_B_PRIdOFF
783 fssh_panic("get_writable_cached_block: invalid block number %"
815 fssh_panic("get_writable_cached_block(): asked to get busy writable block (transaction %d)\n", (int)transaction->id);
823 fssh_panic("get_writable_cached_block(): invalid transaction %d!\n",
829 fssh_panic("get_writable_cached_block(): transaction already done!\n");
981 fssh_panic("las
[all...]
H A Dfile_cache.cpp149 fssh_panic("cache_io() called with NULL ref!\n");
288 fssh_panic("fssh_file_cache_enable() called");
295 fssh_panic("fssh_file_cache_disable() called");
H A Dmodule.cpp243 fssh_panic("Trying to unload module %s which is initializing\n", module->name);
247 fssh_panic("Trying to unload module %s which is un-initializing\n", module->name);
H A Dhash.cpp160 fssh_panic("hash_remove_current() called too early.");
H A Dvfs.cpp686 fssh_panic("dec_vnode_ref_count: called on busy vnode %p\n", vnode);
787 fssh_panic("vnode %d:%" FSSH_B_PRIdINO " is not becoming unbusy!\n",
1075 fssh_panic("lookup_dir_entry(): could not lookup vnode (mountid %d "
1710 fssh_panic("get_new_fd() called with unknown type %d\n", type);
1903 fssh_panic("vnode %d:%" FSSH_B_PRIdINO " already exists (node = %p, "
2002 fssh_panic("get_vnode(): Failed to get super node for vnode %p, "
2926 fssh_panic("vfs_init: error creating vnode hash table\n");
2933 fssh_panic("vfs_init: error creating mounts hash table\n");
4691 fssh_panic("fs_mount: file system does not own its root node!\n");
4750 fssh_panic("vfs_unmoun
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h35 extern void fssh_panic(const char *format, ...)
H A Dfssh_api_wrapper.h1000 #define panic fssh_panic

Completed in 100 milliseconds