Home
last modified time | relevance | path

Searched refs:load_kernel (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/boot/loader/
H A Dloader.h13 extern status_t load_kernel(stage2_args* args, BootVolume& volume);
H A Dmain.cpp97 while ((status = load_kernel(args, bootVolume)) < B_OK) { in main()
H A Dloader.cpp110 load_kernel(stage2_args* args, BootVolume& volume) in load_kernel() function