Home
last modified time | relevance | path

Searched refs:EBA_NONE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/exec/shbin/
H A Dshbin.c249 EBA_NONE); in shbinexec()
/titanic_41/usr/src/uts/common/exec/java/
H A Djava.c163 cred, EBA_NONE); in javaexec()
/titanic_41/usr/src/uts/common/exec/intp/
H A Dintp.c231 EBA_NONE); in intpexec()
/titanic_41/usr/src/uts/common/sys/
H A Dexec.h115 #define EBA_NONE 0 macro
/titanic_41/usr/src/uts/common/os/
H A Dmain.c271 brand_action = ZONE_IS_BRANDED(p->p_zone) ? EBA_BRAND : EBA_NONE; in exec_init()
H A Dexec.c109 error = exec_common(fname, argp, envp, EBA_NONE); in exece()
146 if (brand_action != EBA_NONE) { in exec_common()