Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c45 extern void __exec(caddr_t addr, ...);
91 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
H A Dexec.c47 __exec(caddr_t addr, ...) in __exec() function
/freebsd-12.1/stand/i386/btx/lib/
H A Dbtxsys.s26 .global __exec
39 __exec: movl $0x1,%eax # BTX system label
H A Dbtxv86.h73 void __exec(caddr_t, ...);
/freebsd-12.1/contrib/libc++/src/
H A Dregex.cpp261 __match_any_but_newline<char>::__exec(__state& __s) const in __exec() function in __match_any_but_newline
288 __match_any_but_newline<wchar_t>::__exec(__state& __s) const in __exec() function in __match_any_but_newline
/freebsd-12.1/stand/i386/libi386/
H A Delf32_freebsd.c75 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
H A Delf64_freebsd.c117 __exec((void *)VTOP(amd64_tramp), modulep, kernend); in elf64_exec()
H A Dmultiboot.c381 __exec((void *)VTOP(multiboot_tramp), (void *)entry, in multiboot_exec()
/freebsd-12.1/contrib/libc++/include/
H A Dregex1376 virtual void __exec(__state&) const;
1442 virtual void __exec(__state&) const;
1468 virtual void __exec(__state&) const;
1494 virtual void __exec(__state&) const;
1694 virtual void __exec(__state&) const;
1722 virtual void __exec(__state&) const;
1751 virtual void __exec(__state&) const;
1802 virtual void __exec(__state&) const;
1857 virtual void __exec(__state&) const;
1912 virtual void __exec(__state&) const;
[all …]
/freebsd-12.1/stand/i386/loader/
H A Dchain.c132 __exec((void *)0x600); in command_chain()
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dcommon.subr266 local __p __exec IFS=":" __found=
268 __exec="$__p/$__name"
269 [ -f "$__exec" -a -x "$__exec" ] && __found=1 break
273 setvar "$__var_to_set" "$__exec"
275 echo "$__exec"
/freebsd-12.1/stand/i386/isoboot/
H A Disoboot.c418 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
/freebsd-12.1/stand/i386/boot2/
H A Dboot2.c352 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
/freebsd-12.1/stand/i386/gptboot/
H A Dgptboot.c490 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
/freebsd-12.1/stand/i386/zfsboot/
H A Dzfsboot.c1025 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()