Home
last modified time | relevance | path

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

/sys/include/
Dloader.h8 bool Loader_Load(Thread *thr, VNode *vn, void *buf, uint64_t len);
/sys/kern/
Dloader.c131 Loader_Load(Thread *thr, VNode *vn, void *buf, uint64_t len) in Loader_Load() function
218 Loader_Load(thr, initvn, pg, 1024); in Loader_LoadInit()
Dsyscall.c149 Loader_Load(thr, file, pg, 1024); in Syscall_Spawn()