Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 175) sorted by relevance

1234567

/titanic_41/usr/src/uts/common/os/
H A Dpriv_defs37 Allows a process to request critical events without limitation.
38 Allows a process to request reliable delivery of all events on
43 Allows a process to set the service FMRI value of a process
48 Allows a process to observe contract events generated by
49 contracts created and owned by users other than the process's
51 Allows a process to open contract event endpoints belonging to
52 contracts created and owned by users other than the process's
57 Allow a process to access per-CPU hardware performance counters.
65 Allows DTrace process-level tracing.
66 Allows process-level tracing probes to be placed and enabled in
[all …]
/titanic_41/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
68 #define PNULL (struct process *)0
81 struct process proclist; /* list head of all processes */
84 struct process *pholdjob; /* one level stack of current jobs */
86 struct process *pcurrjob; /* current job */
87 struct process *pcurrent; /* current job in table */
88 struct process *pprevious; /* previous job in table */
H A Dsh.proc.c29 void pjwait(struct process *);
30 void pflush(struct process *);
31 void pclrcurr(struct process *);
34 void ptprint(struct process *);
36 void pstart(struct process *, int);
38 struct process *pgetcurr(struct process *);
39 struct process *pfind(tchar *);
51 struct process *pp; in pchild()
52 struct process *fp; in pchild()
164 struct process *pp; in pnote()
[all …]
/titanic_41/usr/src/cmd/init/
H A Dinit.c998 struct PROC_TABLE *process; in remv() local
1010 for (process = proc_table; in remv()
1011 (process < proc_table + num_proc); process++) { in remv()
1012 process->p_flags &= ~TOUCHED; in remv()
1020 for (process = proc_table; in remv()
1021 (process < proc_table + num_proc); process++) { in remv()
1022 if ((process->p_flags & OCCUPIED) == 0 || in remv()
1023 !id_eq(process->p_id, cmd.c_id)) in remv()
1039 (process->p_flags & DEMANDREQUEST) == 0)) { in remv()
1040 if (process->p_flags & LIVING) { in remv()
[all …]
/titanic_41/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
78 struct process *pwlist; /* head of process list */ argument
161 extern int job_walk(Sfio_t*,int(*)(struct process*,int),int,char*[]);
162 extern int job_kill(struct process*,int);
173 extern int job_list(struct process*,int);
174 extern int job_terminate(struct process*,int);
175 extern int job_switch(struct process*,int);
/titanic_41/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*);
140 static void job_reset(struct process*);
[all …]
/titanic_41/usr/src/cmd/soelim/
H A Dsoelim.c44 (void)process(STDIN_NAME); in main()
48 (void)process(argv[0]); in main()
55 int process(file) in process() function
116 if (process(fname) < 0)
/titanic_41/usr/src/cmd/ttymon/
H A Dtmpeek.c50 static int process();
75 return(process(0,peek_ptr)); in poll_data()
102 return(process(fds[0].fd,ptr)); in poll_data()
118 process( in process() function
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t459 [ 0, 0, {}, "rctl2:164::::process.max-port-events=(basic,1000,deny)" ],
468 [ 0, 0, {}, "rctl7:169::::process.max-msg-messages=(priv,10,deny)" ],
469 [ 0, 0, { "allowunits" => 1 }, "rctl8:170::::process.max-msg-qbytes=(priv,10000kb,deny)" ],
470 [ 0, 0, {}, "rctl8:170::::process.max-msg-qbytes=(priv,10000,deny)" ],
471 [ 0, 0, {}, "rctl9:171::::process.max-sem-ops=(priv,10000000,deny)" ],
472 [ 0, 0, {}, "rctl10:172::::process.max-sem-nsems=(basic,1,deny)" ],
473 [ 0, 0, { "allowunits" => 1 }, "rctl11:173::::process.max-address-space=(priv,2GB,deny)" ],
474 …[ 0, 0, { "allowunits" => 1 }, "rctl12:174::::process.max-file-descriptor=(basic,1K,deny),(basic,2…
475 …[ 0, 0, { "allowunits" => 1 }, "rctl13:175::::process.max-core-size=(priv,10Mb,deny),(priv,2GB,den…
476 …[ 0, 0, { "allowunits" => 1 }, "rctl14:176::::process.max-stack-size=(priv,1.8Gb,deny),(priv,100MB…
[all …]
/titanic_41/usr/src/cmd/sgs/size/common/
H A Dmain.c102 extern void process(); in main()
217 process(elf); in main()
231 process(elf); in main()
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep36 code. The basic concept is to have a multi-process server
37 implementation where one process, the "monitor" is privileged and
182 It is entirely possible to have one-process server implementation
200 privilege: one process running as a special user, "sshd," for
202 authentication, and one process running as the actual user that logs
253 - process a re-key protocol messages
254 - get keys negotiated during re-keying to the session process to it
257 Logout auditing is done when the session process dies and so does
280 - The sshd server process (the one that will become a monitor)
281 forks a child process before the key exchange starts. The reason
[all …]
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c73 static void process();
165 process(); in main()
292 process() in process() function
/titanic_41/usr/src/lib/libbsm/
H A Daudit_class.txt62 0x00100000:ps:process start/stop
63 0x00200000:pm:process modify
64 0x00300000:pc:process (meta-class)
/titanic_41/usr/src/ucbcmd/mkstr/
H A Dmkstr.c70 static void process(void);
130 process(); in main()
138 process(void) in process() function
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/
H A Ddbug.c58 const char *func, const char *process);
62 long lineno, const char *file, const char *process);
998 const char *process) in dotrace() argument
1008 process)) { in dotrace()
1063 const char *file, const char *process) in doprefix() argument
1078 if (dbug_state_object_p->sf_process && process) in doprefix()
1079 fprintf(dbug_state_object_p->s_out_file, "%s: ", process); in doprefix()
/titanic_41/usr/src/cmd/checknr/
H A Dchecknr.c155 static void process(FILE *f);
260 process(f);
264 process(stdin);
278 process(FILE *f) in process() function
/titanic_41/usr/src/lib/libc/port/threads/
H A Dassfail.c262 int process; in rwlock_error() local
289 process = (rcopy.rwlock_type & USYNC_PROCESS); in rwlock_error()
302 if (process) { in rwlock_error()
310 if (process) { in rwlock_error()
/titanic_41/usr/src/cmd/svc/common/
H A Dmanifest_find.c183 process(const char *fn, const struct stat *sp, int ftw_type, in process() function
269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) { in find_manifests()
/titanic_41/usr/src/lib/libc/i386/crt/
H A D_rtboot.s31 / data into the process' address space and created the process
/titanic_41/usr/src/cmd/vi/misc/
H A Dmkstr.c99 process();
105 process() in process() function
/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c38 void process(char *);
110 process("x.c"); in main()
126 process(char *name) in process() function
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java620 private final void process() in process() method in StatisticOperations
723 process(); in onStatisticAdd()
735 process(); in onStatisticRemove()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod222 Returns the home lgroup for the given process or thread. The B<$idtype> argument
223 should be C<P_PID> to specify a process and the B<$id> argument should be its
224 process id. Otherwise, the B<$idtype> argument should be C<P_LWPID> to specify a
226 used for the id argument to specify the current process or thread.
229 the specified process or thread. Otherwise, B<undef> is returned and B<$!> is
390 the process or set for all the LWPs of the process with process id (PID) B<$id>.
391 The affinity is retrieved or set for the LWP of the current process with LWP id
393 process is specified.
572 Returns the home lgroup for the given process or thread. This is a wrapper for
664 The effective user of the calling process does not have appropriate privileges,
[all …]
/titanic_41/usr/src/cmd/sed/
H A Dextern.h55 void process(void);
/titanic_41/usr/src/cmd/sgs/size/
H A DMakefile.com32 COMOBJS= main.o process.o fcns.o

1234567