Searched refs:child (Results 126 - 150 of 448) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dexecute.c117 If slave_process is true, the child process will be terminated when its
147 /* Create standard file handles of child process. */
205 pid_t child;
207 int child;
247 || (err = posix_spawnp (&child, prog_path, &actions,
270 if ((child = vfork ()) == 0)
296 if (child == -1)
308 register_slave_subprocess (child);
312 return wait_subprocess (child, progname, ignore_sigpipe, null_stderr,
H A Dcsharpcomp.c188 pid_t child; local
195 child = create_pipe_in ("mcs", "mcs", argv, DEV_NULL, true, true, false,
198 if (child != -1)
222 wait_subprocess (child, "mcs", false, true, true, false);
234 pid_t child; local
304 child = create_pipe_in ("mcs", "mcs", argv, NULL, false, true, true, fd);
335 exitstatus = wait_subprocess (child, "mcs", false, false, true, true);
373 pid_t child; local
380 child = create_pipe_in ("csc", "csc", argv, DEV_NULL, true, true, false,
383 if (child !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c167 struct menu *child; local
178 for (child = menu->list; child != NULL; child = child->next)
179 if (child->prompt != NULL)
180 menu_build_message_list(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Doom_kill.c54 struct task_struct *child; local
80 * Processes which fork a lot of child processes are likely
84 * child is eating the vast majority of memory, adding only half
85 * to the parents will make the child our kill candidate of choice.
87 list_for_each_entry(child, &p->children, sibling) {
88 task_lock(child);
89 if (child->mm != mm && child->mm)
90 points += child->mm->total_vm/2 + 1;
91 task_unlock(child);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkxgettext.c167 struct menu *child; local
178 for (child = menu->list; child != NULL; child = child->next)
179 if (child->prompt != NULL)
180 menu_build_message_list(child);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-tcl.c59 pid_t child; local
105 child = create_pipe_in ("tclsh", "tclsh", argv, DEV_NULL, false, true, true,
118 exitstatus = wait_subprocess (child, "tclsh", false, false, true, true);
H A Dwrite-resources.c66 pid_t child; local
72 child = create_pipe_out (progname, prog_path, prog_argv, NULL, false,
101 exitstatus = wait_subprocess (child, progname, true, false, true, true);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsxfobj.c214 * last_child - Previous child that was found.
215 * The NEXT child will be returned
228 acpi_handle child, acpi_handle * ret_handle)
248 if (!child) {
261 child_node = acpi_ns_map_handle_to_node(child);
H A Dnswalk.c57 * child_node - Previous child that was found.
58 * The NEXT child will be returned
60 * RETURN: struct acpi_namespace_node - Pointer to the NEXT child or NULL if
80 if (parent_node->child) {
81 next_node = parent_node->child;
173 /* Null child means "get first node" */
195 /* Found next child, get the type if we are not searching for ANY */
276 /* There is at least one child of this node, visit it */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dnamei.c78 struct dentry *efs_get_parent(struct dentry *child) argument
88 ino = efs_find_entry(child->d_inode, "..", 2);
93 inode = iget(child->d_inode->i_sb, ino);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_sysctl.c109 table = table->child;
251 struct dentry *child, *dir = filp->f_path.dentry; local
277 child = d_lookup(dir, &qname);
278 if (!child) {
284 child = ERR_PTR(-ENOMEM);
289 if (child)
292 child = new;
295 if (!child || IS_ERR(child) || !child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_getsess.c40 /* hand off the command. return child connection to the main program */
45 afp_child_t *child; local
63 case 0: /* child. mostly handled below. */
67 /* using SIGKILL is hokey, but the child might not have
70 if ((child = server_child_add(serv_children, CHILD_DSIFORK, pid, ipc_fds[0])) == NULL) {
80 return child;
83 /* child: check number of open connections. this is one off the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c1912 * @node: the current child
1922 xmlNodePtr child, int error,
1925 if (child != NULL)
1926 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
3165 * @child: the invalid child node
3176 xmlNodePtr child,
3184 xmlSchemaPErr2(ctxt, ownerElem, child, error,
3189 xmlSchemaPErr2(ctxt, ownerElem, child, error,
3193 xmlSchemaPErr2(ctxt, ownerElem, child, erro
1921 xmlSchemaPErr2(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, xmlNodePtr child, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
3172 xmlSchemaPContentErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, xmlNodePtr child, const char *message, const char *content) argument
6448 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
6495 xmlNodePtr child = NULL; local
6615 xmlNodePtr child = NULL; local
6875 xmlNodePtr child = NULL; local
6968 xmlNodePtr child = NULL; local
7015 xmlNodePtr child = NULL; local
7089 xmlNodePtr child = NULL; local
7479 xmlNodePtr child = NULL; local
7631 xmlNodePtr child = NULL; local
7763 xmlNodePtr child = NULL; local
8194 xmlNodePtr child = NULL; local
8292 xmlNodePtr child = NULL; local
8441 xmlNodePtr child = NULL; local
8837 xmlNodePtr child = NULL; local
9006 xmlNodePtr child = NULL; local
9117 xmlNodePtr child = NULL; local
9332 xmlNodePtr child = NULL; local
9434 xmlNodePtr child = NULL; local
9730 xmlNodePtr child; local
10670 xmlNodePtr child; local
10915 xmlNodePtr child = NULL; local
11177 xmlNodePtr child = NULL; local
11441 xmlNodePtr child = NULL; local
11745 xmlNodePtr child = NULL; local
11881 xmlNodePtr child = NULL; local
11971 xmlNodePtr child = NULL; local
12065 xmlNodePtr child = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c1912 * @node: the current child
1922 xmlNodePtr child, int error,
1925 if (child != NULL)
1926 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
3165 * @child: the invalid child node
3176 xmlNodePtr child,
3184 xmlSchemaPErr2(ctxt, ownerElem, child, error,
3189 xmlSchemaPErr2(ctxt, ownerElem, child, error,
3193 xmlSchemaPErr2(ctxt, ownerElem, child, erro
1921 xmlSchemaPErr2(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, xmlNodePtr child, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
3172 xmlSchemaPContentErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, xmlNodePtr child, const char *message, const char *content) argument
6448 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
6495 xmlNodePtr child = NULL; local
6615 xmlNodePtr child = NULL; local
6875 xmlNodePtr child = NULL; local
6968 xmlNodePtr child = NULL; local
7015 xmlNodePtr child = NULL; local
7089 xmlNodePtr child = NULL; local
7479 xmlNodePtr child = NULL; local
7631 xmlNodePtr child = NULL; local
7763 xmlNodePtr child = NULL; local
8194 xmlNodePtr child = NULL; local
8292 xmlNodePtr child = NULL; local
8441 xmlNodePtr child = NULL; local
8837 xmlNodePtr child = NULL; local
9006 xmlNodePtr child = NULL; local
9117 xmlNodePtr child = NULL; local
9332 xmlNodePtr child = NULL; local
9434 xmlNodePtr child = NULL; local
9730 xmlNodePtr child; local
10678 xmlNodePtr child; local
10923 xmlNodePtr child = NULL; local
11185 xmlNodePtr child = NULL; local
11449 xmlNodePtr child = NULL; local
11753 xmlNodePtr child = NULL; local
11889 xmlNodePtr child = NULL; local
11979 xmlNodePtr child = NULL; local
12073 xmlNodePtr child = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c1912 * @node: the current child
1922 xmlNodePtr child, int error,
1925 if (child != NULL)
1926 xmlSchemaPErr(ctxt, child, error, msg, str1, str2);
3165 * @child: the invalid child node
3176 xmlNodePtr child,
3184 xmlSchemaPErr2(ctxt, ownerElem, child, error,
3189 xmlSchemaPErr2(ctxt, ownerElem, child, error,
3193 xmlSchemaPErr2(ctxt, ownerElem, child, erro
1921 xmlSchemaPErr2(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, xmlNodePtr child, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
3172 xmlSchemaPContentErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, xmlNodePtr child, const char *message, const char *content) argument
6448 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
6495 xmlNodePtr child = NULL; local
6615 xmlNodePtr child = NULL; local
6875 xmlNodePtr child = NULL; local
6968 xmlNodePtr child = NULL; local
7015 xmlNodePtr child = NULL; local
7089 xmlNodePtr child = NULL; local
7479 xmlNodePtr child = NULL; local
7631 xmlNodePtr child = NULL; local
7763 xmlNodePtr child = NULL; local
8194 xmlNodePtr child = NULL; local
8292 xmlNodePtr child = NULL; local
8441 xmlNodePtr child = NULL; local
8837 xmlNodePtr child = NULL; local
9006 xmlNodePtr child = NULL; local
9117 xmlNodePtr child = NULL; local
9332 xmlNodePtr child = NULL; local
9434 xmlNodePtr child = NULL; local
9730 xmlNodePtr child; local
10670 xmlNodePtr child; local
10915 xmlNodePtr child = NULL; local
11177 xmlNodePtr child = NULL; local
11441 xmlNodePtr child = NULL; local
11745 xmlNodePtr child = NULL; local
11881 xmlNodePtr child = NULL; local
11971 xmlNodePtr child = NULL; local
12065 xmlNodePtr child = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dgsc.h44 void (*choose)(struct parisc_device *child, void *ctrl));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-ip27/
H A Dtopology.h24 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dresource.c49 if (p->child)
50 return p->child;
62 for (p = p->child; p && l < *pos; p = r_next(m, p, &l))
161 p = &root->child;
181 p = &old->parent->child;
249 for (p = iomem_resource.child; p ; p = p->sibling) {
282 struct resource *this = root->child;
397 new->child = first;
403 if (parent->child == first) {
404 parent->child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-ip27/
H A Dtopology.h24 .child = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Disa.h19 struct sparc_isa_device *child; member in struct:sparc_isa_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dgct.h25 gct6_handle child; member in struct:__gct6_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_delete.c225 PAGE *child, *parent; local
379 parent = child = NULL;
399 * The child may or may not still point at it.
415 /* Lock the child page. */
420 DB_MPOOL_DIRTY, &child)) != 0)
426 a.data = child;
433 &child->lsn, 0, PGNO(child), &a, PGNO(parent),
437 LSN_NOT_LOGGED(child->lsn);
447 * stores its LSN on the child pag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_minisocks.c496 struct sock *child; local
651 child = inet_csk(sk)->icsk_af_ops->syn_recv_sock(sk, skb,
653 if (child == NULL)
660 key = tp->af_specific->md5_lookup(sk, child);
672 tp->af_specific->md5_add(child, child,
683 inet_csk_reqsk_queue_add(sk, req, child);
684 return child;
707 int tcp_child_process(struct sock *parent, struct sock *child, argument
711 int state = child
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmac_hid.c62 .child = mac_hid_files,
74 .child = mac_hid_dir,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dhmac.c29 struct crypto_hash *child; member in struct:hmac_ctx
53 struct crypto_hash *tfm = ctx->child;
97 desc.tfm = ctx->child;
114 desc.tfm = ctx->child;
132 desc.tfm = ctx->child;
158 desc.tfm = ctx->child;
184 ctx->child = hash;
191 crypto_free_hash(ctx->child);

Completed in 490 milliseconds

1234567891011>>