/titanic_51/usr/src/uts/common/os/ |
H A D | priv_defs | 37 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 [all...] |
/titanic_51/usr/src/cmd/csh/ |
H A D | sh.proc.h | 18 * C shell - process structure declarations 22 * Structure for each process the shell knows about: 29 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 60 #define PDUMPED (1<<9) /* process dumped core */ argument 65 #define PPTIME (1<<14) /* time individual process */ 68 #define PNULL (struct process *)0 81 struct process proclist; /* list head of all processes */ 84 struct process *pholdjo 32 p_cwdprocess global() argument 33 p_flagsprocess global() argument 34 p_reasonprocess global() argument 35 p_indexprocess global() argument 36 p_pidprocess global() argument [all...] |
H A D | sh.proc.c | 29 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 *f in pchild() [all...] |
/titanic_51/usr/src/cmd/init/ |
H A D | init.c | 42 * init(1M) is the general process spawning program. Its primary job is to 72 * Because init(1M) no longer governs the startup process, its knowledge of 91 #include <sys/contract/process.h> 258 #define OFF 0 /* Kill process if on, else ignore */ 259 #define RESPAWN 1 /* Continuously restart process when it dies */ 261 #define ONCE 2 /* Start process, do not respawn when dead */ 310 /* process */ 316 short p_exit; /* Exit status of a process which died */ 327 * if process is dead. 329 * NAMED This process ha 998 struct PROC_TABLE *process; remv() local 1325 spawn(struct PROC_TABLE * process,struct CMD_LINE * cmd) spawn() argument 1466 struct PROC_TABLE *process; findpslot() local 1894 struct PROC_TABLE *process; killproc() local 2048 struct PROC_TABLE *process, *oprocess; boot_init() local 2270 struct PROC_TABLE *process; siglvl() local 2365 struct PROC_TABLE *process; childeath_single() local 2454 efork(int action,struct PROC_TABLE * process,int modes) efork() argument 2570 waitproc(struct PROC_TABLE * process) waitproc() argument 2660 account(short state,struct PROC_TABLE * process,char * program) account() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | jobs.h | 74 struct process struct 76 struct process *p_nxtjob; /* next job structure */ argument 77 struct process *p_nxtproc; /* next process in current job */ argument 83 pid_t p_pid; /* process id */ argument 84 pid_t p_pgrp; /* process group */ argument 85 pid_t p_fgrp; /* process group when stopped */ argument 86 short p_job; /* job number of process */ argument 99 struct process *pwlist; /* head of process lis argument [all...] |
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | jobs.h | 58 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_51/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 65 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_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 66 static struct process *pwfg; 79 errormsg(SH_DICT,ERROR_exit(1),"%s: invalid process id",str); in pid_fromstring() 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 dumm 283 job_cowalk(int (* fun)(struct process *,int),int arg,char * name) job_cowalk() argument 909 job_walk(Sfio_t * file,int (* fun)(struct process *,int),int arg,char * joblist[]) job_walk() argument [all...] |
/titanic_51/usr/src/cmd/soelim/ |
H A D | soelim.c | 20 * soelim - a filter to process n/troff input eliminating .so's 44 (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_51/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 50 static int process(); 58 * - return the result of process if data is received 75 return(process(0,peek_ptr)); in poll_data() 102 return(process(fds[0].fd,ptr)); in poll_data() 110 * process - process the data 118 process( in process() function 139 debug("in process: EOF encountered"); in process()
|
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 459 [ 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,2K,deny)" ], 475 [ 0, 0, { "allowunits" => 1 }, "rctl13:175::::process.max-core-size=(priv,10Mb,deny),(priv,2GB,deny)" ], 476 [ 0, 0, { "allowunits" => 1 }, "rctl14:176::::process [all...] |
/titanic_51/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 84 * - process(filename) to print the size information in the object file 102 extern void process(); in main() 177 oneflag++; /* only one file to process */ in main() 217 process(elf); in main() 231 process(elf); in main()
|
/titanic_51/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | emac.c | 241 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_51/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 73 static void process(); 165 process(); in main() 220 * We are the child process now. in startup() 292 process() in process() function 364 fail ("Failed to fork child process (%s).\n", PERROR); in background()
|
/titanic_51/usr/src/lib/libbsm/ |
H A D | audit_class.txt | 62 0x00100000:ps:process start/stop 63 0x00200000:pm:process modify 64 0x00300000:pc:process (meta-class)
|
/titanic_51/usr/src/ucbcmd/mkstr/ |
H A D | mkstr.c | 70 static void process(void); 130 process(); in main() 138 process(void) in process() function
|
/titanic_51/usr/src/cmd/checknr/ |
H A D | checknr.c | 147 static int nfiles; /* number of files to process */ 155 static void process(FILE *f); 260 process(f); 264 process(stdin); 278 process(FILE *f) in process() function 318 * At this point we process the line looking in process()
|
/titanic_51/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 239 (void) strcat(buf, " in process "); in lock_error() 243 (void) strcat(buf, " in process "); in lock_error() 272 int process; in rwlock_error() local 299 process = (rcopy.rwlock_type & USYNC_PROCESS); in rwlock_error() 312 if (process) { in rwlock_error() 313 (void) strcat(buf, " in process "); in rwlock_error() 320 if (process) { in rwlock_error() 321 (void) strcat(buf, " in process "); in rwlock_error()
|
/titanic_51/usr/src/boot/sys/boot/ |
H A D | README | 4 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_51/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 165 * in a directory of interest. If the object is a file, process() checks 169 * If the file is a service bundle file, and the CHECKHASH flag is set process() 183 process(const char *fn, const struct stat *sp, int ftw_type, in process() function 246 * repository handle is used in process() to communicate with the appropriate 269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) { in find_manifests()
|
/titanic_51/usr/src/lib/libc/i386/crt/ |
H A D | _rtboot.s | 31 / data into the process' address space and created the process 34 / on entry, the process stack looks like this:
|
/titanic_51/usr/src/cmd/vi/misc/ |
H A D | mkstr.c | 99 process(); 105 process() in process() function
|
/titanic_51/usr/src/cmd/xstr/ |
H A D | xstr.c | 38 void process(char *); 110 process("x.c"); in main() 126 process(char *name) in process() function
|
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | StatisticList.java | 620 private final void process() in process() method in StatisticOperations 723 process(); in onStatisticAdd() 735 process(); in onStatisticRemove()
|
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 222 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 i [all...] |