Searched defs:process (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c66 void process(bool);
245 * Record the interrupt states from the parent process.
545 * The argument to process indicates whether it should
549 process(setintr);
721 process(0); /* 0 -> blow away on errors */
752 * If process reset() (effectively an unwind) then
900 * is a stripped down process), and `...` evaluation which is run
911 process(bool catch) function
1033 * process group in order to avoid race
1223 static int my_pid; /* The process i
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c348 * couldn't process it in-place -- add it to the
372 * to process it.
408 leaky_do_grep_ptr(uintptr_t loc, int process) argument
432 if (process)
450 * This may be used to manually process a marked buffer.
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c31 * queues them for handling by an instance of process() for conversion to syslog
32 * message(s). There is one process thread per plugin.
37 * the process threads. The input thread moves buffers from the pool
38 * to the queue and the process thread puts them back.
41 * process queues; this is to minimize the number of buffer copies
105 static void process(plugin_t *);
414 * process return values from plugin_open
468 /* tell process(p) to exit and dlclose */
509 (void *(*)(void *))process, p)) {
823 "process wai
1182 process(plugin_t *p) function
[all...]
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c141 static void process(Elf *, char *);
163 * calls each_file() to process each file.
391 * to process each member of the archive in the same manner
394 * If it is an ELF object file, process it; otherwise
470 process(elf_file, filename);
488 process(Elf *elf_file, char *filename) function
633 process(arf, p_ar->ar_name);
/illumos-gate/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 */
/illumos-gate/usr/src/cmd/init/
H A Dinit.c42 * 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; local
1325 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) argument
1466 struct PROC_TABLE *process; local
1894 struct PROC_TABLE *process; local
2048 struct PROC_TABLE *process, *oprocess; local
2270 struct PROC_TABLE *process; local
2365 struct PROC_TABLE *process; local
2454 efork(int action, struct PROC_TABLE *process, int modes) argument
2570 waitproc(struct PROC_TABLE *process) argument
2660 account(short state, struct PROC_TABLE *process, char *program) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h324 * required to process the
1256 krb5_preauth_process_proc process; member in struct:_krb5_preauth_ops
1575 pid_t pid; /* fork safety: PID of process that did last PKCS11 init */

Completed in 66 milliseconds

12