Searched refs:__exec (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/sys/boot/i386/efi/
H A Dexec.c47 __exec(caddr_t addr, ...) function
H A Delf32_freebsd.c42 extern void __exec(caddr_t addr, ...);
78 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxsys.s26 .global __exec
39 __exec: movl $0x1,%eax # BTX system label
H A Dbtxv86.h65 void __exec(caddr_t, ...);
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxsys.s26 .global __exec
39 __exec: movl $0x1,%eax # BTX system label
H A Dbtxv86.h65 void __exec(caddr_t, ...);
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Delf32_freebsd.c75 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
H A Delf64_freebsd.c117 __exec((void *)VTOP(amd64_tramp), modulep, kernend);
/freebsd-10.0-release/contrib/libc++/src/
H A Dregex.cpp271 __match_any_but_newline<char>::__exec(__state& __s) const function in class:__match_any_but_newline
298 __match_any_but_newline<wchar_t>::__exec(__state& __s) const function in class:__match_any_but_newline
/freebsd-10.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c332 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot2.c369 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c701 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A Dboot2.c508 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),

Completed in 104 milliseconds