Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.c35 static int linux_exec(struct preloaded_file *);
38 struct file_format linux = { linux_loadkernel, linux_exec };
274 linux_exec(struct preloaded_file *fp) in linux_exec() function