Searched refs:fssh_status_t (Results 1 - 25 of 49) sorted by path

12

/haiku/headers/private/fs_shell/
H A DKPath.h23 fssh_status_t SetTo(const char *path, bool normalize = false,
26 fssh_status_t InitCheck() const;
28 fssh_status_t SetPath(const char *path, bool normalize = false);
37 fssh_status_t ReplaceLeaf(const char *newLeaf);
39 fssh_status_t Append(const char *toAppend, bool isComponent = true);
H A DStack.h43 fssh_status_t Push(T value)
H A Dfssh_byte_order.h115 extern fssh_status_t fssh_swap_data(fssh_type_code type, void *data,
H A Dfssh_disk_device_manager.h116 fssh_status_t fssh_scan_partition(fssh_partition_id partitionID);
H A Dfssh_drivers.h16 typedef fssh_status_t (*fssh_device_open_hook) (const char *name,
18 typedef fssh_status_t (*fssh_device_close_hook) (void *cookie);
19 typedef fssh_status_t (*fssh_device_free_hook) (void *cookie);
20 typedef fssh_status_t (*fssh_device_control_hook) (void *cookie, uint32_t op,
22 typedef fssh_status_t (*fssh_device_read_hook) (void *cookie,
25 typedef fssh_status_t (*fssh_device_write_hook) (void *cookie,
28 typedef fssh_status_t (*fssh_device_select_hook) (void *cookie, uint8_t event,
30 typedef fssh_status_t (*fssh_device_deselect_hook) (void *cookie, uint8_t event,
32 typedef fssh_status_t (*fssh_device_read_pages_hook)(void *cookie,
35 typedef fssh_status_t (*fssh_device_write_pages_hoo
[all...]
H A Dfssh_fs_query.h36 extern fssh_status_t fssh_get_path_for_dirent(struct fssh_dirent *dent,
H A Dfssh_fs_volume.h27 extern fssh_status_t fssh_fs_unmount_volume(const char *path,
H A Dfssh_kernel_export.h22 extern fssh_status_t fssh_user_memcpy(void *dest, const void *source,
H A Dfssh_lock.h60 extern fssh_status_t fssh_recursive_lock_lock(fssh_recursive_lock *lock);
61 extern fssh_status_t fssh_recursive_lock_trylock(fssh_recursive_lock *lock);
70 extern fssh_status_t fssh_rw_lock_read_lock(fssh_rw_lock* lock);
71 extern fssh_status_t fssh_rw_lock_read_unlock(fssh_rw_lock* lock);
72 extern fssh_status_t fssh_rw_lock_write_lock(fssh_rw_lock* lock);
73 extern fssh_status_t fssh_rw_lock_write_unlock(fssh_rw_lock* lock);
79 extern fssh_status_t fssh_mutex_lock(fssh_mutex* lock);
80 extern fssh_status_t fssh_mutex_trylock(fssh_mutex* lock);
H A Dfssh_module.h21 fssh_status_t (*std_ops)(int32_t, ...);
47 extern fssh_status_t fssh_get_module(const char *path,
49 extern fssh_status_t fssh_put_module(const char *path);
H A Dfssh_os.h66 extern fssh_status_t fssh_delete_sem(fssh_sem_id id);
67 extern fssh_status_t fssh_acquire_sem(fssh_sem_id id);
68 extern fssh_status_t fssh_acquire_sem_etc(fssh_sem_id id, int32_t count,
70 extern fssh_status_t fssh_release_sem(fssh_sem_id id);
71 extern fssh_status_t fssh_release_sem_etc(fssh_sem_id id, int32_t count,
73 extern fssh_status_t fssh_get_sem_count(fssh_sem_id id,
75 extern fssh_status_t fssh_set_sem_owner(fssh_sem_id id, fssh_team_id team);
78 extern fssh_status_t _fssh_get_sem_info(fssh_sem_id id,
80 extern fssh_status_t _fssh_get_next_sem_info(fssh_team_id team,
147 typedef fssh_status_t (*fssh_thread_fun
[all...]
H A Dfssh_types.h38 typedef int32_t fssh_status_t; typedef
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp17 fssh_status_t
44 fssh_status_t status = _kern_ioctl(rootDir, BFS_IOCTL_START_CHECKING,
H A Dcommand_checkfs.h15 fssh_status_t command_checkfs(int argc, const char* const* argv);
/haiku/src/tools/fs_shell/
H A DKPath.cpp60 fssh_status_t
88 fssh_status_t
95 fssh_status_t
104 fssh_status_t error = vfs_normalize_path(path, fBuffer, fBufferSize,
183 fssh_status_t
205 fssh_status_t
H A Dcommand_cp.h15 fssh_status_t command_cp(int argc, const char* const* argv);
H A Ddisk_device_manager.cpp11 fssh_status_t
H A Ddriver_settings.h15 fssh_status_t driver_settings_init();
H A Dfd.h23 fssh_status_t (*fd_read)(struct file_descriptor *, fssh_off_t pos,
25 fssh_status_t (*fd_write)(struct file_descriptor *, fssh_off_t pos,
29 fssh_status_t (*fd_ioctl)(struct file_descriptor *, uint32_t op,
31 fssh_status_t (*fd_select)(struct file_descriptor *, uint8_t event,
33 fssh_status_t (*fd_deselect)(struct file_descriptor *, uint8_t event,
35 fssh_status_t (*fd_read_dir)(struct file_descriptor *,
38 fssh_status_t (*fd_rewind_dir)(struct file_descriptor *);
39 fssh_status_t (*fd_read_stat)(struct file_descriptor *,
41 fssh_status_t (*fd_write_stat)(struct file_descriptor *,
43 fssh_status_t (*fd_clos
[all...]
H A Dfssh.h17 typedef fssh_status_t command_function(int argc, const char* const* argv);
40 virtual fssh_status_t Do(int argc, const char* const* argv);
H A Dhash.cpp110 fssh_status_t
129 fssh_status_t
H A Dhash.h25 fssh_status_t hash_insert(struct hash_table *table, void *_element);
26 fssh_status_t hash_remove(struct hash_table *table, void *_element);
H A Dkernel_export.cpp24 fssh_status_t
25 fssh_wait_for_thread(fssh_thread_id thread, fssh_status_t *_returnCode)
31 fssh_status_t
H A Dmodule.cpp128 static fssh_status_t
183 static inline fssh_status_t
190 fssh_status_t status;
252 fssh_status_t status;
317 fssh_status_t
342 fssh_status_t
346 fssh_status_t status;
380 fssh_status_t
H A Dmodule.h16 fssh_status_t module_init(kernel_args *args);

Completed in 93 milliseconds

12