Searched refs:write_param_list (Results 1 – 12 of 12) sorted by relevance
/dports/emulators/bochs/bochs-2.7/iodev/ |
H A D | speaker.cc | 127 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_SOUND_SPEAKER), NULL, 0); in speaker_options_save()
|
H A D | parallel.cc | 100 SIM->write_param_list(fp, base, optname, 0); in parport_options_save()
|
H A D | serial.cc | 149 SIM->write_param_list(fp, base, port, 0); in serial_options_save()
|
/dports/emulators/bochs/bochs-2.7/gui/ |
H A D | siminterface.h | 752 …virtual int write_param_list(FILE *fp, bx_list_c *base, const char *optname, bool multiline) {ret… in write_param_list() function
|
H A D | siminterface.cc | 227 virtual int write_param_list(FILE *fp, bx_list_c *base, const char *optname, bool multiline); 1522 int bx_real_sim_c::write_param_list(FILE *fp, bx_list_c *base, const char *optname, bool multiline) in write_param_list() function in bx_real_sim_c
|
/dports/emulators/bochs/bochs-2.7/iodev/network/ |
H A D | pcipnic.cc | 95 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_PNIC), NULL, 0); in pnic_options_save()
|
H A D | e1000.cc | 361 SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(pname), e1000str, 0); in e1000_options_save()
|
H A D | ne2k.cc | 189 SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(pname), ne2kstr, 0); in ne2k_options_save()
|
/dports/emulators/bochs/bochs-2.7/patches/ |
H A D | patch.example-user-plugin | 214 + return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param("user.testdev"), NULL, 0);
|
/dports/emulators/bochs/bochs-2.7/iodev/sound/ |
H A D | es1370.cc | 185 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_SOUND_ES1370), NULL, 0); in es1370_options_save()
|
H A D | sb16.cc | 161 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_SOUND_SB16), NULL, 0); in sb16_options_save()
|
/dports/emulators/bochs/bochs-2.7/iodev/display/ |
H A D | voodoo.cc | 135 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_VOODOO), NULL, 0); in voodoo_options_save()
|