Searched refs:emulator (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c638 args->emulator = brandlib;
643 args->emulator = brandlib32;
648 if ((err = lookupname(args->emulator, UIO_SYSSPACE, FOLLOW,
650 uprintf("%s: not found.", args->emulator);
720 /* Make sure the emulator has an entry point */
H A Dexec.c1678 if (args->emulator != NULL &&
1679 (error = stk_add(args, args->emulator, UIO_SYSSPACE)) != 0)
1797 if (args->emulator != NULL)
1809 if (args->emulator != NULL)
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h103 char *emulator; member in struct:uarg
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c510 * If this binary is using an emulator, we need to add an
513 if (args->emulator != NULL)

Completed in 102 milliseconds