HomeSort by: relevance | last modified time | path
    Searched refs:ep_emul_arg (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/compat/linux/arch/powerpc/
linux_exec_powerpc.c 104 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 138 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
  /src/sys/sys/
exec.h 215 void *ep_emul_arg; /* emulation argument */ member in struct:exec_package
221 /* free ep_emul_arg */
  /src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c 147 ap = (struct elf_args *)pack->ep_emul_arg;
  /src/sys/kern/
kern_exec.c 535 KASSERT(epp->ep_emul_arg == NULL);
833 epp->ep_emul_arg = NULL;
2954 KASSERT(epp->ep_emul_arg != NULL);
2955 (*epp->ep_emul_arg_free)(epp->ep_emul_arg);
2957 epp->ep_emul_arg = NULL;
2959 KASSERT(epp->ep_emul_arg == NULL);
exec_elf.c 173 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
873 epp->ep_emul_arg = ap;
  /src/sys/compat/linux/common/
linux_exec_elf32.c 507 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {

Completed in 17 milliseconds