Searched refs:process (Results 26 - 50 of 83) sorted by relevance

1234

/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c56 * 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 */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c243 if (ops->process == 0)
246 retval = ((ops)->process)(context, *pa, request, as_reply,
H A Dpreauth2.c142 if ((table->pa_type_list != NULL) && (table->process != NULL)) {
167 if ((table->pa_type_list != NULL) && (table->process != NULL)) {
193 context->modules[k].client_process = table->process;
981 /* process the key as password */
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist43 3 No such process
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_zio.c33 #include <sys/contract/process.h>
108 * a new process contract for the child, as required by
112 ctfd = open64("/system/contract/process/template", O_RDWR);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm220 C<ITIMER_VIRTUAL> counts time in (process) I<virtual time>; that is, only
221 when the process is running. In multiprocessor/user/CPU systems this
225 C<ITIMER_PROF> counts time when either the process virtual time or when
226 the operating system is running on behalf of the process (such as I/O).
285 # after that every 2.5 seconds, in process virtual time
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t125 Functions for processes and process groups:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs16 # AGG is an aggreagated do_now, as built up by &process
70 # &process then walks the tree, building aggregate "do_now" structres for
257 process($name.'_utf8',$e2u);
260 process('utf8_'.$name,$u2e);
561 # &process, or passing it in as 0 explicity.
578 # as it's easier to sort these in &process.
614 sub process
664 process(sprintf("%s_%02x",$name,$b),$next);
1050 Besides being used internally during the build process of the Encode
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c362 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/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL257 (L<perlpod>) into latex. It can process multiple input documents at a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs154 The T_SYSRET typemap is used to process return values from system calls.
683 This is similar to using T_OPAQUEPTR but can be used to process more than
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c364 goto process;
393 goto process;
652 goto process;
706 process:
1137 * This routine process all commands starting with ^X
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess.c30 #include <sys/contract/process.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm43 To allow programs to process arguments that look like switches, but aren't,
H A DLong.pm1901 sub process { ... }
1902 GetOptions ('width=i' => \$width, '<>' => \&process);
1909 C<process("arg1")> while C<$width> is C<80>,
1910 C<process("arg2")> while C<$width> is C<72>, and
1911 C<process("arg3")> while C<$width> is C<60>.
2095 errors. This makes it possible to write wrapper scripts that process
2167 terminating the invoking process.
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c88 #include <sys/contract/process.h>
H A Dzones_exec.c65 #include <sys/contract/process.h>
208 /* flush standard i/o before creating new process */
214 * create new process to execute command in;
216 * memory space - this means that the child process may
227 * This is the forked (child) process ======================
261 * This is the forking (parent) process ====================
324 /* break loop if child process status reaped */
338 * If the child process terminated due to a call to exit(), then
339 * set results equal to the 8-bit exit status of the child process;
378 * NOT returned, and the process wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm17 out a similar process for C programs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm64 holding the user time, system time, and realtime of the process while it was
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm223 Once this process completes for a given function, it is defined, so
H A DAutoSplit.pm117 the script or installation process that invokes C<AutoSplit> have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm352 Every Makefile.PL is run by perl in a separate process. Likewise we
395 kill a 'perl Makefile.PL' process after the specified time in seconds.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm87 in LDLOADLIBS. It is passed as an environment variable to the process
243 a library to the build process for an extension:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm195 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/brand/shared/zone/
H A Ddsconvert.ksh423 # This conversion process assumes no one uses temporary
587 The automated conversion process is complete.
601 print "\nThe automated conversion process is complete."

Completed in 52 milliseconds

1234