Searched refs:sim_async_call (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dsi_module.h269 mach_port_t (*sim_async_call)(struct si_mod_s *si, int call, const char *str1, const char *str2, const char *str3, uint32_t num1, uint32_t num2, uint32_t num3, uint32_t num4, void *callback, void *context); member in struct:si_mod_vtable_s
H A Dsi_module.c1094 if (si->vtable->sim_async_call != NULL)
1096 return si->vtable->sim_async_call(si, call, str1, str2, str3, num1, num2, num3, num4, callback, context);

Completed in 175 milliseconds