Searched refs:sds_ops (Results 1 – 3 of 3) sorted by relevance
111 static struct target_ops sds_ops; variable195 unpush_target (&sds_ops); in sds_open()978 unpush_target (&sds_ops); in sds_mourn()1052 sds_ops.to_shortname = "sds"; in init_sds_ops()1056 sds_ops.to_open = sds_open; in init_sds_ops()1060 sds_ops.to_wait = sds_wait; in init_sds_ops()1068 sds_ops.to_kill = sds_kill; in init_sds_ops()1069 sds_ops.to_load = sds_load; in init_sds_ops()1074 sds_ops.to_has_memory = 1; in init_sds_ops()1075 sds_ops.to_has_stack = 1; in init_sds_ops()[all …]
676 (sds_ops): Use it.
8877 * remote-sds.c (sds_ops): Define only once.