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

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dcache_module.c456 .sim_mac_bymac = &cache_mac_bymac,
H A Dsi_module.h256 si_item_t *(*sim_mac_bymac)(struct si_mod_s *si, const char *mac); member in struct:si_mod_vtable_s
H A Dsi_module.c648 if (si->vtable->sim_mac_bymac == NULL) return NULL;
649 return si->vtable->sim_mac_bymac(si, mac);
H A Dsearch_module.c916 .sim_mac_bymac = &search_mac_bymac,
H A Dfile_module.c2332 .sim_mac_bymac = &file_mac_bymac,
H A Dds_module.c2213 .sim_mac_bymac = &ds_mac_bymac,

Completed in 139 milliseconds