Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c62 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 Dmain.c162 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 Dexec.c198 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 Dbrand.c605 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/brand/sn1/
H A Dsn1_brand.c225 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/exec/intp/
H A Dintp.c192 int brand_action) in intpexec() argument
194 _NOTE(ARGUNUSED(brand_action)) in intpexec()
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h184 struct cred *cred, int brand_action);
212 struct cred *cred, int brand_action);
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c394 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 Djava.c89 caddr_t execfile, cred_t *cred, int brand_action) in javaexec() argument
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c266 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);