Searched refs:fssh_driver_settings (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_driver_settings.h16 typedef struct fssh_driver_settings { struct
19 } fssh_driver_settings; typedef in typeref:struct:fssh_driver_settings
42 extern const fssh_driver_settings *fssh_get_driver_settings(void *handle);
H A Dfssh_api_wrapper.h33 #include "fssh_driver_settings.h"
383 // #pragma mark - fssh_driver_settings.h
386 #define driver_settings fssh_driver_settings
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp25 #include "fssh_driver_settings.h"
59 struct fssh_driver_settings settings;
342 fssh_memset(&handle->settings, 0, sizeof(struct fssh_driver_settings));
857 const fssh_driver_settings *

Completed in 47 milliseconds