Home
last modified time | relevance | path

Searched refs:sim_fs_byspec (Results 1 – 5 of 5) sorted by relevance

/NextBSD/include/
HDsi_module.h251 si_item_t *(*sim_fs_byspec)(struct si_mod_s *si, const char *spec); member
/NextBSD/lib/libosxsupport/
HDsi_module.c777 if (si->vtable->sim_fs_byspec == NULL) return NULL; in si_fs_byspec()
778 return si->vtable->sim_fs_byspec(si, spec); in si_fs_byspec()
HDcache_module.c457 .sim_fs_byspec = &cache_fs_byspec, in si_module_static_cache()
HDsearch_module.c936 .sim_fs_byspec = &search_fs_byspec, in si_module_static_search()
HDfile_module.c2342 .sim_fs_byspec = &file_fs_byspec, in si_module_static_file()