HomeSort by relevance Sort by last modified time
    Searched defs:process (Results 1 - 25 of 33) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/soelim/
soelim.c 20 * soelim - a filter to process n/troff input eliminating .so's
44 (void)process(STDIN_NAME);
48 (void)process(argv[0]);
55 int process(file) function
116 if (process(fname) < 0)
  /onnv/onnv-gate/usr/src/cmd/svc/mfstscan/
mfstscan.c 64 process(const char *fn, const struct stat *sp, int ftw_type, function
132 if (nftw(argv[i], process, MAX_DEPTH, FTW_MOUNT) == -1)
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmpeek.c 50 static int process();
58 * - return the result of process if data is received
75 return(process(0,peek_ptr));
102 return(process(fds[0].fd,ptr));
110 * process - process the data
118 process( function
139 debug("in process: EOF encountered");
  /onnv/onnv-gate/usr/src/cmd/vi/misc/
mkstr.c 99 process();
105 process() function
xstr.c 124 process("x.c");
137 process(name) function
  /onnv/onnv-gate/usr/src/cmd/sgs/size/common/
process.c 68 process(Elf * elf) function
101 * mation is not set, then process segments with the process_phdr function.
102 * Otherwise, process sections. For the default case, the first number
200 * If there is a program exection header, process segments. In the default
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
iscsi_sess.c 220 Boolean_t process = True; local
227 while (process == True) {
316 process = False;
350 Boolean_t process = True; local
489 process = False;
590 } while (process == True);
646 * Session reinstatement is the process of the initiator
mgmt.c 54 int process = True; local
62 process = False;
91 } while (process == True);
iscsi_conn.c 218 Boolean_t process = True; local
267 * process of logging in and we get a
308 process = False;
319 process = False;
396 } while (process == True);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpsched.c 73 static void process();
165 process();
220 * We are the child process now.
292 process() function
364 fail ("Failed to fork child process (%s).\n", PERROR);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
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");
  /onnv/onnv-gate/usr/src/ucbcmd/mkstr/
mkstr.c 70 static void process(void);
130 process();
138 process(void) function
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
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 ");
  /onnv/onnv-gate/usr/src/cmd/checknr/
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) function
318 * At this point we process the line looking
  /onnv/onnv-gate/usr/src/cmd/csh/
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" */
31 struct process *p_friends; /* next in job list (or self) */
60 #define PDUMPED (1<<9) /* process dumped core */
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 *pholdjob; /* one level stack of current jobs *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Perldoc.pm 195 return $class -> new(@_) -> process() || 0;
375 sub process { subroutine
379 DEBUG > 1 and print " Beginning process.\n";
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/
readelf.c 61 static void process(char *filename, int fd);
133 process(aoutname, fd);
199 process(char *filename, int fd) function
  /onnv/onnv-gate/usr/src/cmd/who/
who.c 96 static void process(void);
468 process();
676 * Handle RUN_LVL process - If no alt. file - Only one!
688 * Handle BOOT_TIME process - If no alt. file - Only one!
711 process() function
741 * is a user process, this is not
  /onnv/onnv-gate/usr/src/cmd/xstr/
xstr.c 38 void process(char *);
110 process("x.c");
126 process(char *name) function
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
preauth_plugin.h 124 * information to enable it to process a request.
160 * called when beginning to process a get_init_creds request and the
271 * called when beginning to process a get_init_creds request and the
286 preauth_client_process_proc process; member in struct:krb5plugin_preauth_client_ftable_v1
  /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/
lpc.c 455 process(int ac, char **av) function
532 (void) process(ac - 1, av);
558 result = process(ac - optind - 1, &av[optind]);
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
jobs.h 58 struct process struct
60 struct process *p_nxtjob; /* next job structure */
61 struct process *p_nxtproc; /* next process in current job */
62 pid_t p_pid; /* process id */
63 pid_t p_pgrp; /* process group */
64 pid_t p_fgrp; /* process group when stopped */
65 short p_job; /* job number of process */
78 struct process *pwlist; /* head of process list *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/appcert/static_prof/
static_prof.c 635 /* only process executables and shared objects */
1331 /* ========== process ===================================================== */
1340 process(obj_list * c, function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/newform/
newform.c 43 * options 4 Process command line options.
46 * process 15 Process one line of input.
130 static void process(FILE *);
158 process(fp);
163 process(stdin);
170 options(int argc, char **argv) /* Process command line options */
578 /* Pointer to buffer to process */
691 process(FILE *fp) /* Process one line of input * function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
StatisticList.java 620 private final void process() method in class:StatisticOperations
723 process(); method
735 process(); method

Completed in 1319 milliseconds

1 2