Searched refs:child (Results 201 - 225 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddst.c170 struct dst_entry *child; local
179 child = dst->child;
201 dst = child;
206 /* We were real parent of this dst, so kill child. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd012.tcl131 set child [open "|$tclsh_path" w]
135 puts $child "load $tcllib"
136 puts $child "set fixed_len $fixed_len"
137 puts $child "source $src_root/test/testutils.tcl"
138 puts $child "source $src_root/test/recd$tnum.tcl"
144 puts $child "recd012_dochild {$env_cmd} $rnd $i $niniter\
146 close $child
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Drpcb_clnt.c276 struct rpc_task *child; local
344 child = rpc_run_task(rpcb_clnt, RPC_TASK_ASYNC, &rpcb_getport_ops, map);
345 if (IS_ERR(child)) {
351 rpc_put_task(child);
366 * Rpcbind child task calls this callback via tk_exit.
368 static void rpcb_getport_done(struct rpc_task *child, void *data) argument
372 int status = child->tk_status;
393 child->tk_pid, status, map->r_port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dsynaptics.c253 struct psmouse *child = serio_get_drvdata(ptport); local
255 if (child && child->state == PSMOUSE_ACTIVATED) {
259 if (child->pktsize == 4)
267 struct serio *ptport = psmouse->ps2dev.serio->child;
268 struct psmouse *child = serio_get_drvdata(ptport); local
271 /* adjust the touchpad to child's choice of protocol */
272 if (child) {
273 if (child->pktsize == 4)
518 if (psmouse->ps2dev.serio->child)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/
H A Dsbus.c171 if (sdev->child)
172 sbus_fixup_all_regs(sdev->child);
198 dp = dp->child;
204 sdev_insert(sdev, &parent->child);
257 dev_dp = dp->child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-170 <child>
74 </child>
350 <child>
352 </child>
404 <child>
406 </child>
428 <child>
432 </child>
476 <child>
480 </child>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc123 * depending whether it's at the view root or a child.
575 struct menu* child; local
590 for (child = menu->list; child; child = child->next) {
592 type = child->prompt ? child->prompt->type : P_UNKNOWN;
596 if (!(child->flags & MENU_ROOT))
600 if (child
1688 struct menu *child; local
[all...]
H A Dmenu.c370 struct menu *child; local
388 for (child = menu->list; child; child = child->next)
389 if (menu_is_visible(child))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dscan.c1015 acpi_add_single_object(struct acpi_device **child, argument
1023 if (!child)
1134 *child = device;
1147 struct acpi_device *child = NULL; local
1216 status = acpi_add_single_object(&child, parent,
1219 status = acpi_bus_get_device(chandle, &child);
1225 status = acpi_start_single_object(child);
1240 if (child->status.present) {
1247 parent = child;
1256 acpi_bus_add(struct acpi_device **child, argument
1297 struct acpi_device *parent, *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c611 struct sock *child = req->sk; local
616 bh_lock_sock(child);
617 BUG_TRAP(!sock_owned_by_user(child));
618 sock_hold(child);
620 sk->sk_prot->disconnect(child, O_NONBLOCK);
622 sock_orphan(child);
626 inet_csk_destroy_sock(child);
628 bh_unlock_sock(child);
630 sock_put(child);
H A Dxfrm4_mode_tunnel.c81 __ip_select_ident(top_iph, dst->child, 0);
83 top_iph->ttl = dst_metric(dst->child, RTAX_HOPLIMIT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_addr.c1080 * Figure out whether parent contains child.
1083 IPAddressOrRanges *child,
1090 if (child == NULL || parent == child)
1096 for (c = 0; c < sk_IPAddressOrRange_num(child); c++) {
1097 extract_min_max(sk_IPAddressOrRange_value(child, c),
1162 IPAddrBlocks *child = NULL; local
1187 if ((child = sk_IPAddressFamily_dup(ext)) == NULL) {
1203 for (j = 0; j < sk_IPAddressFamily_num(child); j++) {
1204 IPAddressFamily *fc = sk_IPAddressFamily_value(child,
1082 addr_contains(IPAddressOrRanges *parent, IPAddressOrRanges *child, int length) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_spf.c95 new->child = list_new ();
106 list_delete (v->child);
128 if (listnode_lookup (nh->parent->child, v) == NULL)
129 listnode_add (nh->parent->child, v);
713 for (cnode = listhead (v->child); cnode; nextnode (cnode))
726 struct vertex *child;
764 for (cnode = listhead (v->child); cnode; nextnode (cnode))
766 child = getdata (cnode);
768 zlog_info (" child : %s", inet_ntoa (child
724 struct vertex *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Ddir.c449 struct dentry *child; local
462 child = sd->s_dentry;
465 child->d_inode->i_flags |= S_DEAD;
473 mutex_unlock(&child->d_inode->i_mutex);
475 d_delete(child);
476 dput(child);
500 struct dentry *child, *parent = parent_group->cg_item.ci_dentry; local
509 child = d_alloc(parent, &name);
510 if (child) {
511 d_add(child, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c439 xmlNodePtr child; local
449 child = xmlNewNode (NULL, (const xmlChar *) p_start);
450 child->type = XML_ELEMENT_NODE;
451 xmlSetProp (child, (const xmlChar *) "class", (const xmlChar *) p_start);
454 if (xmlAddChild (curr, child) == NULL)
458 curr = child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ematch.c191 if (t->child) {
237 if (tree->child) {
239 t->next = tree->child;
240 count += flatten_tree(head, tree->child);
253 if (t->child)
254 t->child_ref = t->child->index;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_core.c301 /* Allocate child services if any */
303 struct pcie_device *child; local
306 child = alloc_pcie_device(
312 if (child) {
313 status = device_register(&child->device);
315 kfree(child);
318 get_device(&child->device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmenu.c348 struct menu *child; local
366 for (child = menu->list; child; child = child->next)
367 if (menu_is_visible(child))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_hashtables.h166 struct sock *sk, struct sock *child)
168 const int bhash = inet_bhashfn(inet_sk(child)->num, table->bhash_size);
174 sk_add_bind_node(child, &tb->owners);
175 inet_csk(child)->icsk_bind_hash = tb;
180 struct sock *sk, struct sock *child)
183 __inet_inherit_port(table, sk, child);
165 __inet_inherit_port(struct inet_hashinfo *table, struct sock *sk, struct sock *child) argument
179 inet_inherit_port(struct inet_hashinfo *table, struct sock *sk, struct sock *child) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c436 xmlNodePtr child; local
446 child = xmlNewNode (NULL, (const xmlChar *) p_start);
447 child->type = XML_ELEMENT_NODE;
448 xmlSetProp (child, (const xmlChar *) "class", (const xmlChar *) p_start);
451 if (xmlAddChild (curr, child) == NULL)
455 curr = child;
H A Dterm-styled-ostream.oo.c439 xmlNodePtr child; local
449 child = xmlNewNode (NULL, (const xmlChar *) p_start);
450 child->type = XML_ELEMENT_NODE;
451 xmlSetProp (child, (const xmlChar *) "class", (const xmlChar *) p_start);
454 if (xmlAddChild (curr, child) == NULL)
458 curr = child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtree.c149 static void cb_select_child (GtkWidget *root_tree, GtkWidget *child, argument
158 g_print ("select_child called for root tree %p, subtree %p, child %p\n",
159 root_tree, subtree, child);
167 strncpy(path, get_path(child), 1024);
308 GtkWidget *child,
311 g_print ("unselect_child called for root tree %p, subtree %p, child %p\n",
312 root_tree, subtree, child);
326 label = GTK_LABEL (GTK_BIN (item)->child);
473 label = GTK_LABEL (GTK_BIN (item)->child);
493 label = GTK_LABEL (GTK_BIN (item)->child);
307 cb_unselect_child( GtkWidget *root_tree, GtkWidget *child, GtkWidget *subtree ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dtree.c147 static void cb_select_child (GtkWidget *root_tree, GtkWidget *child, argument
156 g_print ("select_child called for root tree %p, subtree %p, child %p\n",
157 root_tree, subtree, child);
165 strncpy(path, get_path(child), 1024);
306 GtkWidget *child,
309 g_print ("unselect_child called for root tree %p, subtree %p, child %p\n",
310 root_tree, subtree, child);
324 label = GTK_LABEL (GTK_BIN (item)->child);
471 label = GTK_LABEL (GTK_BIN (item)->child);
491 label = GTK_LABEL (GTK_BIN (item)->child);
305 cb_unselect_child( GtkWidget *root_tree, GtkWidget *child, GtkWidget *subtree ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnssearch.c120 node = parent_node->child;
169 "Name [%4.4s] (%s) not found in search in scope [%4.4s] %p first child %p\n",
173 parent_node->child));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dproto.h181 extern int ptrace_set_bpt (struct task_struct *child);
182 extern int ptrace_cancel_bpt (struct task_struct *child);

Completed in 509 milliseconds

1234567891011>>