Searched refs:sim_group_byname (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dcache_module.c417 .sim_group_byname = &cache_group_byname,
H A Dsi_module.h218 si_item_t *(*sim_group_byname)(struct si_mod_s *si, const char *name); member in struct:si_mod_vtable_s
H A Dsi_module.c544 if (si->vtable->sim_group_byname == NULL) return NULL;
545 return si->vtable->sim_group_byname(si, name);
H A Dsearch_module.c878 .sim_group_byname = &search_group_byname,
H A Dfile_module.c2294 .sim_group_byname = &file_group_byname,
H A Dds_module.c2174 .sim_group_byname = &ds_group_byname,

Completed in 290 milliseconds