• Home
  • Raw
  • Download

Lines Matching refs:remote_arg

80 typedef int (*invoke_fn)(uint32, remote_arg*);
81 typedef int (*handle_invoke_fn)(remote_handle64, uint32, remote_arg*);
214 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_add()
215 int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra)) { in static_mod_add()
237 …tic_override(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg* pra)) { in static_mod_table_register_static_override()
240 …ct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra)) { in static_mod_table_register_static_override1()
243 …ister_static(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg* pra)) { in static_mod_table_register_static()
246 …uct 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()
254 … int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra) in static_mod_table_register_const_handle()
287 remote_arg args[3]; in open_mod_handle_open()
303 remote_arg args[1]; in open_mod_handle_close()
683 …_table_handle_invoke(struct open_mod_table* me, remote_handle handle, uint32 sc, remote_arg* pra) { 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 …gister_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra)) { 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 …gister_const_handle(remote_handle remote, const char* uri, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_const_handle()
849 …, remote_handle64 local, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra)) { in mod_table_register_const_handle1()