Searched defs:process (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Xref.pm | 120 sub process { subroutine 230 process($top, $op->private & OPpLVAL_INTRO ? "intro" : "used"); 239 process($var, $op->private & OPpOUR_INTRO ? "intro" : "used"); 260 process($top, $op->private & OPpLVAL_INTRO || 276 process($top, $op->private & OPpLVAL_INTRO ? "intro" : "used"); 302 process($top, "meth"); 304 process($top, "subused"); 320 process([$gv->STASH->NAME, "&", $gv->NAME], "subdef"); 328 process([$gv->STASH->NAME, "", $gv->NAME], "formdef");
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | jobs.h | 74 struct process struct 76 struct process *p_nxtjob; /* next job structure */ 77 struct process *p_nxtproc; /* next process in current job */ 82 pid_t p_pid; /* process id */ 83 pid_t p_pgrp; /* process group */ 84 pid_t p_fgrp; /* process group when stopped */ 85 short p_job; /* job number of process */ 98 struct process *pwlist; /* head of process lis [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | preauth_plugin.h | 124 * information to enable it to process a request. 171 * called when beginning to process a get_init_creds request and the 282 * called when beginning to process a get_init_creds request and the 297 preauth_client_process_proc process; member in struct:krb5plugin_preauth_client_ftable_v1
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Perldoc.pm | 195 return $class -> new(@_) -> process() || 0; 375 sub process { subroutine 379 DEBUG > 1 and print " Beginning process.\n"; 1094 # for each process! So we tack on the tick count's lower
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 226 (void) strcat(buf, " in process "); 230 (void) strcat(buf, " in process "); 259 int process; local 286 process = (rcopy.rwlock_type & USYNC_PROCESS); 299 if (process) { 300 (void) strcat(buf, " in process "); 307 if (process) { 308 (void) strcat(buf, " in process ");
|
/osnet-11/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*); 265 job_cowalk(int (*fun)(struct process*,int),int arg,char *name) argument 886 job_walk(Sfio_t *file,int (*fun)(struct process*,int),int arg,char *joblist[]) argument [all...] |
/osnet-11/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 362 jobject process = NULL; local 396 * case of process termination and it can't hurt to handle it. 405 * process state not handled by the dtrace.c prochandler does 424 process = (*jenv)->NewObject(jenv, g_process_jc, g_procinit_jm, 434 (*jenv)->CallVoidMethod(jenv, process, g_procexit_jm, exit); 436 (*jenv)->DeleteLocalRef(jenv, process); 440 (*jenv)->CallVoidMethod(jenv, jc->dtjj_caller, g_proc_jm, process); 441 (*jenv)->DeleteLocalRef(jenv, process); 1450 /* Get pid of user process */ 1492 /* Get pid of user process */ [all...] |
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapmodify.c | 56 * For Solaris, ld is defined local to process() because 93 static int process( void *arg ); 192 rc = process(NULL); 201 if ( thr_create(NULL, 0, process, NULL, NULL, NULL) != 0 ) 216 rc = process(NULL); 238 process( void *arg ) function 533 /* Now check if there's something left to process */
|
Completed in 53 milliseconds