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

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dcache_module.c447 .sim_rpc_byname = &cache_rpc_byname,
H A Dsi_module.h247 si_item_t *(*sim_rpc_byname)(struct si_mod_s *si, const char *name); member in struct:si_mod_vtable_s
H A Dsi_module.c736 if (si->vtable->sim_rpc_byname == NULL) return NULL;
737 return si->vtable->sim_rpc_byname(si, name);
H A Dsearch_module.c907 .sim_rpc_byname = &search_rpc_byname,
H A Dfile_module.c2323 .sim_rpc_byname = &file_rpc_byname,
H A Dds_module.c2204 .sim_rpc_byname = &ds_rpc_byname,

Completed in 222 milliseconds