Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dkern_exec.c304 pack.ep_emul_arg = NULL;
679 if (pack.ep_emul_arg != NULL)
680 FREE(pack.ep_emul_arg, M_TEMP);
704 if (pack.ep_emul_arg != NULL)
705 FREE(pack.ep_emul_arg, M_TEMP);
Dexec_elf.c739 epp->ep_emul_arg = ap; in ELFNAME2()
774 ap = (struct elf_args *)epp->ep_emul_arg; in ELFNAME2()
/mirbsd/src/sys/sys/
Dexec.h155 void *ep_emul_arg; /* emulation argument */ member