Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.c36 static int linux_exec(struct preloaded_file *);
39 struct file_format linux = { linux_loadkernel, linux_exec };
276 linux_exec(struct preloaded_file *fp) in linux_exec() function