Home
last modified time | relevance | path

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

12345678

/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1010 struct PROC_TABLE *process; in remv() local
1022 for (process = proc_table; in remv()
1023 (process < proc_table + num_proc); process++) { in remv()
1024 process->p_flags &= ~TOUCHED; in remv()
1032 for (process = proc_table; in remv()
1033 (process < proc_table + num_proc); process++) { in remv()
1034 if ((process->p_flags & OCCUPIED) == 0 || in remv()
1035 !id_eq(process->p_id, cmd.c_id)) in remv()
1051 (process->p_flags & DEMANDREQUEST) == 0)) { in remv()
1052 if (process->p_flags & LIVING) { in remv()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c27 static struct process *pprevious;
29 static struct process proclist;
30 static struct process *pcurrent;
31 struct process *pcurrjob;
32 static struct process *pholdjob;
36 void pjwait(struct process *);
37 void pflush(struct process *);
38 void pclrcurr(struct process *);
41 void ptprint(struct process *);
43 void pstart(struct process *, int);
[all …]
H A Dsh.proc.h27 struct process { struct
28 struct process *p_next; /* next in global "proclist" */ argument
29 struct process *p_friends; /* next in job list (or self) */ argument
66 #define PNULL (struct process *)0
79 extern struct process *pcurrjob; /* current job */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h74 struct process struct
76 struct process *p_nxtjob; /* next job structure */ argument
77 struct process *p_nxtproc; /* next process in current job */ argument
99 struct process *pwlist; /* head of process list */ argument
192 extern int job_walk(Sfio_t*,int(*)(struct process*,int),int,char*[]);
193 extern int job_kill(struct process*,int);
204 extern int job_list(struct process*,int);
205 extern int job_terminate(struct process*,int);
206 extern int job_hup(struct process *, int);
207 extern int job_switch(struct process*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c66 static struct process *pwfg;
138 static struct process *job_bypid(pid_t);
139 static struct process *job_byjid(int);
143 static struct process *job_unpost(struct process*,int);
144 static void job_unlink(struct process*);
145 static void job_prmsg(struct process*);
146 static struct process *freelist;
149 static struct process dummy;
156 static void job_set(struct process*);
157 static void job_reset(struct process*);
[all …]
/illumos-gate/usr/src/cmd/soelim/
H A Dsoelim.c43 (void)process(STDIN_NAME); in main()
47 (void)process(argv[0]); in main()
54 int process(file) in process() function
115 if (process(fname) < 0)
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsubmitting-patches.md4 Sparse uses a patch submit process similar to the Linux Kernel
5 [Submitting Patches](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html)
8 Kernel submitting process.
14 2. [Coding Style](https://www.kernel.org/doc/html/v4.12/process/coding-style.html) remains the same.
18 …e as [Linux Kernel Sign your work](https://www.kernel.org/doc/html/v4.12/process/submitting-patche…
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgetnr2tm.awk59 function process(w) { function
66 process($1); nlines++;
69 if(w)process(w); t=1; print NR " lines in " t " sec: " NR+0 " lines/sec; nlines=" nlines;
H A Dmanglprm.awk23 { process($0) }
30 function process(s, n,parts) function
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c47 static int process(int, struct strbuf *);
72 return (process(0, peek_ptr)); in poll_data()
98 return (process(fds[0].fd, ptr)); in poll_data()
114 process( in process() function
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c98 extern void process(); in main()
208 process(elf); in main()
222 process(elf); in main()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dpsignal.ksh51 hello world : Segmentation Fault ( from process 0 )
52 Information Request ( from process 0 )
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.sh55 process() function
114 process $i > ${base}_ndr.c || {
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c68 static void process(void);
128 process(); in main()
136 process(void) in process() function
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_class.txt60 0x00100000:ps:process start/stop
61 0x00200000:pm:process modify
62 0x00300000:pc:process (meta-class)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c71 static void process();
163 process(); in main()
290 process() in process() function
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c157 static void process(FILE *f);
262 process(f);
266 process(stdin);
280 process(FILE *f) in process() function
/illumos-gate/usr/src/boot/
H A DREADME.loader4 to explain how to manage the loader configuration process.
5 The boot and loading process is either defined, or being
17 setting up your boot process. It includes information on
21 the process is still undergoing development, and will still
28 After the first two stages in the booting process (described
29 in boot(8)), the last stage of the booting process, called
191 sysinstall process.
207 configuration process.
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c259 int process; in rwlock_error() local
286 process = (rcopy.rwlock_type & USYNC_PROCESS); in rwlock_error()
299 if (process) { in rwlock_error()
307 if (process) { in rwlock_error()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod220 Returns the home lgroup for the given process or thread. The B<$idtype> argument
221 should be C<P_PID> to specify a process and the B<$id> argument should be its
222 process id. Otherwise, the B<$idtype> argument should be C<P_LWPID> to specify a
224 used for the id argument to specify the current process or thread.
227 the specified process or thread. Otherwise, B<undef> is returned and B<$!> is
388 the process or set for all the LWPs of the process with process id (PID) B<$id>.
389 The affinity is retrieved or set for the LWP of the current process with LWP id
391 process is specified.
570 Returns the home lgroup for the given process or thread. This is a wrapper for
662 The effective user of the calling process does not have appropriate privileges,
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c36 void process(char *);
108 process("x.c"); in main()
124 process(char *name) in process() function
/illumos-gate/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()

12345678