| /dflybsd-src/sys/vfs/procfs/ |
| H A D | README | 4 directory contains a representation of the system process table. 5 this consists of an entry for each active and zombie process, and 6 an additional entry "curproc" which always represents the process 15 status - r/o. returns process status. 17 ctl - w/o. sends a control message to the process. 23 would set up process 1293 for debugging. 26 mem - r/w. virtual memory image of the process. 28 only if they exist in the target process. 34 equivalent note to the process. 38 members of the process group. [all …]
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.proc.h | 46 struct process { struct 47 struct process *p_next; /* next in global "proclist" */ argument 48 struct process *p_friends; /* next in job list (or self) */ argument 118 EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */ 120 EXTERN struct process *pholdjob IZERO; /* one level stack of current jobs */ 122 EXTERN struct process *pcurrjob IZERO; /* current job */ 123 EXTERN struct process *pcurrent IZERO; /* current job in table */ 124 EXTERN struct process *pprevious IZERO; /* previous job in table */
|
| H A D | sh.proc.c | 122 static void pflush (struct process *); 123 static void pfree (struct process *); 124 static void pclrcurr (struct process *); 127 static int pprint (struct process *, int); 128 static void ptprint (struct process *); 131 static struct process *pgetcurr (struct process *); 145 struct process *pp; in pchild() 146 struct process *fp; in pchild() 426 struct process *pp; in pnote() 445 pfree(struct process *pp) in pfree() [all …]
|
| H A D | sh.decls.h | 47 extern void process (int); 361 extern void pjwait (struct process *); 365 extern int pstart (struct process *, int); 367 extern struct process *pfind (Char *);
|
| /dflybsd-src/sbin/init/ |
| H A D | NOTES | 17 a user logging out (that is, by a controlling process 20 the impression that when the controlling process terminates, 27 Orphaned process groups bear indirectly on this issue. A 28 session leader's process group is considered to be orphaned; 33 'Historically, the implementation-dependent process that 35 waiting on them is called "init" and has a process ID of 1.' 38 was responsible for sending SIGHUP to the foreground process 39 group of a tty whose controlling process has exited, using 41 do this when the controlling process calls _exit(). The 43 process groups that become orphaned. This is like old BSD [all …]
|
| /dflybsd-src/usr.bin/unvis/ |
| H A D | unvis.c | 40 static void process(FILE *, const char *, int); 85 process(fp, *argv, eflags); in main() 91 process(stdin, "<stdin>", eflags); in main() 96 process(FILE *fp, const char *filename, int eflags) in process() function
|
| /dflybsd-src/contrib/lvm2/dist/udev/ |
| H A D | 95-dm-notify.rules | 7 # These rules are responsible for sending a notification to a process 8 # waiting for completion of udev rules. The process is identified by 10 # value is set before by that process for every action requested).
|
| /dflybsd-src/usr.bin/vis/ |
| H A D | vis.c | 52 static void process(FILE *); 144 process(fp); in main() 153 process(stdin); in main() 158 process(FILE *fp) in process() function
|
| /dflybsd-src/games/worm/ |
| H A D | worm.c | 75 static void process(char); 121 process(lastch); in main() 127 process(ch); in main() 175 process(lastch); in wake() 206 process(char ch) in process() function
|
| /dflybsd-src/contrib/xz/src/liblzma/check/ |
| H A D | sha256.c | 119 process(lzma_check_state *check) in process() function 161 process(check); in lzma_sha256_update() 178 process(check); in lzma_sha256_finish() 190 process(check); in lzma_sha256_finish()
|
| /dflybsd-src/usr.bin/tput/ |
| H A D | tput.c | 49 static char **process(const char *, const char *, char **); 98 argv = process(p, buf, argv); in main() 121 process(const char *cap, const char *str, char **argv) in process() function
|
| /dflybsd-src/usr.bin/who/ |
| H A D | who.c | 56 static void process(const char *, int); 174 process(NULL, show_labels); in main() 183 process(*argv, show_labels); in main() 262 process(const char *fname, int show_labels) in process() function
|
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | workqueue-internal.h | 91 process(int thread_number) in process() function 92 { this->get_workqueue()->process(thread_number); } in process()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | workqueue-internal.h | 91 process(int thread_number) in process() function 92 { this->get_workqueue()->process(thread_number); } in process()
|
| /dflybsd-src/sys/dev/drm/radeon/ |
| H A D | radeon_asic.c | 219 .process = &r100_irq_process, 287 .process = &r100_irq_process, 383 .process = &r100_irq_process, 451 .process = &r100_irq_process, 519 .process = &r100_irq_process, 587 .process = &r100_irq_process, 655 .process = &rs600_irq_process, 723 .process = &rs600_irq_process, 791 .process = &rs600_irq_process, 859 .process = &rs600_irq_process, [all …]
|
| /dflybsd-src/contrib/mdocml/ |
| H A D | mandocd.c | 51 static void process(struct mparse *, enum outt, void *); 214 process(parser, outtype, formatter); in main() 247 process(struct mparse *parser, enum outt outtype, void *formatter) in process() function
|
| /dflybsd-src/usr.bin/mkstr/ |
| H A D | mkstr.c | 77 static void process(void); 116 process(); in main() 130 process(void) in process() function
|
| /dflybsd-src/contrib/gdb-7/gdb/doc/ |
| H A D | observer.texi | 10 @c header file during the GDB build process. Permission is granted 117 The status of process record for inferior @var{inferior} in 118 @value{GDBN} has changed. The process record is started if 119 @var{started} is true, and the process record is stopped if 155 threads of the process pointed at by @var{ptid}. Otherwise, the 201 this point, it might not be associated with any process. 205 The inferior identified by @var{inf} has been attached to a process. 210 process, or the process has exited.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | configterms.texi | 10 The configure and build process has a long and colorful history, and can 12 While there are other documents which describe the configuration process 53 process will adjust these variables as needed. It also sets 61 process.
|
| /dflybsd-src/usr.bin/gzip/ |
| H A D | znew | 36 process () { 131 if ! process "$1"; then
|
| /dflybsd-src/contrib/nvi2/cl/ |
| H A D | README.signal | 142 process group, not sent to a single process. The scenario goes something 147 that the only child in its foreground process group (of which it's aware) 151 and getting ready to send a SIGTSTP to the process group in order to put 153 itself into its own process group, and then only it (and possible child 155 and switch back to the original process group, where it sends that process 168 reenter curses and so that we don't have to play the process group games.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | cgraphunit.c | 272 node->process = 0; in cgraph_process_new_functions() 304 gcc_assert (!node->process); in cgraph_reset_node() 1360 gcc_assert (!node->process); in cgraph_mark_functions_to_output() 1368 gcc_assert (!node->process || node->same_comdat_group); in cgraph_mark_functions_to_output() 1369 if (node->process) in cgraph_mark_functions_to_output() 1389 node->process = 1; in cgraph_mark_functions_to_output() 1397 next->process = 1; in cgraph_mark_functions_to_output() 1434 if (node->same_comdat_group && !node->process) in cgraph_mark_functions_to_output() 1833 node->process = 0; in cgraph_expand_function() 1894 if (order[i]->process) in cgraph_expand_all_functions() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | cgraphunit.c | 357 node->process = 0; in process_new_functions() 389 gcc_assert (!process); in reset() 1480 gcc_assert (!node->process); in mark_functions_to_output() 1486 gcc_assert (!node->process || node->same_comdat_group); in mark_functions_to_output() 1487 if (node->process) in mark_functions_to_output() 1500 node->process = 1; in mark_functions_to_output() 1509 next->process = 1; in mark_functions_to_output() 1546 if (node->same_comdat_group && !node->process) in mark_functions_to_output() 2107 process = 0; in expand() 2254 if (order[i]->process) in expand_all_functions() [all …]
|
| /dflybsd-src/usr.bin/xstr/ |
| H A D | xstr.c | 81 static void process(const char *); 127 process("x.c"); in main() 154 process(const char *name) in process() function
|
| /dflybsd-src/contrib/smbfs/ |
| H A D | INSTALL | 5 process requires kernel sources in order to compile KLD module. If you want 7 cvsup collection) because encryption process involves DES algorithm.
|