Home
last modified time | relevance | path

Searched refs:exec_file (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/cmd/svc/
H A Dreq.flg34 exec_file usr/src/lib/libscf/inc.flg
35 exec_file usr/src/lib/libuutil/inc.flg
38 exec_file usr/src/lib/req.flg
H A Dinc.flg30 exec_file usr/src/cmd/svc/req.flg
/titanic_50/usr/src/tools/scripts/
H A Dflg.flp.sh112 exec_file() function
133 exec_file $1/$i
255 [[ -f $TREE/req.flg ]] && exec_file $TREE/req.flg
H A Dvalidate_flg.pl111 } elsif ($text =~ /\s*exec_file\s+(\S+)/) {
/titanic_50/usr/src/uts/common/exec/shbin/
H A Dshbin.c59 caddr_t exec_file,
163 caddr_t exec_file, in shbinexec() argument
248 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in shbinexec()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c175 intptr_t *voffset, caddr_t exec_file, int *interp, caddr_t *bssbase, in mapexec_brand() argument
196 uprintf("%s: Cannot execute %s\n", exec_file, args->pathname); in mapexec_brand()
204 uprintf("%s: Cannot read %s\n", exec_file, args->pathname); in mapexec_brand()
209 uprintf("%s: Nothing to load in %s", exec_file, args->pathname); in mapexec_brand()
219 uprintf("%s: Cannot map %s\n", exec_file, args->pathname); in mapexec_brand()
250 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument
319 uprintf("%s: Bad entry point\n", exec_file); in elfexec()
356 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
502 exec_file); in elfexec()
549 uprintf("%s: Bad DTrace phdr in %s\n", exec_file, exec_file); in elfexec()
[all …]
/titanic_50/usr/src/uts/common/exec/intp/
H A Dintp.c170 caddr_t exec_file, in intpexec() argument
230 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in intpexec()
/titanic_50/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_50/usr/src/lib/libscf/
H A Dinc.flg33 exec_file usr/src/lib/libuutil/inc.flg
/titanic_50/usr/src/uts/common/os/
H A Dbrand.c603 intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, 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()
727 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec()
735 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec()
788 &uphdr_vaddr, &voffset, exec_file, &interp, in brand_solaris_elfexec()
796 &uphdr_vaddr32, &voffset, exec_file, &interp, in brand_solaris_elfexec()
H A Dexec.c124 char exec_file[MAXCOMLEN+1]; in exec_common() local
254 bzero(exec_file, MAXCOMLEN+1); in exec_common()
255 (void) strncpy(exec_file, pn.pn_path, MAXCOMLEN); in exec_common()
305 exec_file, p->p_cred, brand_action)) != 0) { in exec_common()
333 bcopy(exec_file, up->u_comm, MAXCOMLEN+1); in exec_common()
545 caddr_t exec_file, in gexec() argument
689 pp->p_zone), exec_file); in gexec()
703 exec_file); in gexec()
758 setidfl, exec_file, cred, brand_action); in gexec()
1415 caddr_t exec_file, in noexec() argument
/titanic_50/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c223 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in sn1_elfexec() argument
227 setid, exec_file, cred, brand_action, &sn1_brand, SN1_BRANDNAME, in sn1_elfexec()
/titanic_50/usr/src/lib/
H A Dreq.flg34 exec_file usr/src/cmd/req.flg
/titanic_50/usr/src/uts/common/sys/
H A Dexec.h177 long *execsz, int setid, caddr_t exec_file,
215 struct intpdata *idata, int level, long *execsz, caddr_t exec_file,
H A Dbrand.h123 long *execsz, int setid, caddr_t exec_file,
/titanic_50/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c392 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in s10_elfexec() argument
396 setid, exec_file, cred, brand_action, &s10_brand, S10_BRANDNAME, in s10_elfexec()