/illumos-gate/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 62 int brand_action); 164 int brand_action) in shbinexec() argument 166 _NOTE(ARGUNUSED(brand_action)) in shbinexec()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | main.c | 162 int brand_action; in exec_init() local 292 brand_action = ZONE_IS_BRANDED(p->p_zone) ? EBA_BRAND : EBA_NONE; in exec_init() 295 (const char **)uap, NULL, NULL, brand_action); in exec_init()
|
H A D | exec.c | 198 vnode_t *vp, int brand_action) in exec_common() argument 229 if (brand_action != EBA_NONE) { in exec_common() 237 if (brand_action == EBA_NATIVE) { in exec_common() 405 exec_file, p->p_cred, brand_action)) != 0) { in exec_common() 522 if (PROC_IS_BRANDED(p) && (brand_action == EBA_NATIVE)) in exec_common() 647 int brand_action) in gexec() argument 865 setidfl, exec_file, cred, brand_action); in gexec()
|
H A D | brand.c | 605 cred_t *cred, int brand_action, struct brand *pbrand, char *bname, in brand_solaris_elfexec() argument 677 setid, exec_file, cred, brand_action); in brand_solaris_elfexec() 682 execsz, setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
|
/illumos-gate/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 192 int brand_action) in intpexec() argument 194 _NOTE(ARGUNUSED(brand_action)) in intpexec()
|
/illumos-gate/usr/src/uts/common/brand/sn1/ |
H A D | sn1_brand.c | 225 int brand_action) in sn1_elfexec() argument 228 setid, exec_file, cred, brand_action, &sn1_brand, SN1_BRANDNAME, in sn1_elfexec()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | exec.h | 184 struct cred *cred, int brand_action); 212 struct cred *cred, int brand_action);
|
/illumos-gate/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 394 int brand_action) in s10_elfexec() argument 397 setid, exec_file, cred, brand_action, &s10_brand, S10_BRANDNAME, in s10_elfexec()
|
/illumos-gate/usr/src/uts/common/exec/java/ |
H A D | java.c | 89 caddr_t execfile, cred_t *cred, int brand_action) in javaexec() argument
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 266 int brand_action) in elfexec() argument 377 (brand_action != EBA_NATIVE) && (PROC_IS_BRANDED(p))) { in elfexec() 380 brand_action); in elfexec() 511 if ((brand_action != EBA_NATIVE) && (PROC_IS_BRANDED(p))) { in elfexec() 874 if ((brand_action == EBA_NATIVE) && (PROC_IS_BRANDED(p) && in elfexec() 2579 int brand_action);
|