Home
last modified time | relevance | path

Searched refs:brand_action (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/exec/shbin/
H A Dshbin.c61 int brand_action);
165 int brand_action) in shbinexec() argument
167 _NOTE(ARGUNUSED(brand_action)) in shbinexec()
/titanic_44/usr/src/uts/common/sys/
H A Dexec.h178 struct cred *cred, int brand_action);
213 const char **envp, int brand_action);
216 struct cred *cred, int brand_action);
H A Dbrand.h124 struct cred *cred, int brand_action);
/titanic_44/usr/src/uts/common/exec/intp/
H A Dintp.c172 int brand_action) in intpexec() argument
174 _NOTE(ARGUNUSED(brand_action)) in intpexec()
/titanic_44/usr/src/uts/common/exec/aout/
H A Daout.c57 caddr_t exec_file, cred_t *cred, int brand_action);
133 caddr_t exec_file, cred_t *cred, int brand_action) in aoutexec() argument
194 setid, exec_file, cred, brand_action)) { in aoutexec()
/titanic_44/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c224 int brand_action) in sn1_elfexec() argument
227 setid, exec_file, cred, brand_action, &sn1_brand, SN1_BRANDNAME, in sn1_elfexec()
/titanic_44/usr/src/uts/common/os/
H A Dmain.c160 int brand_action; in exec_init() local
271 brand_action = ZONE_IS_BRANDED(p->p_zone) ? EBA_BRAND : EBA_NONE; in exec_init()
274 (const char **)(uintptr_t)uap, NULL, brand_action); in exec_init()
H A Dexec.c115 int brand_action) in exec_common() argument
146 if (brand_action != EBA_NONE) { in exec_common()
154 if (brand_action == EBA_NATIVE) { in exec_common()
305 exec_file, p->p_cred, brand_action)) != 0) { in exec_common()
422 if (PROC_IS_BRANDED(p) && (brand_action == EBA_NATIVE)) in exec_common()
547 int brand_action) in gexec() argument
758 setidfl, exec_file, cred, brand_action); in gexec()
H A Dbrand.c604 cred_t *cred, int brand_action, struct brand *pbrand, char *bname, in brand_solaris_elfexec() argument
676 setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
681 setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
/titanic_44/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c393 int brand_action) in s10_elfexec() argument
396 setid, exec_file, cred, brand_action, &s10_brand, S10_BRANDNAME, in s10_elfexec()
/titanic_44/usr/src/uts/common/exec/java/
H A Djava.c88 caddr_t execfile, cred_t *cred, int brand_action) in javaexec() argument
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c251 int brand_action) in elfexec() argument
354 (brand_action != EBA_NATIVE) && (PROC_IS_BRANDED(p))) { in elfexec()
357 brand_action); in elfexec()
481 if ((brand_action != EBA_NATIVE) && (PROC_IS_BRANDED(p))) { in elfexec()
765 if ((brand_action == EBA_NATIVE) && (PROC_IS_BRANDED(p) && in elfexec()
2205 int brand_action);