Searched refs:child (Results 151 - 175 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_device.c78 .child = NULL
87 .child = NULL
96 .child = NULL
105 .child = NULL
114 .child = NULL
123 .child = NULL
132 .child = NULL
141 .child = NULL
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dptrace-i386.h44 extern int ptrace_get_thread_area(struct task_struct *child, int idx,
47 extern int ptrace_set_thread_area(struct task_struct *child, int idx,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dsysctl_net_x25.c92 .child = x25_table,
102 .child = x25_dir_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpci_hotplug_pci.c296 struct pci_bus *child; local
310 child = pci_add_new_bus(parent, dev, busnr);
311 if (!child) {
317 child->subordinate = pci_do_scan_bus(child);
318 pci_bus_size_bridges(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinotify.c159 * Get child dentry flag into synch with parent inode.
168 struct dentry *child; local
170 list_for_each_entry(child, &alias->d_subdirs, d_u.d_child) {
171 if (!child->d_inode) {
172 WARN_ON(child->d_flags & DCACHE_INOTIFY_PARENT_WATCHED);
175 spin_lock(&child->d_lock);
177 WARN_ON(child->d_flags &
179 child->d_flags |= DCACHE_INOTIFY_PARENT_WATCHED;
181 WARN_ON(!(child->d_flags &
183 child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c394 VRFY_CHILDINFO child; local
403 memset(&child, 0, sizeof(VRFY_CHILDINFO));
454 child.pgno = ri->pgno;
455 child.type = V_RECNO;
456 child.nrecs = ri->nrecs;
457 if ((ret = __db_vrfy_childput(vdp, pgno, &child)) != 0)
512 VRFY_CHILDINFO child; local
525 memset(&child, 0, sizeof(VRFY_CHILDINFO));
718 /* Don't save as a child. */
728 /* Don't save as a child
1281 VRFY_CHILDINFO *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c417 * Destroy child gameport port (if any) that has not been fully registered yet.
419 * Note that we rely on the fact that port can have only one child and therefore
420 * only one child registration request can be pending. Additionally, children
422 * pending registration together with a child.
427 struct gameport *gameport, *child = NULL; local
436 child = gameport;
443 return child;
557 gameport->parent->child = gameport;
585 struct gameport *child; local
587 child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c1208 struct menu *child; local
1214 for (child = menu->list; child; child = child->next) {
1215 if (menu_is_visible(child)
1216 && child->sym == def_sym)
1217 def_menu = child;
1334 GtkTreeIter *child = &iter; local
1338 valid = gtk_tree_model_iter_children(model2, child, paren
1452 struct menu *child; local
1534 struct menu *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dgconf.c1192 struct menu *child; local
1198 for (child = menu->list; child; child = child->next) {
1199 if (menu_is_visible(child)
1200 && child->sym == def_sym)
1201 def_menu = child;
1318 GtkTreeIter *child = &iter; local
1322 valid = gtk_tree_model_iter_children(model2, child, paren
1436 struct menu *child; local
1518 struct menu *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dxcbc.c51 struct crypto_cipher *child; member in struct:crypto_xcbc_ctx
76 if ((err = crypto_cipher_setkey(ctx->child, ctx->key, ctx->keylen)))
79 crypto_cipher_encrypt_one(ctx->child, key1, ctx->consts);
81 return crypto_cipher_setkey(ctx->child, key1, bs);
89 if (keylen != crypto_cipher_blocksize(ctx->child))
117 struct crypto_cipher *tfm = ctx->child;
200 struct crypto_cipher *tfm = ctx->child;
277 ctx->child = cipher;
288 crypto_free_cipher(ctx->child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_acpi_init.c236 acpi_handle child; local
245 * obtain the host devfn from the previous child device.
247 child = device_handle;
248 while (child) {
249 status = acpi_get_parent(child, &parent);
253 acpi_ns_print_node_pathname(child, NULL);
259 child = parent;
261 if (!child) {
269 status = acpi_evaluate_integer(child, METHOD_NAME__ADR, NULL, &adr);
273 acpi_ns_print_node_pathname(child, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth_mii.c139 struct device_node *child = NULL; local
173 while ((child = of_get_next_child(np, child)) != NULL) {
174 int irq = irq_of_parse_and_map(child, 0);
176 const u32 *id = of_get_property(child, "reg", NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dexport.c84 static struct dentry *ocfs2_get_parent(struct dentry *child) argument
90 struct inode *dir = child->d_inode;
94 mlog_entry("(0x%p, '%.*s')\n", child,
95 child->d_name.len, child->d_name.name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Drequest_sock.h172 struct sock *child)
174 req->sk = child;
203 struct sock *child = req->sk; local
205 BUG_TRAP(child != NULL);
209 return child;
169 reqsk_queue_add(struct request_sock_queue *queue, struct request_sock *req, struct sock *parent, struct sock *child) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dsyncookies.c170 struct sock *child; local
172 child = icsk->icsk_af_ops->syn_recv_sock(sk, skb, req, dst);
173 if (child)
174 inet_csk_reqsk_queue_add(sk, req, child);
178 return child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c270 VRFY_CHILDINFO child; local
345 memset(&child, 0, sizeof(VRFY_CHILDINFO));
346 child.pgno = hop.pgno;
347 child.type = V_OVERFLOW;
348 child.tlen = hop.tlen; /* This will get checked later. */
349 if ((ret = __db_vrfy_childput(vdp, pip->pgno, &child)) != 0)
363 memset(&child, 0, sizeof(VRFY_CHILDINFO));
364 child.pgno = hod.pgno;
365 child.type = V_DUPLICATE;
366 if ((ret = __db_vrfy_childput(vdp, pip->pgno, &child)) !
526 VRFY_CHILDINFO *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ematch.h109 struct ematch *child; member in struct:ematch
134 if (t->child) {
136 print_ematch_tree(t->child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_dn.c99 for (dn = start->child; dn; dn = nextdn) {
111 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI ||
114 nextdn = dn->child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Dautofs_i.h224 struct dentry *child; local
227 list_for_each_entry(child, &dentry->d_subdirs, d_u.d_child)
228 if (simple_positive(child))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_root.c170 struct acpi_device *child = NULL; local
176 list_for_each_entry(child, &device->children, node)
177 acpi_pci_bridge_scan(child);
190 struct acpi_device *child; local
330 list_for_each_entry(child, &device->children, node)
331 acpi_pci_bridge_scan(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c280 * Recover a commit record for a child transaction.
305 * child committed. If we are aborting, return the childs last
316 ret = __db_txnlist_find(env, info, argp->child, &c_stat);
327 * that to the child, else we need to abort the child.
340 info, argp->child, c_stat, NULL);
343 argp->child, c_stat, NULL, &tmpstat, 0);
359 info, argp->child, c_stat, NULL, &tmpstat, 0);
368 ret = __db_txnlist_update(env, info, argp->child,
378 info, argp->child,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sat.c234 struct device_node *child; local
264 child = NULL;
265 while ((child = of_get_next_child(dev, child)) != NULL) {
266 reg = of_get_property(child, "reg", NULL);
267 type = of_get_property(child, "device_type", NULL);
268 loc = of_get_property(child, "location", NULL);
284 "location %s for %s\n", loc, child->full_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_asp.c46 static AFPObj *child; variable
133 ASP asp = child->handle;
140 afp_asp_close(child);
156 asp_attention(child->handle, AFPATTN_SHUTDOWN | AFPATTN_NORECONNECT |
203 readmessage(child);
204 asp_attention(child->handle, AFPATTN_MESG | AFPATTN_TIME(5));
222 child = obj;
296 load_volumes(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_table.c360 struct bgp_node *child;
370 child = node->l_left;
372 child = node->l_right;
376 if (child)
377 child->parent = parent;
382 parent->l_left = child;
384 parent->l_right = child;
387 node->table->top = child;
359 struct bgp_node *child; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dtable.c374 struct route_node *child;
384 child = node->l_left;
386 child = node->l_right;
390 if (child)
391 child->parent = parent;
396 parent->l_left = child;
398 parent->l_right = child;
401 node->table->top = child;
373 struct route_node *child; local

Completed in 399 milliseconds

1234567891011>>