Searched defs:brand_action (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmain.c160 int brand_action; local
271 brand_action = ZONE_IS_BRANDED(p->p_zone) ? EBA_BRAND : EBA_NONE;
274 (const char **)(uintptr_t)uap, NULL, brand_action);
H A Dbrand.c604 cred_t *cred, int brand_action, struct brand *pbrand, char *bname,
676 setid, exec_file, cred, brand_action);
681 execsz, setid, exec_file, cred, brand_action);
602 brand_solaris_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action, struct brand *pbrand, char *bname, char *brandlib, char *brandlib32, char *brandlinker, char *brandlinker32) argument
H A Dexec.c131 int brand_action)
162 if (brand_action != EBA_NONE) {
170 if (brand_action == EBA_NATIVE) {
321 exec_file, p->p_cred, brand_action)) != 0) {
438 if (PROC_IS_BRANDED(p) && (brand_action == EBA_NATIVE))
563 int brand_action)
781 setidfl, exec_file, cred, brand_action);
130 exec_common(const char *fname, const char **argp, const char **envp, int brand_action) argument
554 gexec( struct vnode **vpp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, caddr_t exec_file, struct cred *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c191 int brand_action)
193 _NOTE(ARGUNUSED(brand_action))
181 intpexec( struct vnode *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, struct cred *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c61 int brand_action);
165 int brand_action)
167 _NOTE(ARGUNUSED(brand_action))
155 shbinexec( struct vnode *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, struct cred *cred, int brand_action) argument
/illumos-gate/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)
194 setid, exec_file, cred, brand_action)) {
131 aoutexec(vnode_t *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c224 int brand_action)
227 setid, exec_file, cred, brand_action, &sn1_brand, SN1_BRANDNAME,
222 sn1_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c88 caddr_t execfile, cred_t *cred, int brand_action)
86 javaexec(vnode_t *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t execfile, cred_t *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c393 int brand_action)
396 setid, exec_file, cred, brand_action, &s10_brand, S10_BRANDNAME,
391 s10_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c284 int brand_action)
395 (brand_action != EBA_NATIVE) && (PROC_IS_BRANDED(p))) {
398 brand_action);
516 if ((brand_action != EBA_NATIVE) && (PROC_IS_BRANDED(p))) {
852 if ((brand_action == EBA_NATIVE) && (PROC_IS_BRANDED(p) &&
2312 int brand_action);
282 elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action) argument

Completed in 146 milliseconds