Home
last modified time | relevance | path

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

/freebsd/stand/kboot/include/
H A Dhost_syscall.h163 int host_exit(int code);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c29 host_exit(int code) in host_exit() function
/freebsd/stand/kboot/kboot/
H A Dmain.c414 host_exit(code); in exit()