Home
last modified time | relevance | path

Searched refs:spawn (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dexecve.cc44 int err = posix_spawn(&vroot_args.spawn.pid, path, NULL, in spawn_thunk()
45 vroot_args.spawn.attr, vroot_args.spawn.argv, in spawn_thunk()
46 vroot_args.spawn.environ); in spawn_thunk()
50 vroot_args.spawn.pid = -1; in spawn_thunk()
62 vroot_args.spawn.argv = argv; in spawn_vroot()
63 vroot_args.spawn.environ = environ; in spawn_vroot()
64 vroot_args.spawn.attr = attr; in spawn_vroot()
65 vroot_args.spawn.pid = -1; in spawn_vroot()
67 return (vroot_args.spawn.pid); in spawn_vroot()
/illumos-gate/usr/src/test/os-tests/tests/spawn/
H A DMakefile17 spawn-syscall
23 ROOTOPTSPAWN = $(ROOTOPTDIR)/spawn
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c106 static pid_t path_pfexecve(Shell_t *shp,const char *path, char *argv[],char *const envp[],int spawn) in path_pfexecve() argument
111 if(spawn) in path_pfexecve()
155 static pid_t path_xargs(Shell_t *shp,const char *path, char *argv[],char *const envp[], int spawn) in path_xargs() argument
173 if(!spawn) in path_xargs()
198 if(saveargs || av<avlast || (exitval && !spawn)) in path_xargs()
213 else if(spawn && !sh_isoption(SH_PFSH)) in path_xargs()
218 return(_spawnveg(shp,path,argv,envp,spawn>>1)); in path_xargs()
224 return(path_pfexecve(shp,path,argv,envp,spawn)); in path_xargs()
227 if(!spawn) in path_xargs()
1049 …n(Shell_t *shp,const char *opath,register char **argv, char **envp, Pathcomp_t *libpath, int spawn) in path_spawn() argument
[all …]
/illumos-gate/usr/src/lib/libc/common/sys/
H A D__spawn.S26 SYSCALL2_RVAL1(__spawn, spawn)
/illumos-gate/usr/src/test/smbclient-tests/cmd/scripts/
H A Dsmbutil.exp38 spawn smbutil login $name
H A Dpasswd.exp39 spawn passwd $name
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h80 } spawn; member
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run78 [/opt/os-tests/tests/spawn]
79 tests = ['spawn-syscall.32', 'spawn-syscall.64']
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib6 hdr locale,ndir,nl_types,process,spawn,syslog,utime,vfork
35 lib spawn,spawnve,spawnveg
51 mem inheritance.pgroup spawn.h
244 tst lib_posix_spawn unistd.h stdlib.h spawn.h -Dfork=______fork note{ posix_spawn exists and it wor…
248 #include <spawn.h>
358 tst lib_spawn_mode unistd.h stdlib.h note{ first spawn arg is mode and it works }end execute{
/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile58 spawn \
/illumos-gate/usr/src/man/man3head/
H A DManlink216 spawn.h.3head
217 spawn.3head
H A DMakefile78 spawn.h.3head \
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum139 spawn 143
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum137 spawn 143
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dspawnveg.c125 return spawn(path, 0, (int*)0, &inherit, (const char**)argv, (const char**)envv);
/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs15 # spawn a shell and redefine POUND_SIGN if it is already defined (e.g.
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m296 dir path=opt/os-tests/tests/spawn
297 file path=opt/os-tests/tests/spawn/spawn-syscall.32 mode=0555
298 file path=opt/os-tests/tests/spawn/spawn-syscall.64 mode=0555
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c81 int64_t spawn(void *, void *, uint32_t, void *, uint32_t);
607 /* 143 */ SYSENT_2CI("spawn", spawn, 5),
968 /* 143 */ SYSENT_2CI("spawn", spawn, 5),
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs52 2. Some of the Lua standard libraries do file I/O or spawn processes, but
/illumos-gate/usr/src/cmd/init/
H A Dinit.c585 static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
1285 spawn(pp, &cmd); in spawn_processes()
1319 spawn(pp, &cmd); in spawn_processes()
1322 spawn(pp, &cmd); in spawn_processes()
1337 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) in spawn() function
/illumos-gate/usr/src/head/
H A DMakefile171 spawn.h \
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlib12 #define _hdr_spawn 1 /* #include <spawn.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib12 #define _hdr_spawn 1 /* #include <spawn.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlib12 #define _hdr_spawn 1 /* #include <spawn.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib12 #define _hdr_spawn 1 /* #include <spawn.h> ok */

12