Home
last modified time | relevance | path

Searched refs:child (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c39 close_descriptor(p->child); in pipe_close_child()
57 p->child = p->fd; in pipe_close_parent()
61 close_descriptor(p->child); in pipe_close_child()
136 proc_pid_t child = proc->child; in proc_close() local
142 CloseHandle(child); in proc_close()
214 pid_t child = proc->child; in proc_close() local
236 pid_t child; in proc_open() local
249 child = fork(); in proc_open()
251 if (child == 0) { in proc_open()
264 } else if (child < 0) { in proc_open()
[all …]
H A Dproc_open.h14 descriptor_t parent, child; member
20 proc_pid_t child; member
H A Dserver.c1825 int child = 0; in main() local
1826 while (!child && !srv_shutdown && !graceful_shutdown) { in main()
1832 child = 1; in main()
1879 if (!child) { in main()
H A Dmod_scgi.c735 pid_t child; in scgi_spawn_connection() local
775 switch ((child = fork())) { in scgi_spawn_connection()
862 switch (waitpid(child, &status, WNOHANG)) { in scgi_spawn_connection()
890 proc->pid = child; in scgi_spawn_connection()
H A Dmod_fastcgi.c951 pid_t child; in fcgi_spawn_connection() local
991 switch ((child = fork())) { in fcgi_spawn_connection()
1093 switch (waitpid(child, &status, WNOHANG)) { in fcgi_spawn_connection()
1133 proc->pid = child; in fcgi_spawn_connection()
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DLightyTest.pm89 my $child = shift;
97 if (0 != waitpid($child, WNOHANG)) {
102 kill('TERM', $child);
132 my $child = fork();
133 if (not defined $child) {
137 if ($child == 0) {
146 $self->{LIGHTTPD_PID} = $child;
373 my $child = fork();
374 if (not defined $child) {
378 if ($child == 0) {
[all …]
/mOS-networking-stack/core/src/
H A Dconfig.c389 if (strcmp(child->name, NETDEV_BLOCK_NAME) == 0) { in MosConfAddChild()
390 conf->netdev = child; in MosConfAddChild()
393 conf->arp = child; in MosConfAddChild()
396 conf->route = child; in MosConfAddChild()
399 conf->nic_forward = child; in MosConfAddChild()
888 struct conf_block *child; in CheckConfValidity() local
894 if (!child->isvalid || !child->isvalid(child)) in CheckConfValidity()
897 child = ((struct mos_conf *)walk->conf)->arp; in CheckConfValidity()
898 if (!child->isvalid || !child->isvalid(child)) in CheckConfValidity()
901 child = ((struct mos_conf *)walk->conf)->route; in CheckConfValidity()
[all …]
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c1371 static struct block *fold_edge(child, ep) in fold_edge() argument
1372 struct block *child; in fold_edge()
1387 if (child->s.code != code)
1390 aval0 = child->val[A_ATOM];
1391 oval0 = child->oval;
1404 return sense ? JT(child) : JF(child);
1421 return JF(child);
1719 static inline void link_inedge(parent, child) in link_inedge() argument
1721 struct block *child;
1723 parent->next = child->in_edges;
[all …]
/mOS-networking-stack/core/src/include/
H A Dconfig.h33 typedef void (*ADDCHILD)(struct conf_block *blk, struct conf_block *child);
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dfastcgi.txt498 spawn-fcgi.c.136: child spawned successfully: PID: 6925
500 If you get "child spawned successfully: PID:" the php
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4586 # Generate a child script FILE with all initialization necessary to
591 # the child script. The macro ends with non-zero status if the