/illumos-gate/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); 48 (void)process(argv[0]); 55 int process(file) function 116 if (process(fname) < 0)
|
/illumos-gate/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)); 102 return(process(fds[0].fd,ptr)); 110 * process - process the data 118 process( function 139 debug("in process: EOF encountered");
|
/illumos-gate/usr/src/cmd/vi/misc/ |
H A D | mkstr.c | 99 process(); 105 process() function
|
H A D | xstr.c | 124 process("x.c"); 137 process(name) function
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 68 process(Elf * elf) function 102 * mation is not set, then process segments with the process_phdr function. 103 * Otherwise, process sections. For the default case, the first number 206 * If there is a program exection header, process segments. In the default
|
/illumos-gate/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, function 246 * repository handle is used in process() to communicate with the appropriate 269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) {
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | 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);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | 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
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | 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 lis [all...] |
/illumos-gate/usr/src/cmd/who/ |
H A D | who.c | 96 static void process(void); 465 process(); 677 * Handle RUN_LVL process - If no alt. file - Only one! 689 * Handle BOOT_TIME process - If no alt. file - Only one! 712 process() function 742 * is a user process, this is not
|
/illumos-gate/usr/src/cmd/xstr/ |
H A D | xstr.c | 38 void process(char *); 110 process("x.c"); 126 process(char *name) function
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | StatisticList.java | 620 private final void process() method in class:StatisticOperations 723 process(); 735 process();
|
/illumos-gate/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" */ 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 *pholdjo [all...] |
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 61 static void process(char *filename, int fd); 133 process(aoutname, fd); 199 process(char *filename, int fd) function
|
/illumos-gate/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) function 318 * At this point we process the line looking
|
/illumos-gate/usr/src/ucbcmd/mkstr/ |
H A D | mkstr.c | 70 static void process(void); 130 process(); 138 process(void) function
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 239 (void) strcat(buf, " in process "); 243 (void) strcat(buf, " in process "); 272 int process; local 299 process = (rcopy.rwlock_type & USYNC_PROCESS); 312 if (process) { 313 (void) strcat(buf, " in process "); 320 if (process) { 321 (void) strcat(buf, " in process ");
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | emac.c | 241 int process = 0; local 243 process = 0; 246 process = 1; 252 if (!process) 254 process = i; 331 p_rxBD[process].address &= ~0x01;
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 46 * process 15 Process one line of input. 130 static void process(FILE *); 158 process(fp); 163 process(stdin); 578 /* Pointer to buffer to process */ 691 process(FILE *fp) /* Process one line of input */ function
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpc.c | 455 process(int ac, char **av) function 532 (void) process(ac - 1, av); 558 result = process(ac - optind - 1, &av[optind]);
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | process.c | 90 process(void) function 280 * line for process ranges. Interprets the non-select (``!'') flag.
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 620 /* only process executables and shared objects */ 1315 /* ========== process ===================================================== */ 1324 process(obj_list * c, function 1380 process(c, arf, p_ar->ar_name); 1649 /* exit if there are no files to process */
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | process.c | 39 #include <sys/contract/process.h> 51 * Generally speaking, a process contract is a contract between a 52 * process and a set of its descendent processes. In some cases, when 55 * successor process which adopts the contract after the death of the 58 * The process contract adds two new concepts to the Solaris process 59 * model. The first is that a process contract forms a rigid fault 61 * administrator errors impacting a process in a process contract 63 * all processes in the contract. The second is that a process 1072 contract_process_core(cont_process_t *ctp, proc_t *p, int sig, const char *process, const char *global, const char *zone) argument [all...] |
/illumos-gate/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*); 763 job_walk(Sfio_t *file,int (*fun)(struct process*,int),int arg,char *joblist[]) argument [all...] |
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 360 jobject process = NULL; local 394 * case of process termination and it can't hurt to handle it. 403 * process state not handled by the dtrace.c prochandler does 422 process = (*jenv)->NewObject(jenv, g_process_jc, g_procinit_jm, 432 (*jenv)->CallVoidMethod(jenv, process, g_procexit_jm, exit); 434 (*jenv)->DeleteLocalRef(jenv, process); 438 (*jenv)->CallVoidMethod(jenv, jc->dtjj_caller, g_proc_jm, process); 439 (*jenv)->DeleteLocalRef(jenv, process); 1450 /* Get pid of user process */ 1492 /* Get pid of user process */ [all...] |