Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 32) sorted by relevance

12

/titanic_50/usr/src/cmd/csh/
H A Dsh.proc.h29 struct process { struct
30 struct process *p_next; /* next in global "proclist" */ argument
31 struct process *p_friends; /* next in job list (or self) */ argument
32 struct directory *p_cwd; /* cwd of the job (only in head) */
33 short unsigned p_flags; /* various job status flags */
34 tchar p_reason; /* reason for entering this state */
35 tchar p_index; /* shorthand job index */
36 int p_pid;
60 #define PDUMPED (1<<9) /* process dumped core */ argument
/titanic_50/usr/src/lib/libshell/common/include/
H A Djobs.h58 struct process struct
60 struct process *p_nxtjob; /* next job structure */ argument
61 struct process *p_nxtproc; /* next process in current job */ argument
62 pid_t p_pid; /* process id */ argument
63 pid_t p_pgrp; /* process group */ argument
64 pid_t p_fgrp; /* process group when stopped */ argument
65 short p_job; /* job number of process */ argument
78 struct process *pwlist; /* head of process list */ argument
/titanic_50/usr/src/cmd/soelim/
H A Dsoelim.c55 int process(file) in process() function
/titanic_50/usr/src/cmd/ttymon/
H A Dtmpeek.c118 process( in process() function
/titanic_50/usr/src/cmd/init/
H A Dinit.c998 struct PROC_TABLE *process; in remv() local
1325 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) in spawn()
1466 struct PROC_TABLE *process; in findpslot() local
1894 struct PROC_TABLE *process; in killproc() local
2048 struct PROC_TABLE *process, *oprocess; in boot_init() local
2270 struct PROC_TABLE *process; in siglvl() local
2365 struct PROC_TABLE *process; in childeath_single() local
2454 efork(int action, struct PROC_TABLE *process, int modes) in efork()
2570 waitproc(struct PROC_TABLE *process) in waitproc()
2660 account(short state, struct PROC_TABLE *process, char *program) in account()
/titanic_50/usr/src/cmd/sgs/size/common/
H A Dprocess.c68 process(Elf * elf) in process() function
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c292 process() in process() function
/titanic_50/usr/src/cmd/svc/common/
H A Dmanifest_find.c183 process(const char *fn, const struct stat *sp, int ftw_type, in process() function
/titanic_50/usr/src/cmd/vi/misc/
H A Dmkstr.c105 process() in process() function
H A Dxstr.c137 process(name) in process() function
/titanic_50/usr/src/ucbcmd/mkstr/
H A Dmkstr.c138 process(void) in process() function
/titanic_50/usr/src/cmd/who/
H A Dwho.c712 process() in process() function
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dpreauth_plugin.h286 preauth_client_process_proc process; member
/titanic_50/usr/src/lib/libc/port/threads/
H A Dassfail.c272 int process; in rwlock_error() local
/titanic_50/usr/src/cmd/checknr/
H A Dchecknr.c278 process(FILE *f) in process() function
/titanic_50/usr/src/cmd/xstr/
H A Dxstr.c126 process(char *name) in process() function
/titanic_50/usr/src/cmd/sed/
H A Dprocess.c90 process(void) in process() function
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c199 process(char *filename, int fd) in process() function
/titanic_50/usr/src/cmd/newform/
H A Dnewform.c691 process(FILE *fp) /* Process one line of input */ in process() function
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java620 private final void process() in process() method in StatisticOperations
/titanic_50/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpc.c455 process(int ac, char **av) in process() function
/titanic_50/usr/src/uts/common/contract/
H A Dprocess.c1073 const char *process, const char *global, const char *zone) in contract_process_core()
/titanic_50/usr/src/cmd/ldap/common/
H A Dldapmodify.c238 process( void *arg ) in process() function
/titanic_50/usr/src/cmd/auditd/
H A Ddoorway.c1182 process(plugin_t *p) in process() function
/titanic_50/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1324 process(obj_list * c, in process() function

12