Home
last modified time | relevance | path

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

12345678

/titanic_54/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_54/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_54/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_54/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);
/titanic_54/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 …]
/titanic_54/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_54/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_54/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_54/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_54/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c241 int process = 0; in CheckForNewPacket() local
243 process = 0; in CheckForNewPacket()
246 process = 1; in CheckForNewPacket()
252 if (!process) in CheckForNewPacket()
254 process = i; in CheckForNewPacket()
331 p_rxBD[process].address &= ~0x01; in CheckForNewPacket()
/titanic_54/usr/src/ucbcmd/mkstr/
H A Dmkstr.c70 static void process(void);
130 process(); in main()
138 process(void) in process() function
/titanic_54/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c73 static void process();
165 process(); in main()
292 process() in process() function
/titanic_54/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_54/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_54/usr/src/lib/libc/port/threads/
H A Dassfail.c272 int process; in rwlock_error() local
299 process = (rcopy.rwlock_type & USYNC_PROCESS); in rwlock_error()
312 if (process) { in rwlock_error()
320 if (process) { in rwlock_error()
/titanic_54/usr/src/boot/sys/boot/
H A DREADME4 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.
/titanic_54/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_54/usr/src/lib/libc/i386/crt/
H A D_rtboot.s31 / data into the process' address space and created the process
/titanic_54/usr/src/cmd/vi/misc/
H A Dmkstr.c99 process();
105 process() in process() function
/titanic_54/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_54/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_54/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_54/usr/src/cmd/newform/
H A Dnewform.c130 static void process(FILE *);
158 process(fp); in main()
163 process(stdin); in main()
691 process(FILE *fp) /* Process one line of input */ in process() function
/titanic_54/usr/src/cmd/sgs/size/
H A DMakefile.com32 COMOBJS= main.o process.o fcns.o

12345678