/illumos-gate/usr/src/cmd/svc/ |
H A D | req.flg | 34 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 D | inc.flg | 30 exec_file usr/src/cmd/svc/req.flg
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | flg.flp.sh | 114 exec_file() function 135 exec_file $1/$i 257 [[ -f $TREE/req.flg ]] && exec_file $TREE/req.flg
|
H A D | validate_flg.pl | 111 } elsif ($text =~ /\s*exec_file\s+(\S+)/) {
|
/illumos-gate/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 60 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 D | elf.c | 188 intptr_t *voffset, caddr_t exec_file, int *interp, caddr_t *bssbase, in mapexec_brand() argument 207 uprintf("%s: Cannot execute %s\n", exec_file, args->pathname); in mapexec_brand() 215 uprintf("%s: Cannot read %s\n", exec_file, args->pathname); in mapexec_brand() 220 uprintf("%s: Nothing to load in %s", exec_file, args->pathname); in mapexec_brand() 230 uprintf("%s: Cannot map %s\n", exec_file, args->pathname); in mapexec_brand() 265 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument 336 uprintf("%s: Bad entry point\n", exec_file); in elfexec() 379 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec() 530 exec_file); in elfexec() 548 exec_file); in elfexec() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | brand.c | 604 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 D | exec.c | 207 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/uts/common/exec/intp/ |
H A D | intp.c | 190 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 D | sn1_brand.c | 224 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 D | inc.flg | 33 exec_file usr/src/lib/libuutil/inc.flg
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | exec.h | 183 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/lib/ |
H A D | req.flg | 34 exec_file usr/src/cmd/req.flg
|
/illumos-gate/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 393 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()
|