Searched refs:process (Results 1 - 25 of 83) sorted by relevance

1234

/osnet-11/usr/src/lib/libshell/common/include/
H A Djobs.h74 struct process struct
76 struct process *p_nxtjob; /* next job structure */
77 struct process *p_nxtproc; /* next process in current job */
82 pid_t p_pid; /* process id */
83 pid_t p_pgrp; /* process group */
84 pid_t p_fgrp; /* process group when stopped */
85 short p_job; /* job number of process */
98 struct process *pwlist; /* head of process lis
[all...]
/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtboot.s31 / data into the process' address space and created the process
34 / on entry, the process stack looks like this:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dinteger.t82 ok (1, "dlcone is only 1 process, not 2");
123 my ($process, $sub) = @$_;
156 # my $bit = ok (($copy_s1 ^ $copy1) == 0, "$process $copy1 (bitpattern)");
162 my $bit = ok (($copy_s3 ^ $copy1) == 0, "$process $copy1 (bitpattern)");
169 "$process $copy1 (sign)");
178 fail ("$process $copy1");
179 fail ("$process $copy1");
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c65 static struct process *pwfg;
121 static struct process *job_bypid(pid_t);
122 static struct process *job_byjid(int);
126 static struct process *job_unpost(struct process*,int);
127 static void job_unlink(struct process*);
128 static void job_prmsg(struct process*);
129 static struct process *freelist;
132 static struct process dummy;
139 static void job_set(struct process*);
265 job_cowalk(int (*fun)(struct process*,int),int arg,char *name) argument
886 job_walk(Sfio_t *file,int (*fun)(struct process*,int),int arg,char *joblist[]) argument
[all...]
/osnet-11/usr/src/lib/libcontract/
H A DMakefile.com31 process.o \
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsys_wait.in.h36 /* The following macros apply to an argument x, that is a status of a process,
64 /* True if the process dumped core. Not standardized by POSIX. */
82 # include <process.h>
86 /* The following macros apply to an argument x, that is a status of a process,
90 /* When an unhandled fatal signal terminates a process, the exit code is 3. */
95 /* The signal that terminated a process is not known posthum. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm120 sub process { subroutine
230 process($top, $op->private & OPpLVAL_INTRO ? "intro" : "used");
239 process($var, $op->private & OPpOUR_INTRO ? "intro" : "used");
260 process($top, $op->private & OPpLVAL_INTRO ||
276 process($top, $op->private & OPpLVAL_INTRO ? "intro" : "used");
302 process($top, "meth");
304 process($top, "subused");
320 process([$gv->STASH->NAME, "&", $gv->NAME], "subdef");
328 process([$gv->STASH->NAME, "", $gv->NAME], "formdef");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm15 IPC::Open2, open2 - open a process for both reading and writing
53 open2() returns the process ID of the child process. It doesn't return on
58 open2() does not wait for and reap the child process after it exits.
61 simple as calling C<waitpid $pid, 0> when you're done with the process.
73 over source code being run in the child process, you can't control
H A DOpen3.pm18 IPC::Open3, open3 - open a process for reading, writing, and error handling
50 open3() returns the process ID of the child process. It doesn't return on
56 C<open(FOO, "-|")> the child process will just be the forked Perl
57 process rather than an external command. This feature isn't yet
60 open3() does not wait for and reap the child process after it exits.
63 simple as calling C<waitpid $pid, 0> when you're done with the process.
80 over source code being run in the child process, you can't control
244 exec @cmd # XXX: wrong process to croak from
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainer.pm53 This can be used to pre-process Pod before using tools which do not
H A DFunctions.pm92 'Process' => 'Functions for processes and process groups',
206 fork Process create a new process just like this one
221 getpgrp Process get process group
222 getppid Process get parent process ID
246 kill Process send a signal to a process or process group
317 setpgrp Process set the process group of a process
318 setpriority Process set a process's nice value
371 wait Process wait for any child process t
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s96 / Try one last time to take out the process.
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s98 / Try one last time to take out the process.
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py53 def __init__(self, process):
54 self._process = process
55 self._in = process.stdin
56 self._out = process.stdout
129 Get a List[string] suitable to use when spawning a RAD process
135 debug boolean, run the spawned RAD process in debug mode
137 process
139 spawned RAD process
174 RAD process.
179 debug boolean, run the spawned RAD process i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm228 auto-login process. It resides in the user's home directory. The following
235 Identify a remote machine name. The auto-login process searches
255 the auto-login process will initiate a login using the
261 process will supply the specified string if the remote server
262 requires a password as part of the login process.
267 the auto-login process will supply the specified string
/osnet-11/usr/src/lib/libast/common/comp/
H A Dspawnveg.c25 * spawnveg -- spawnve with process group or session control
28 * 0 nothing [retain session and process group]
29 * 1 setpgid(0,0) [process group leader]
30 * >1 setpgid(0,pgid) [join process group]
89 #include <process.h>
140 #include <process.h>
/osnet-11/usr/src/lib/libc/port/threads/
H A Dassfail.c226 (void) strcat(buf, " in process ");
230 (void) strcat(buf, " in process ");
259 int process; local
286 process = (rcopy.rwlock_type & USYNC_PROCESS);
299 if (process) {
300 (void) strcat(buf, " in process ");
307 if (process) {
308 (void) strcat(buf, " in process ");
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs470 # Return an accounting record for the specified task or process. idtype is
471 # either P_TASKID or P_PID and id is a process or task id.
523 # either P_TASKID or P_PID and id is a process or task id. value may be either
598 # Write an accounting record for the specified task or process. idtype is
599 # either P_TASKID or P_PID, id is a process or task id and flags is either
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess_dump.c29 #include <sys/contract/process.h>
64 s = dgettext(TEXT_DOMAIN, "process %d was created\n");
67 s = dgettext(TEXT_DOMAIN, "process %d exited\n");
70 s = dgettext(TEXT_DOMAIN, "process %d dumped core\n");
74 "process %d received a fatal signal\n");
78 "process %d was killed by a hardware error\n");
81 s = dgettext(TEXT_DOMAIN, "process %d sent an unknown event\n");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm162 capture the STDERR of the process as well.
165 STDERR of the process.
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c28 #include <sys/contract/process.h>
92 fd = open64(CTFS_ROOT "/process/template", O_RDWR);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dpreauth_plugin.h124 * information to enable it to process a request.
171 * called when beginning to process a get_init_creds request and the
282 * called when beginning to process a get_init_creds request and the
297 preauth_client_process_proc process; member in struct:krb5plugin_preauth_client_ftable_v1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm79 process IDs with priority.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH194 * available to get the list of process groups. If unavailable, multiple
208 * process group id.
214 * routine is available to get the current process group.
220 * available to get the parent process ID.
226 * available to get a process's priority.
239 * to kill process groups. If unavailable, you probably should use kill
240 * with a negative process number.
314 * to create directories. Otherwise you should fork off a new process to
366 * available to suspend a process until a signal is received.
372 * available to create an inter-process channe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm214 Returns the process id of the last process that performed an operation

Completed in 61 milliseconds

1234