/titanic_44/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 61 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 D | exec.h | 178 struct cred *cred, int brand_action); 213 const char **envp, int brand_action); 216 struct cred *cred, int brand_action);
|
H A D | brand.h | 124 struct cred *cred, int brand_action);
|
/titanic_44/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 172 int brand_action) in intpexec() argument 174 _NOTE(ARGUNUSED(brand_action)) in intpexec()
|
/titanic_44/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 57 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 D | sn1_brand.c | 224 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 D | main.c | 160 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 D | exec.c | 115 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 D | brand.c | 604 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 D | s10_brand.c | 393 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 D | java.c | 88 caddr_t execfile, cred_t *cred, int brand_action) in javaexec() argument
|
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 251 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);
|