Searched refs:fssh_module_info (Results 1 – 8 of 8) sorted by relevance
18 typedef struct fssh_module_info { struct22 } fssh_module_info; argument39 fssh_module_info **info;48 fssh_module_info **_info);
278 struct fssh_module_info info;
1060 #define module_info fssh_module_info
10 struct fssh_module_info;17 void register_builtin_module(struct fssh_module_info *info);
56 fssh_module_info *info; /* will only be valid if ref_count > 0 */129 create_module(fssh_module_info *info, const char *file, int offset, module **_module) in create_module()280 register_builtin_module(struct fssh_module_info *info) in register_builtin_module()343 fssh_get_module(const char *path, fssh_module_info **_info) in fssh_get_module()
34 extern fssh_module_info *modules[];
41 extern fssh_module_info *modules[];
496 if (fssh_get_module(fsName ? fsName : name, (fssh_module_info **)&info) != FSSH_B_OK) in get_file_system()