Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/tools/scripts/
H A Dflg.flp.sh114 exec_file() function
135 exec_file $1/$i
257 [[ -f $TREE/req.flg ]] && exec_file $TREE/req.flg
H A Dvalidate_flg.pl111 } elsif ($text =~ /\s*exec_file\s+(\S+)/) {
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c60 caddr_t exec_file,
162 caddr_t exec_file, in shbinexec() argument
248 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in shbinexec()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c336 uprintf("%s: Bad entry point\n", exec_file); in elfexec()
530 exec_file); in elfexec()
548 exec_file); in elfexec()
560 exec_file, error); in elfexec()
582 exec_file); in elfexec()
638 uprintf("%s: Bad DTrace phdr in %s\n", exec_file, exec_file); in elfexec()
666 exec_file); in elfexec()
740 uprintf("%s: Cannot find %s\n", exec_file, dlnp); in elfexec()
791 uprintf("%s: Cannot read %s\n", exec_file, dlnp); in elfexec()
815 uprintf("%s: Cannot map %s\n", exec_file, dlnp); in elfexec()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c604 intpdata_t *idatap, int level, size_t *execsz, int setid, caddr_t exec_file, 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()
728 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec()
736 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec()
789 &uphdr_vaddr, &voffset, exec_file, &interp, in brand_solaris_elfexec()
797 &uphdr_vaddr32, &voffset, exec_file, &interp, in brand_solaris_elfexec()
H A Dexec.c207 char exec_file[MAXCOMLEN+1]; in exec_common() local
354 bzero(exec_file, MAXCOMLEN+1); in exec_common()
355 (void) strncpy(exec_file, pn.pn_path, MAXCOMLEN); in exec_common()
405 exec_file, p->p_cred, brand_action)) != 0) { in exec_common()
433 bcopy(exec_file, up->u_comm, MAXCOMLEN+1); in exec_common()
645 caddr_t exec_file, in gexec() argument
795 pp->p_zone), exec_file); in gexec()
809 exec_file); in gexec()
865 setidfl, exec_file, cred, brand_action); in gexec()
1528 caddr_t exec_file, in noexec() argument
/illumos-gate/usr/src/lib/libscf/
H A Dinc.flg33 exec_file usr/src/lib/libuutil/inc.flg
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c224 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, 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.c190 caddr_t exec_file, in intpexec() argument
284 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in intpexec()
/illumos-gate/usr/src/lib/
H A Dreq.flg34 exec_file usr/src/cmd/req.flg
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h183 size_t *execsz, int setid, caddr_t exec_file,
211 struct intpdata *idata, int level, size_t *execsz, caddr_t exec_file,
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c393 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, in s10_elfexec() argument
397 setid, exec_file, cred, brand_action, &s10_brand, S10_BRANDNAME, in s10_elfexec()