Lines Matching defs:sc

214                           int(*invoke)(uint32 sc, remote_arg* pra),  in static_mod_add()
237 …ster_static_override(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg… in static_mod_table_register_static_override()
240 …truct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra… in static_mod_table_register_static_override1()
243 …able_register_static(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg… in static_mod_table_register_static()
246 …struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 sc, remote_arg* pra… in static_mod_table_register_static1()
253 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_table_register_const_handle()
683 static int open_mod_table_handle_invoke(struct open_mod_table* me, remote_handle handle, uint32 sc,… in open_mod_table_handle_invoke()
739 int mod_table_register_static_override(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static_override()
746 int mod_table_register_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, rem… in mod_table_register_static_override1()
767 int mod_table_register_static(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static()
774 int mod_table_register_static1(const char* name, int(*pfn)(remote_handle64, uint32 sc, remote_arg* … in mod_table_register_static1()
811 int mod_table_invoke(remote_handle handle, uint32 sc, remote_arg* pra) { in mod_table_invoke()
843 int mod_table_register_const_handle(remote_handle remote, const char* uri, int(*pfn)(uint32 sc, rem… in mod_table_register_const_handle()
849 …ote, remote_handle64 local, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra… in mod_table_register_const_handle1()