MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / enable_dev_blind

Function enable_dev_blind

include/file/file_devs.h:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static void enable_dev_blind(const char *msg)
39{
40 if(!sys_admin) return;
41
42 mount_device("/dev_blind", NULL, NULL);
43
44 if(!msg) return;
45
46 show_msg(msg);
47 sys_ppu_thread_sleep(2);
48}
49
50static void disable_dev_blind(void)
51{

Callers 14

swap_kernelFunction · 0.70
toggle_rebug_modeFunction · 0.70
toggle_normal_modeFunction · 0.70
toggle_debug_menuFunction · 0.70
toggle_cobraFunction · 0.70
toggle_ps2emuFunction · 0.70
check_path_aliasFunction · 0.70
wwwd_threadFunction · 0.50
folder_listingFunction · 0.50
setup_parse_settingsFunction · 0.50
handleclient_ftpFunction · 0.50
mount.hFile · 0.50

Calls 3

mount_deviceFunction · 0.85
sys_ppu_thread_sleepFunction · 0.85
show_msgFunction · 0.50

Tested by

no test coverage detected