Searched refs:emul_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/brand/common/
H A Dbrand_asm.h206 #define CHECK_FOR_INTERPOSITION(emul_table, call, scr, scr_low) \
209 lea emul_table, scr; \
218 #define CALLBACK_PROLOGUE(emul_table, handler, call, scr, scr_low) \
221 CHECK_FOR_INTERPOSITION(emul_table, call, scr, scr_low)
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c1030 brand_solaris_fini(char **emul_table, struct modlinkage *modlinkage, argument
1042 kmem_free(*emul_table, NSYSCALL);
1043 *emul_table = NULL;

Completed in 60 milliseconds