Searched refs:vx_ops (Results 1 – 4 of 4) sorted by relevance
78 static struct target_ops vx_ops; variable1074 unpush_target (&vx_ops); in vx_open()1091 push_target (&vx_ops); in vx_open()1339 vx_ops.to_shortname = "vxworks"; in init_vx_ops()1343 vx_ops.to_open = vx_open; in init_vx_ops()1344 vx_ops.to_close = vx_close; in init_vx_ops()1345 vx_ops.to_attach = vx_attach; in init_vx_ops()1348 vx_ops.to_load = vx_load_command; in init_vx_ops()1352 vx_ops.to_has_all_memory = 1; in init_vx_ops()1353 vx_ops.to_has_memory = 1; in init_vx_ops()[all …]
2186 * remote-vx.c (vx_ops, vx_run_ops): Initialize new to_thread_alive
1674 remote-vx.c (vx_ops, vx_run_ops),
9278 (vx_ops, vx_run_ops): Make static.