MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / device_func_init

Function device_func_init

src/blkdev.cpp:584–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584int device_func_init (int flags)
585{
586 blkdev_fix_prefs (&currprefs);
587 install_driver (flags);
588 dev_init = true;
589 return 1;
590}
591
592bool blkdev_get_info (struct uae_prefs *p, int unitnum, struct device_info *di)
593{

Callers 7

add_ide_unitFunction · 0.85
scsiemul_switchscsiFunction · 0.85
dev_resetFunction · 0.85
get_standard_cd_unit2Function · 0.85
sys_command_openFunction · 0.85
check_changesFunction · 0.85
add_scsi_cdFunction · 0.85

Calls 2

blkdev_fix_prefsFunction · 0.85
install_driverFunction · 0.85

Tested by

no test coverage detected