| /onnv/onnv-gate/usr/src/lib/brand/sn1/sn1_brand/sparc/ |
| sn1_runexe.s | 54 * frame pointers to their values when this processes first started 76 jmp %o1 ! jump to the target processes entry point
|
| /onnv/onnv-gate/usr/src/lib/brand/solaris10/s10_brand/sparc/ |
| s10_runexe.s | 54 * frame pointers to their values when this processes first started 76 jmp %o1 ! jump to the target processes entry point
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| utility.c | 127 * of processes of a certain type that are running at a given time. This 128 * process is used to check the number of existing processes, to determine 131 * The strategy is that all processes of a given type will place a lock 140 * processes that are to be counted. 141 * maxCount - Maximum number of allowable processes. 159 register int processes; /* Count of processes. */ local 171 processes = cuantos(namePrefix, directory); 172 if (processes <= maxCount) 182 * This is used to count the number of processes of a certai [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| integer.t | 49 my @processes = (["dclone", \&do_clone], 71 plan tests => @processes * @numbers * 5; 122 foreach (@processes) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
| cpan | 29 These options are mutually exclusive, and the script processes 56 These options are mutually exclusive, and the script processes
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| rdlist.h | 67 extern list_t processes; /* list of processes */
|
| rdlist.c | 37 * This procedure stores the current state of the lists (lwps, processes, 109 * This procedure restores the last state of the lists (lwps, processes, 209 case L_PRC_SI : list = &processes; 300 case L_PRC_SI : list = &processes;
|
| rdimpl.c | 60 list_t lwps; /* list of lwps/processes */ 63 list_t processes; /* list of processes */ variable 340 /* normalize total mem and cpu across all processes. */ 536 * about processes from /proc/pid/usage file. 630 list_update(&processes, lwp); 635 list_refresh_id(&processes); 682 list_clear(&processes); 707 list_alloc(&processes, LT_PROCESS); 712 list_init(&processes, LT_PROCESS) [all...] |
| rds.c | 57 extern list_t processes; /* list of processes */ 231 "-p\t\t- print stats for all processes\n" \ 1009 list_print(&processes, pid);
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| DataModel.java | 95 protected HashMap processes = new HashMap(PROCESSESHASHSIZE); field in class:DataModel 231 if ((pdm = (ProcessDataModel) processes.get(pidI)) == null) { 235 processes.put(pidI, pdm); 332 * Returns an iterator over the Processes. 336 return processes.values().iterator(); 421 * Remove all dead processes, users or projects. 425 cleanUpList(processes);
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| README | 27 processes (the -R2 option), supports an interactive mode (-i option), suppresses 40 1: Use separate read and write processes. The -R2 option gets it or if you want 59 on all small printers (eg. LaserWriters or PS-800s) and use two processes on faster 70 accomplishes the same thing, but runs postio as separate read and write processes,
|
| /onnv/onnv-gate/usr/src/cmd/mdb/ |
| README | 29 live operating system, operating system crash dumps, user processes, user
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| Fast.pm | 87 turning them into persistently running server processes. Scripts 88 that perform time-consuming initialization processes, such as 144 FastCgiServer /usr/etc/httpd/fcgi-bin/file_upload.fcgi -processes 2
|
| /onnv/onnv-gate/usr/src/tools/pmodes/ |
| README.pmodes | 61 In default mode of operation, pmodes processes each argument.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
| Typemap.pm | 20 takes a variable, processes it through the OUTPUT typemap and then
|
| /onnv/onnv-gate/usr/src/lib/libdhcpsvc/private/ |
| README.synch | 34 multiple processes, multiple threads within a single process, multiple 35 threads within multiple processes, and multiple threads within multiple 36 processes on multiple machines.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
| Semaphore.pm | 209 Returns the number of processes waiting for the semaphore C<SEM> to 223 Returns the number of processes waiting for the semaphore C<SEM> to
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
| FirstTime.pm | 353 run \'make\' and \'make install\' in processes. If you have any 392 Sometimes you may wish to leave the processes run by CPAN alone 397 If you set this value to 0, these processes will wait forever. This is
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| priv_defs | 67 processes to which the user has permissions. 73 examine processes to which the user has permissions. 274 Allows a process to examine the status of processes other 275 than those it can send signals to. Processes which cannot 284 Allows a process to send signals to other processes, inspect 285 and modify process state to other processes regardless of 293 Allows a process to bind arbitrary processes to CPUs. 303 Allows a process to send signals or trace processes outside its 317 Allows a process to trace or send signals to processes in 379 for processes which do not have all zone privileges asserted [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/demo/ |
| README | 34 operating system crash dumps, user processes, user process core dumps, and 122 might want to do with MDB: print a formatted table of active processes, 139 Using the ::simple_ps dcmd you can obtain a formatted listing of processes:
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| Functions.t | 125 Functions for processes and process groups:
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| errlist | 49 10 No child processes
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| Pipe.pm | 198 processes.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| Std.pm | 21 The getopt() function processes single-character switches with switch
|
| /onnv/onnv-gate/usr/src/cmd/logadm/ |
| tester | [all...] |