Searched refs:child (Results 226 - 250 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirsysctl.c250 .child = irda_table
262 .child = irda_net_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dsysctl_net_netrom.c178 .child = nr_table
188 .child = nr_dir_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsysctl.c237 .child = sctp_table
247 .child = sctp_net_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Djavacomp.c556 pid_t child; local
584 child = create_pipe_in (javac, "/bin/sh", argv, DEV_NULL, true, true,
586 if (child == -1)
608 exitstatus = wait_subprocess (child, javac, true, true, true, false);
637 pid_t child; local
665 child = create_pipe_in (javac, "/bin/sh", argv, DEV_NULL, true, true,
667 if (child == -1)
692 exitstatus = wait_subprocess (child, javac, true, true, true, false);
1324 pid_t child; local
1331 child
1440 pid_t child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dasp.h59 char child, inited, *commands; member in struct:ASP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dasp.h61 char child, inited, *commands; member in struct:ASP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DPersonExample.java177 * Specifying a non-null parentSsn adds the child Person to the
191 for (Person child : children) {
192 System.out.println(child.ssn + ' ' + child.name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgexec.c334 pid_t child; local
350 child = create_pipe_out (sub_name, sub_path, sub_argv, NULL, false, true,
362 exitstatus = wait_subprocess (child, sub_name, false, false, true, true);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dimalloc.c55 * of the region described by child
58 struct vm_struct *child)
65 return im_region_is_subset((unsigned long) child->addr, child->size,
148 /* Use existing parent vm_struct to represent child, allocate
160 /* Allocate new vm_struct to represent child, use existing
171 /* Allocate two new vm_structs for the new child and
57 im_region_is_superset(unsigned long v_addr, unsigned long size, struct vm_struct *child) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Deeh.c362 if (dn->child)
363 __eeh_mark_slot (dn->child, mode_flag);
385 __eeh_mark_slot (dn->child, mode_flag);
394 if (dn->child)
395 __eeh_clear_slot (dn->child, mode_flag);
414 __eeh_clear_slot (dn->child, mode_flag);
514 if ((rets[0] == 5) && (dn->child == NULL)) {
802 dn = pdn->node->child;
1096 for (sib = dn->child; sib; sib = sib->sibling)
1176 struct pci_dev *child, *tm local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-core.c153 struct device_node *child = NULL, *sound = NULL; local
175 while ((child = of_get_next_child(np, child))) {
176 if (strcmp(child->name, "sound") == 0) {
178 sound = child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c383 DB_LOCKER *lip, *lockerp, *child; local
684 child = SH_LIST_FIRST(&lockerp->child_locker, __db_locker);
685 if (child != NULL) {
687 c_retry: lp = SH_LIST_FIRST(&child->heldby, __db_lock);
688 if (SH_LIST_EMPTY(&child->heldby) || lp == NULL)
691 if (F_ISSET(child, DB_LOCKER_INABORT))
696 &child->heldby, __db_lock) ||
704 id_array[id].last_locker_id = child->id;
709 c_next: child = SH_LIST_NEXT(
710 child, child_lin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_generic.c276 struct hda_gnode *child; local
303 child = hda_get_node(spec, node->conn_list[i]);
304 if (! child)
306 err = parse_output_path(codec, spec, child, dac_idx);
516 struct hda_gnode *child; local
517 child = hda_get_node(spec, node->conn_list[i]);
518 if (! child)
520 err = parse_adc_sub_nodes(codec, spec, child);
876 struct hda_gnode *child = hda_get_node(spec, node->conn_list[i]); local
877 if (! child)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_config.c207 if (asp->child) {
221 afp_child_t *child = NULL; local
223 if (!(child = dsi_getsession(dsi,
233 config->obj.ipc_fd = child->ipc_fds[1];
234 close(child->ipc_fds[0]); /* Close parent IPC fd */
235 free(child);
240 return child;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1439 ia32_peek (struct task_struct *child, unsigned long addr, unsigned int *val) argument
1444 copied = access_process_vm(child, addr, val, sizeof(*val), 0);
1449 ia32_poke (struct task_struct *child, unsigned long addr, unsigned int val) argument
1452 if (access_process_vm(child, addr, &val, sizeof(val), 1) != sizeof(val))
1479 getreg (struct task_struct *child, int regno) argument
1483 child_regs = task_pt_regs(child);
1495 case PT_EFL: return child->thread.eflag;
1507 putreg (struct task_struct *child, int regno, unsigned int value) argument
1511 child_regs = task_pt_regs(child);
1523 case PT_EFL: child
1757 struct task_struct *child; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfloppy.h559 struct sparc_isa_device *child = local
560 isa_dev->child;
562 while (child) {
563 if (!strcmp(child->prom_node->name,
565 isa_dev = child;
568 child = child->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c919 xmlNodePtr child = cur->children; local
921 while (child != NULL) {
925 xhtmlNodeDumpOutput(ctxt, child);
928 xmlNodeDumpOutputInternal(ctxt, child);
930 child = child->next;
1393 xmlNodePtr child = cur->children;
1395 while (child != NULL) {
1396 if (child->type == XML_TEXT_NODE) {
1397 if ((xmlStrchr(child
[all...]
H A Dschematron.c1282 xmlNodePtr child, node; local
1287 child = test->children;
1288 while (child != NULL) {
1289 if ((child->type == XML_TEXT_NODE) ||
1290 (child->type == XML_CDATA_SECTION_NODE))
1291 ret = xmlStrcat(ret, child->content);
1292 else if (IS_SCHEMATRON(child, "name")) {
1295 path = xmlGetNoNsProp(child, BAD_CAST "path");
1313 child = child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c1057 xmlNodePtr child = cur->children; local
1059 while (child != NULL) {
1063 xhtmlNodeDumpOutput(ctxt, child);
1066 xmlNodeDumpOutputInternal(ctxt, child);
1068 child = child->next;
1530 xmlNodePtr child = cur->children;
1532 while (child != NULL) {
1533 if (child->type == XML_TEXT_NODE) {
1534 if ((xmlStrchr(child
[all...]
H A Dschematron.c1294 xmlNodePtr child, node; local
1299 child = test->children;
1300 while (child != NULL) {
1301 if ((child->type == XML_TEXT_NODE) ||
1302 (child->type == XML_CDATA_SECTION_NODE))
1303 ret = xmlStrcat(ret, child->content);
1304 else if (IS_SCHEMATRON(child, "name")) {
1307 path = xmlGetNoNsProp(child, BAD_CAST "path");
1325 child = child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c919 xmlNodePtr child = cur->children; local
921 while (child != NULL) {
925 xhtmlNodeDumpOutput(ctxt, child);
928 xmlNodeDumpOutputInternal(ctxt, child);
930 child = child->next;
1393 xmlNodePtr child = cur->children;
1395 while (child != NULL) {
1396 if (child->type == XML_TEXT_NODE) {
1397 if ((xmlStrchr(child
[all...]
H A Dschematron.c1282 xmlNodePtr child, node; local
1287 child = test->children;
1288 while (child != NULL) {
1289 if ((child->type == XML_TEXT_NODE) ||
1290 (child->type == XML_CDATA_SECTION_NODE))
1291 ret = xmlStrcat(ret, child->content);
1292 else if (IS_SCHEMATRON(child, "name")) {
1295 path = xmlGetNoNsProp(child, BAD_CAST "path");
1313 child = child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsv.c274 warn_cannot("wait for child control/?");
324 /* child */
578 int child; local
581 child = wait_nohang(&wstat);
582 if (!child)
584 if ((child == -1) && (errno != EINTR))
586 if (child == svd[0].pid) {
607 if (child == svd[1].pid) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dnamei.c73 struct dentry *ext2_get_parent(struct dentry *child) argument
83 ino = ext2_inode_by_name(child->d_inode, &dotdot);
86 inode = iget(child->d_inode->i_sb, ino);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042-sparcio.h53 dp = dp->child;

Completed in 479 milliseconds

1234567891011>>