Searched refs:load_routine (Results 1 – 9 of 9) sorted by relevance
104 void (*load_routine) (struct serial *desc, char *file, member
123 hms_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_hms_cmds()
152 est_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_est_cmds()
148 abug_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_abug_cmds()
146 cpu32bug_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_cpu32bug_cmds()
144 dbug_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_dbug_cmds()
171 OPS->load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_ppc_cmds()
230 rom68k_cmds.load_routine = NULL; in init_rom68k_cmds()
2140 if (current_monitor->load_routine) in monitor_load()2141 current_monitor->load_routine (monitor_desc, file, hashmark); in monitor_load()