Searched refs:coldboot (Results 1 – 3 of 3) sorted by relevance
43 static void coldboot(const char *path);140 coldboot("/sys/block"); in main()209 static void coldboot(const char *path) { in coldboot() function
1026 static coldboot_action_t coldboot(const char *path, coldboot_callback fn) in coldboot() function1060 act = coldboot("/sys/class", fn); in device_init()1062 act = coldboot("/sys/block", fn); in device_init()1064 act = coldboot("/sys/devices", fn); in device_init()1068 act = coldboot(path, fn); in device_init()
488 > How long init waited for ueventd's coldboot phase to end.