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.c189 intptr_t *voffset, caddr_t exec_file, int *interp, caddr_t *bssbase, in mapexec_brand() argument
208 uprintf("%s: Cannot execute %s\n", exec_file, args->pathname); in mapexec_brand()
216 uprintf("%s: Cannot read %s\n", exec_file, args->pathname); in mapexec_brand()
221 uprintf("%s: Nothing to load in %s", exec_file, args->pathname); in mapexec_brand()
231 uprintf("%s: Cannot map %s\n", exec_file, args->pathname); in mapexec_brand()
266 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument
337 uprintf("%s: Bad entry point\n", exec_file); in elfexec()
380 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
531 exec_file); in elfexec()
549 exec_file); in elfexec()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c605 intpdata_t *idatap, int level, size_t *execsz, int setid, caddr_t exec_file, in brand_solaris_elfexec() argument
678 setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
683 execsz, setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
729 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec()
737 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec()
790 &uphdr_vaddr, &voffset, exec_file, &interp, in brand_solaris_elfexec()
798 &uphdr_vaddr32, &voffset, exec_file, &interp, in brand_solaris_elfexec()
H A Dexec.c209 char exec_file[MAXCOMLEN+1]; in exec_common() local
356 bzero(exec_file, MAXCOMLEN+1); in exec_common()
357 (void) strncpy(exec_file, pn.pn_path, MAXCOMLEN); in exec_common()
408 exec_file, p->p_cred, brand_action)) != 0) { in exec_common()
436 bcopy(exec_file, up->u_comm, MAXCOMLEN+1); in exec_common()
660 caddr_t exec_file, in gexec() argument
810 pp->p_zone), exec_file); in gexec()
824 exec_file); in gexec()
880 setidfl, exec_file, cred, brand_action); in gexec()
1543 caddr_t exec_file, in noexec() argument
/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/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/lib/libscf/
H A Dinc.flg33 exec_file usr/src/lib/libuutil/inc.flg
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h185 size_t *execsz, int setid, caddr_t exec_file,
213 struct intpdata *idata, int level, size_t *execsz, caddr_t exec_file,
/illumos-gate/usr/src/lib/
H A Dreq.flg34 exec_file usr/src/cmd/req.flg
/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()