Searched refs:child (Results 101 - 125 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_pci.c77 /* Program bridge control value and child devices */
132 struct pci_bus *child; local
145 child = pci_add_new_bus(parent, dev, busnr);
146 if (!child) {
152 child->subordinate = pci_do_scan_bus(child);
153 pci_bus_size_bridges(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-csharp.c61 pid_t child; local
67 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
80 exitstatus = wait_subprocess (child, progname, false, false, true, true);
H A Dread-resources.c62 pid_t child; local
68 child = create_pipe_in (progname, prog_path, prog_argv, NULL, false,
81 exitstatus = wait_subprocess (child, progname, false, false, true, true);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dcache.c91 struct list_head *child; local
95 list_for_each(child, &parent->d_subdirs)
97 de = list_entry(child, struct dentry, d_u.d_child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpipe.c112 /* Open a pipe connected to a child process.
115 * parent -> fd[1] -> STDIN_FILENO -> child if pipe_stdin
116 * parent <- fd[0] <- STDOUT_FILENO <- child if pipe_stdout
120 * pipe_stdin and prog_stdin together determine the child's standard input.
121 * pipe_stdout and prog_stdout together determine the child's standard output.
146 int child; local
162 * parent -> ofd[1] -> ofd[0] -> child if pipe_stdin
163 * parent <- ifd[0] <- ifd[1] <- child if pipe_stdout
175 child = -1;
177 /* Create standard file handles of child proces
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dsysctl.c101 .child = dccp_default_table,
111 .child = dccp_table,
121 .child = dccp_dir_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dconf.c372 struct menu *child; local
424 for (child = menu->list; child; child = child->next)
425 conf(child);
433 struct menu *child; local
462 for (child = menu->list; child; child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmain.c183 LOG(log_info, logtype_afpd, "child[%d]: exited %d", pid, WEXITSTATUS(status));
185 LOG(log_info, logtype_afpd, "child[%d]: done", pid);
188 LOG(log_info, logtype_afpd, "child[%d]: killed by signal %d", pid, WTERMSIG(status));
190 LOG(log_info, logtype_afpd, "child[%d]: died", pid);
249 case 0: /* child */
256 /* install child handler for asp and dsi. we do this before afp_goaway
368 /* watch atp, dsi sockets and ipc parent/child file descriptor. */
375 afp_child_t *child; local
435 if (child = config->server_start(config, configs, server_children)) {
437 fdset_add_fd(&fdset, &polldata, &fdset_used, &fdset_size, child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_route.c50 ripng_aggregate_increment (struct route_node *child, struct ripng_info *rinfo) argument
55 for (np = child; np; np = np->parent)
65 ripng_aggregate_decrement (struct route_node *child, struct ripng_info *rinfo) argument
70 for (np = child; np; np = np->parent)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsysctl.c55 .child = ntfs_sysctls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dnamei.h31 struct dentry *ocfs2_get_parent(struct dentry *child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtopology.h92 .child = NULL, \
123 .child = NULL, \
154 .child = NULL, \
181 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dia32.h22 extern int ia32_clone_tls (struct task_struct *child, struct pt_regs *childregs);
H A Dtopology.h62 .child = NULL, \
87 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmain.c214 LOG(log_info, logtype_afpd, "child[%d]: exited %d", pid, WEXITSTATUS(status));
216 LOG(log_info, logtype_afpd, "child[%d]: done", pid);
219 LOG(log_info, logtype_afpd, "child[%d]: killed by signal %d", pid, WTERMSIG(status));
221 LOG(log_info, logtype_afpd, "child[%d]: died", pid);
287 /* install child handler for asp and dsi. we do this before afp_goaway
399 /* watch atp, dsi sockets and ipc parent/child file descriptor. */
411 afp_child_t *child; local
478 if (child = config->server_start(config, configs, server_children)) {
485 child->ipc_fd,
487 child);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Debus.c307 * raw in the child resources.
364 struct linux_ebus_child *child; local
400 dp = dp->child;
405 child = dev->children;
406 child->next = NULL;
407 child->parent = dev;
408 child->bus = dev->bus;
409 fill_ebus_child(dp, child,
413 child->next = ebus_alloc(sizeof(struct linux_ebus_child));
415 child
462 struct device_node *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c126 * the hop count is the sum of the two biggest child depths plus 2.
128 * containted in a child tree, in which case the max hop count is just
129 * the max hop count of this child.
171 struct fw_node *node, *child, *local_node, *irm_node; local
209 * start of the child nodes for this node.
213 child = fw_node(h);
252 node->ports[i].node = child;
255 * child node.
257 child->ports[child
312 struct fw_node *node, *next, *child, *parent; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dprocfs.c236 #define PARPORT_PORT_DIR(CHILD) { .ctl_name = 0, .procname = NULL, .mode = 0555, .child = CHILD }
238 .mode = 0555, .child = CHILD }
239 #define PARPORT_DEV_DIR(CHILD) { .ctl_name = CTL_DEV, .procname = "dev", .mode = 0555, .child = CHILD }
241 .mode = 0555, .child = NULL }
413 .child = NULL
478 .child = parport_default_sysctl_table.vars
509 t->vars[5].child = t->device_dir;
517 t->port_dir[0].child = t->vars;
518 t->parport_dir[0].child = t->port_dir;
519 t->dev_dir[0].child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dproxy.c33 int (*syscall)(debugger_state *debugger, pid_t child),
71 int debugger_syscall(debugger_state *debugger, pid_t child) argument
88 child = debugger->debugee->pid;
89 result = proxy_ptrace(debugger, arg1, arg2, arg3, arg4, child,
107 child = debugger->debugee->pid;
109 result = kill(child, arg2);
258 else panic("proxy got unknown status (0x%x) on child (pid %d)",
307 int slave, child; local
310 child = fork();
311 if(child
32 debugger_wait(debugger_state *debugger, int *status, int options, int (*syscall)(debugger_state *debugger, pid_t child), int (*normal_return)(debugger_state *debugger, pid_t unused), int (*wait_return)(debugger_state *debugger, pid_t unused)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsalloc.c114 next_node = parent_node->child;
116 /* Find the node that is the previous peer in the parent's child list */
125 /* Node is not first child, unlink it */
132 /* Node is first child (has no previous peer) */
138 parent_node->child = NULL;
141 parent_node->child = next_node->peer;
195 child_node = parent_node->child;
197 parent_node->child = node;
257 child_node = parent_node->child;
274 if (child_node->child) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dsysctl.c69 .child = nfs_cb_sysctls,
79 .child = nfs_cb_sysctl_dir,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Disa.c54 .child = ctl_isa_vars,
63 .child = ctl_isa,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Dstatus.awk21 / child:/ {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_prio.c219 struct Qdisc *child = xchg(&q->queues[i], &noop_qdisc); local
220 if (child != &noop_qdisc) {
221 qdisc_tree_decrease_qlen(child, child->q.qlen);
222 qdisc_destroy(child);
229 struct Qdisc *child; local
230 child = qdisc_create_dflt(sch->dev, &pfifo_qdisc_ops,
232 if (child) {
234 child = xchg(&q->queues[i], child);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c224 struct child_prog *child; member in struct:p_context
251 struct pipe *family; /* pointer back to the child's parent pipe */
493 static void pseudo_exec(struct child_prog *child) ATTRIBUTE_NORETURN;
654 if (!pid) { /* child */
656 debug_printf_jobs("set pgrp for child %d ok\n", getpid());
658 raise(SIGTSTP); /* resend TSTP so that child will be stopped */
659 debug_printf_jobs("returning in child\n");
666 toplevel_list->pgrp = pid; /* child is in its own pgrp */
669 * we will "return" exitcode 0, with child put in background */
1137 * child processe
1379 pseudo_exec(struct child_prog *child) argument
1663 struct child_prog *child; local
1880 struct child_prog *child = &pi->progs[prn]; local
2139 struct child_prog *child; local
2755 struct child_prog *child = ctx->child; local
2909 struct child_prog *child = ctx->child; local
2971 struct child_prog *child = ctx->child; local
3184 struct child_prog *child = ctx->child; local
[all...]

Completed in 457 milliseconds

1234567891011>>