Searched refs:ofw_exit (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c98 static void ofw_exit(void) __dead2;
345 ofw_exit(void) function
475 ofw_exit();
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c93 static void ofw_exit(void) __dead2;
274 ofw_exit(void) function
373 ofw_exit();
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_standard.c136 OFWMETHOD(ofw_exit, ofw_std_exit),
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c141 OFWMETHOD(ofw_exit, ofw_real_exit),
/freebsd-11-stable/sys/sparc64/include/
H A Dofw_machdep.h46 void ofw_exit(void *) __dead2;
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S875 * void ofw_exit(cell_t args[])
877 ENTRY(ofw_exit)
902 END(ofw_exit)
H A Dmachdep.c870 ofw_exit(args);

Completed in 228 milliseconds