Searched refs:child (Results 176 - 200 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dusb.c470 int child; local
485 for (child = 0; child < dev->maxchild; ++child) {
486 if (dev->children[child]) {
487 usb_lock_device(dev->children[child]);
488 ret_dev = match_device(dev->children[child],
490 usb_unlock_device(dev->children[child]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_export.c159 struct dentry *child)
166 vp = vn_from_inode(child->d_inode);
158 xfs_fs_get_parent( struct dentry *child) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dptrace-x86_64.h66 static inline int ptrace_get_thread_area(struct task_struct *child, int idx, argument
72 static inline int ptrace_set_thread_area(struct task_struct *child, int idx, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_asp.c46 static AFPObj *child; variable
134 ASP asp = child->handle;
141 afp_asp_close(child);
157 asp_attention(child->handle, AFPATTN_SHUTDOWN | AFPATTN_NORECONNECT |
204 readmessage(child);
205 asp_attention(child->handle, AFPATTN_MESG | AFPATTN_TIME(5));
223 child = obj;
302 load_volumes(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Dsysctl_net_rose.c146 .child = rose_table
156 .child = rose_dir_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2.c32 child == NULL && \
43 struct hotplug2_child_t *child; variable in typeref:struct:hotplug2_child_t
286 * SIGCHLD helps us to figure out when a child died and
287 * what kind of child it was. It may also invoke termination.
300 child = remove_child_by_pid(child, p, NULL, &child_c);
303 DBG("sighandler", "child_c: %d, child: %p, highest_seqnum: %lld, cur_seqnum: %lld, coldplug_p: %d.\n", child_c, child, highest_seqnum, get_kernel_seqnum(), coldplug_p);
499 child = NULL;
581 child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc104 struct menu* child; local
119 for (child = menu->list; child; child = child->next) {
121 type = child->prompt ? child->prompt->type : P_UNKNOWN;
125 if (!(child->flags & MENU_ROOT))
129 if (child->flags & MENU_ROOT)
136 visible = menu_is_visible(child);
1364 struct menu *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dserio.c356 * Destroy child serio port (if any) that has not been fully registered yet.
358 * Note that we rely on the fact that port can have only one child and therefore
359 * only one child registration request can be pending. Additionally, children
361 * pending registration together with a child.
366 struct serio *serio, *child = NULL; local
375 child = serio;
382 return child;
564 serio->parent->child = serio;
592 struct serio *child; local
594 child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dfileops_auto.h60 u_int32_t child; member in struct:___fop_file_remove_args
H A Dtxn_auto.h54 u_int32_t child; member in struct:___txn_child_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c812 pid_t child; local
830 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
832 if (child == -1)
857 exitstatus = wait_subprocess (child, prog, false, false, true, false);
880 pid_t child; local
905 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
907 if (child == -1)
932 exitstatus = wait_subprocess (child, prog, false, false, true, false);
1049 pid_t child; local
1065 child
1148 pid_t child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.y71 $$->child = $3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Didle.c123 .child = powersave_nap_ctl_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dtls.c294 * Perform set_thread_area on behalf of the traced child.
298 int ptrace_set_thread_area(struct task_struct *child, int idx, argument
309 return set_tls_entry(child, &info, idx, 0);
335 * Perform get_thread_area on behalf of the traced child.
337 int ptrace_get_thread_area(struct task_struct *child, int idx, argument
346 ret = get_tls_entry(child, &info, idx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_support.c73 ia32_clone_tls (struct task_struct *child, struct pt_regs *childregs) argument
88 desc = child->thread.tls_array + idx - GDT_ENTRY_TLS_MIN;
92 load_TLS(&child->thread, smp_processor_id());
93 ia32_load_segment_descriptors(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsearch.c20 struct pci_bus* child; local
27 child = pci_do_find_bus(pci_bus_b(tmp), busnr);
28 if(child)
29 return child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dnsdel.py45 # Remove a namespace refered to by a child
49 child = root.newChild(namespace, "child", None) variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_export.c127 struct dentry *child)
130 struct inode *inode = child->d_inode;
164 static struct dentry *gfs2_get_parent(struct dentry *child) argument
171 inode = gfs2_lookupi(child->d_inode, &dotdot, 1, NULL);
126 gfs2_get_name(struct dentry *parent, char *name, struct dentry *child) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h41 struct dst_entry *child; member in struct:dst_entry
171 struct dst_entry *child = dst_clone(dst->child); local
174 return child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dbootx.h157 u32 child; member in struct:bootx_dt_node
H A Dtopology.h53 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtopology.h77 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dptrace.h50 convert_rip_to_linear(struct task_struct *child, struct pt_regs *regs);
H A Dtopology.h34 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpci-bridge.h75 res->child = NULL;

Completed in 300 milliseconds

1234567891011>>