Searched refs:child (Results 51 - 75 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dptrace.c25 long arg3, long arg4, pid_t child, int *ret)
41 if(is_valid_pid(arg2) && (arg2 != child)){
50 child_proxy(child, W_STOPCODE(SIGSTOP));
51 else kill(child, SIGSTOP);
62 kill(child, SIGCONT);
69 return(ptrace(PTRACE_CONT, child, arg3, arg4));
77 result = ptrace(PTRACE_GETFPREGS, child, 0, regs);
93 result = ptrace(PTRACE_GETFPXREGS, child, 0, regs);
109 result = ptrace(PTRACE_GETREGS, child, 0, regs);
121 result = ptrace(PTRACE_KILL, child, arg
24 proxy_ptrace(struct debugger *debugger, int arg1, pid_t arg2, long arg3, long arg4, pid_t child, int *ret) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_expander.c539 struct domain_device *child,
546 child->pathways = 0;
558 SAS_ADDR(child->sas_addr)) {
560 child->min_linkrate = min(parent->min_linkrate,
562 child->max_linkrate = max(parent->max_linkrate,
564 child->pathways++;
568 child->linkrate = min(parent_phy->linkrate, child->max_linkrate);
569 child->pathways = min(child
538 sas_ex_get_linkrate(struct domain_device *parent, struct domain_device *child, struct ex_phy *parent_phy) argument
577 struct domain_device *child = NULL; local
701 struct domain_device *child = NULL; local
771 struct domain_device *child = NULL; local
903 struct domain_device *child; local
1017 sas_print_parent_topology_bug(struct domain_device *child, struct ex_phy *parent_phy, struct ex_phy *child_phy) argument
1047 sas_check_eeds(struct domain_device *child, struct ex_phy *parent_phy, struct ex_phy *child_phy) argument
1093 sas_check_parent_topology(struct domain_device *child) argument
1297 sas_configure_parent(struct domain_device *parent, struct domain_device *child, u8 *sas_addr, int include) argument
1609 struct domain_device *child, *n; local
1626 struct domain_device *child, *n; local
1651 struct domain_device *child; local
1691 struct domain_device *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4recover.c193 struct dentry_list *child; local
200 child = kmalloc(sizeof(*child), GFP_KERNEL);
201 if (child == NULL)
203 child->dentry = dentry;
204 list_add(&child->list, dentries);
216 struct dentry_list *child; local
234 child = list_entry(dentries->next, struct dentry_list, list);
235 status = f(dir, child->dentry);
238 list_del(&child
331 purge_old(struct dentry *parent, struct dentry *child) argument
362 load_recdir(struct dentry *parent, struct dentry *child) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxnscript.tcl7 # Txn003 script - outstanding child prepare script
41 puts "\tTxnscript.a: begin parent and child txn"
44 set child [$dbenv txn -parent $parent]
45 error_check_good parent [is_valid_txn $child $dbenv] TRUE
48 error_check_good db_put [$db put -txn $child $key $data] 0
57 puts "\tTxnscript.d: Check child handle"
58 set stat [catch {$child abort} ret]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c62 void init_fpu(struct task_struct *child) argument
64 if (tsk_used_math(child)) {
65 if (child == current)
66 unlazy_fpu(child);
69 memset(&child->thread.i387.fxsave, 0, sizeof(struct i387_fxsave_struct));
70 child->thread.i387.fxsave.cwd = 0x37f;
71 child->thread.i387.fxsave.mxcsr = 0x1f80;
73 set_stopped_child_used_math(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_sysctl.c28 .child = scsi_table },
36 .child = scsi_dir_table },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpnode.c173 struct vfsmount *m, *child; local
190 if (!(child = copy_tree(source, source->mnt_root, type))) {
197 mnt_set_mountpoint(m, dest_dentry, child);
198 list_add_tail(&child->mnt_hash, tree_list);
204 list_add_tail(&child->mnt_hash, &tmp_list);
207 prev_src_mnt = child;
212 child = list_entry(tmp_list.next, struct vfsmount, mnt_hash);
213 list_del_init(&child->mnt_hash);
214 umount_tree(child, 0, &umount_list);
240 struct vfsmount *m, *child; local
279 struct vfsmount *child = __lookup_mnt(m, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c115 'child' field to 0 when unregistering a slave process, and wouldn't need
117 The 'used' and 'child' fields are accessed from within the cleanup_slaves()
122 volatile pid_t child; member in struct:__anon2360
155 pid_t slave = slaves[n].child;
168 register_slave_subprocess (pid_t child) argument
188 entry as used only after the child pid has been written to the
189 memory location s->child. */
190 s->child = child;
209 Additionally we need to kill child, becaus
233 unregister_slave_subprocess(pid_t child) argument
251 wait_subprocess(pid_t child, const char *progname, bool ignore_sigpipe, bool null_stderr, bool slave_process, bool exit_on_error) argument
[all...]
H A Djavaversion.c57 pid_t child; local
66 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
69 if (child == -1)
93 exitstatus = wait_subprocess (child, progname, true, false, true, false);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipx/
H A Dsysctl_net_ipx.c36 .child = ipx_table,
46 .child = ipx_dir_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/unix/
H A Dsysctl_net_unix.c34 .child = unix_table
44 .child = unix_net_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dparport.h126 struct sparc_isa_device *child; local
132 child = isa_dev->child;
133 while (child) {
134 if (!strcmp(child->prom_node->name, "parallel"))
136 child = child->next;
138 if (!child)
141 base = child->resource.start;
147 child
[all...]
H A Debus.h91 #define for_each_edevchild(dev, child) \
92 for((child) = (dev)->children; (child); (child) = (child)->next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Decb.c22 struct crypto_cipher *child; member in struct:crypto_ecb_ctx
29 struct crypto_cipher *child = ctx->child; local
32 crypto_cipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
35 err = crypto_cipher_setkey(child, key, keylen);
36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) &
76 struct crypto_cipher *child = ctx->child; local
79 return crypto_ecb_crypt(desc, &walk, child,
90 struct crypto_cipher *child = ctx->child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c278 void __devinit pci_read_bridge_bases(struct pci_bus *child) argument
280 struct pci_dev *dev = child->self;
293 child->resource[i] = child->parent->resource[i - 3];
297 child->resource[i] = &dev->resource[PCI_BRIDGE_RESOURCES+i];
299 res = child->resource[0];
321 res = child->resource[1];
332 res = child->resource[2];
383 struct pci_bus *child; local
390 child
437 struct pci_bus *child; local
464 pci_fixup_parent_subordinate_busnr(struct pci_bus *child, int max) argument
494 struct pci_bus *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dptrace.c256 void ptrace_disable(struct task_struct *child) argument
268 struct task_struct *child; local
299 child = ptrace_get_task_struct(pid);
300 if (IS_ERR(child)) {
301 ret = PTR_ERR(child);
308 if (ptrace_attach(child)) {
316 ret = ptrace_check_attach(child, request == PTRACE_KILL);
327 if (access_process_vm(child, addr,
336 read_sunos_user(regs, addr, child, (long __user *) data);
340 write_sunos_user(regs, addr, child);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c63 void h8300_disable_trace(struct task_struct *child) argument
65 if((long)child->thread.breakinfo.addr != -1L) {
66 *child->thread.breakinfo.addr = child->thread.breakinfo.inst;
67 child->thread.breakinfo.addr = (unsigned short *)-1L;
202 static unsigned short *getnextpc(struct task_struct *child, unsigned short *pc) argument
231 sp = (unsigned long *)h8300_get_reg(child, PT_USP);
243 addr = h8300_get_reg(child, PT_ER0);
245 addr = h8300_get_reg(child, regno-1+PT_ER1);
248 if (inst == 0x55 || isbranch(child,ins
267 h8300_enable_trace(struct task_struct *child) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/
H A Dptrace_h8s.c68 void h8300_disable_trace(struct task_struct *child) argument
70 *(unsigned short *)(child->thread.esp0 + h8300_register_offset[PT_EXR]) &= ~EXR_TRACE;
74 void h8300_enable_trace(struct task_struct *child) argument
76 *(unsigned short *)(child->thread.esp0 + h8300_register_offset[PT_EXR]) |= EXR_TRACE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_spf.h36 list child; member in struct:vertex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dsysctl_net_ipv6.c24 .child = ipv6_route_table
31 .child = ipv6_icmp_table
93 .child = ipv6_table
103 .child = ipv6_net_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_sysctl.c16 next = t->child;
26 for (t = path; t != NULL; t = t->child) {
37 last->child = tmp;
44 last->child = table;
93 .child = nf_net_netfilter_table,
117 .child = nf_net_ipv4_netfilter_table,
128 .child = nf_net_ipv4_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Debus.h96 #define for_each_edevchild(dev, child) \
97 for((child) = (dev)->children; (child); (child) = (child)->next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dsysctl_net_llc.c74 .child = llc2_timeout_table,
84 .child = llc2_dir_timeout_table,
90 .child = llc_station_table,
100 .child = llc_table,
110 .child = llc_dir_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c71 struct job *family; /* pointer back to the child's parent job */
204 and switched API to builtin_foo(struct child_prog *child);
205 So cmd->text becomes child->family->text
206 cmd->job_context becomes child->family->job_context
207 cmd->progs[0] becomes *child
208 job_list becomes child->family->job_list
220 static int builtin_cd(struct child_prog *child) argument
224 if (child->argv[1] == NULL)
227 newdir = child->argv[1];
237 static int builtin_exec(struct child_prog *child) argument
249 builtin_exit(struct child_prog *child) argument
258 builtin_fg_bg(struct child_prog *child) argument
327 builtin_jobs(struct child_prog *child) argument
353 builtin_export(struct child_prog *child) argument
385 builtin_read(struct child_prog *child) argument
419 builtin_source(struct child_prog *child) argument
438 builtin_unset(struct child_prog *child) argument
1128 pseudo_exec(struct child_prog *child) argument
1218 struct child_prog *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_platform.c265 * disallow recursive creation of child busses
271 struct device_node *child; local
275 for (child = NULL; (child = of_get_next_child(bus, child)); ) {
276 pr_debug(" create child: %s\n", child->full_name);
277 dev = of_platform_device_create(child, NULL, parent);
280 else if (!of_match_node(matches, child))
284 rc = of_platform_bus_create(child, matche
307 struct device_node *child; local
[all...]

Completed in 730 milliseconds

1234567891011>>