Searched defs:child (Results 1 - 25 of 802) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml-utils.c314 xml_node_t *child; local
316 xml_node_for_each_child(ctx, child, node) {
317 xml_node_for_each_check(ctx, child);
318 lname = xml_node_get_localname(ctx, child);
320 return child;
387 xml_node_t *child; local
409 child = get_first_child_node(ctx, node, "Node");
410 if (child) {
412 tnds_to_mo_iter(ctx, root, child, nodename);
416 tnds_to_mo_iter(ctx, root, child, new_ur
461 xml_node_t *body, *child; local
[all...]
H A Dxml_libxml2.c250 xml_node_t *child)
252 xmlAddChild((xmlNodePtr) parent, (xmlNodePtr) child);
249 xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, xml_node_t *child) argument
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c239 xml_node_t *info, *child, *replace; local
256 xml_node_for_each_child(ctx->xml, child, info) {
257 xml_node_for_each_check(ctx->xml, child);
258 name = xml_node_get_localname(ctx->xml, child);
260 txt = xml_node_get_text(ctx->xml, child);
879 * list of children node names in Results element. The child list type is
969 xml_node_t *syncml, *syncbody, *hdr, *body, *child; local
995 xml_node_for_each_child(ctx->xml, child, hdr) {
996 xml_node_for_each_check(ctx->xml, child);
997 name = xml_node_get_localname(ctx->xml, child);
[all...]
H A Dosu_client.c759 xml_node_t *child; local
761 xml_node_for_each_child(ctx->xml, child, spel) {
762 xml_node_for_each_check(ctx->xml, child);
763 set_pps_cred_policy_spe(ctx, id, child);
827 xml_node_t *child; local
829 xml_node_for_each_child(ctx->xml, child, prpl) {
830 xml_node_for_each_check(ctx->xml, child);
831 set_pps_cred_policy_prp(ctx, id, child);
911 xml_node_t *child; local
915 xml_node_for_each_child(ctx->xml, child, nod
983 xml_node_t *child; local
1010 xml_node_t *child; local
1098 xml_node_t *child; local
1151 xml_node_t *child; local
1202 xml_node_t *child; local
1216 xml_node_t *child; local
1248 xml_node_t *child; local
1274 xml_node_t *child; local
1429 xml_node_t *child; local
1624 xml_node_t *child, *sim, *realm; local
1659 xml_node_t *child; local
1689 xml_node_t *child; local
[all...]
H A Dspp_client.c596 xml_node_t *child; local
620 xml_node_for_each_child(ctx->xml, child, node) {
622 xml_node_for_each_check(ctx->xml, child);
623 debug_dump_node(ctx, "child", child);
624 name = xml_node_get_localname(ctx->xml, child);
627 update = child;
629 exec = child;
631 add_mo = child;
633 no_mo = child;
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c1043 xml_node_t *child, *tnds, *mo; local
1053 xml_node_for_each_child(ctx->xml, child, node) {
1054 xml_node_for_each_check(ctx->xml, child);
1055 name = xml_node_get_localname(ctx->xml, child);
1058 mo_urn = xml_node_get_attr_value_ns(ctx->xml, child, SPP_NS_URI,
1067 if (child == NULL)
1071 debug_dump_node(ctx, "moContainer", child);
1073 str = xml_node_get_text(ctx->xml, child);
/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.c314 xml_node_t *child; local
316 xml_node_for_each_child(ctx, child, node) {
317 xml_node_for_each_check(ctx, child);
318 lname = xml_node_get_localname(ctx, child);
320 return child;
387 xml_node_t *child; local
409 child = get_first_child_node(ctx, node, "Node");
410 if (child) {
412 tnds_to_mo_iter(ctx, root, child, nodename);
416 tnds_to_mo_iter(ctx, root, child, new_ur
461 xml_node_t *body, *child; local
[all...]
H A Dxml_libxml2.c250 xml_node_t *child)
252 xmlAddChild((xmlNodePtr) parent, (xmlNodePtr) child);
249 xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, xml_node_t *child) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml-utils.c314 xml_node_t *child; local
316 xml_node_for_each_child(ctx, child, node) {
317 xml_node_for_each_check(ctx, child);
318 lname = xml_node_get_localname(ctx, child);
320 return child;
387 xml_node_t *child; local
409 child = get_first_child_node(ctx, node, "Node");
410 if (child) {
412 tnds_to_mo_iter(ctx, root, child, nodename);
416 tnds_to_mo_iter(ctx, root, child, new_ur
461 xml_node_t *body, *child; local
[all...]
H A Dxml_libxml2.c250 xml_node_t *child)
252 xmlAddChild((xmlNodePtr) parent, (xmlNodePtr) child);
249 xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, xml_node_t *child) argument
/external/valgrind/main/none/tests/
H A Dpth_atfork1.c65 child (void) function
80 pthread_atfork (prepare, parent, child);
104 /* We check whether the `prepare' and `child' function ran. */
111 error (EXIT_FAILURE, errno, "wrong child");
H A Dpth_blockedsig.c35 pthread_t child; local
50 if (pthread_create (&child, NULL, child_main, NULL) != 0)
53 pthread_join (child, NULL);
/external/valgrind/main/perf/
H A Dmany-loss-records.c43 struct Chunk* child; member in struct:Chunk
63 free_chunks ((&(*mem)->child));
99 new->child = prev;
/external/valgrind/main/coregrind/
H A Dm_libcproc.c222 // when starting child processes, so they don't see that added stuff.
332 /* restore the DATA rlimit for the child */
345 child! */
355 /* child */
604 /* on success: wLO = child pid; wHI = 1 for child, 0 for parent */
606 return 0; /* this is child: return 0 instead of child pid */
671 vg_atfork_t child; member in struct:atfork
679 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) argument
[all...]
H A Dm_sparsewa.c66 void* child[256]; /* either LevelN* or Level0* */ member in struct:__anon32570
219 if (levelN->child[curr_ix]) {
222 curr_nd = levelN->child[curr_ix];
259 if (levelN->child[i]) {
260 swa_deleteSWA_wrk( dealloc, levelN->child[i] );
295 levelN = levelN->child[ix];
332 if (levelN->child[ix] == NULL) {
333 levelN->child[ix] = swa_new_LevelN(swa, i-1);
337 levelN = levelN->child[ix];
344 if (levelN->child[i
[all...]
H A Dm_wordfm.c68 struct _AvlNode* child[2]; /* [0] is left subtree, [1] is right */ member in struct:_AvlNode
100 AvlNode* b = a->child[1];
102 a->child[1] = b->child[0];
103 b->child[0] = a;
110 AvlNode* b = a->child[0];
112 a->child[0] = b->child[1];
113 b->child[1] = a;
121 root->child[
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c147 // set up child stack, temporarily preserving fn and arg
162 " testq %rax, %rax\n" // child if retval == 0
231 Both parent and child return to the same place, and the code
235 The parent gets the child's new tid returned from clone, but the
236 child gets 0.
244 child. */
256 /* Start the child with its threadgroup being the same as the
258 after the child is created but before it sets its
298 VG_(printf)("clone child has SETTLS: tls at %#lx\n", tlsaddr);
337 void setup_child ( /*OUT*/ ThreadArchState *child, argument
[all...]
H A Dsyswrap-arm-linux.c120 /*Setup child stack */
125 /* r1 (arg2) is already our child's stack */
138 "1:\n" /*child*/
141 /* Retval from child is already in r0 */
207 /* Start the child with its threadgroup being the same as the
209 after the child is created but before it sets its
277 void setup_child ( /*OUT*/ ThreadArchState *child, argument
280 child->vex = parent->vex;
281 child->vex_shadow1 = parent->vex_shadow1;
282 child
[all...]
H A Dsyswrap-arm64-linux.c160 // set up child stack, temporarily preserving fn and arg
175 " cmp x0, #0\n" // child if retval == 0
247 Both parent and child return to the same place, and the code
251 The parent gets the child's new tid returned from clone, but the
252 child gets 0.
260 child. */
272 /* Start the child with its threadgroup being the same as the
274 after the child is created but before it sets its
355 void setup_child ( /*OUT*/ ThreadArchState *child, argument
358 child
[all...]
H A Dsyswrap-mips32-linux.c167 /* set up child stack with function and arg */
275 /* Start the child with its threadgroup being the same as the
277 after the child is created but before it sets its
306 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
352 setup_child ( /*OUT*/ ThreadArchState * child, argument
356 child->vex = parent->vex;
357 child->vex_shadow1 = parent->vex_shadow1;
358 child->vex_shadow2 = parent->vex_shadow2;
688 (Addr) ARG2, /* child SP */
720 /* Thread creation was successful; let the child hav
[all...]
H A Dsyswrap-mips64-linux.c151 " move $8, $a6\n" /* child */
157 /* 3. See if we are a child, call fn and after that exit */
252 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
289 void setup_child ( /* OUT */ ThreadArchState * child, argument
293 child->vex = parent->vex;
294 child->vex_shadow1 = parent->vex_shadow1;
295 child->vex_shadow2 = parent->vex_shadow2;
530 (Addr)ARG2, /* child SP */
562 /* Thread creation was successful; let the child have the chance to run */
H A Dsyswrap-ppc32-linux.c170 // setup child stack
189 " cmpwi 3,0\n" // child if retval == 0
190 " bne 1f\n" // jump if !child
193 /* Note: 2.4 kernel doesn't set the child stack pointer,
269 Both parent and child return to the same place, and the code
273 The parent gets the child's new tid returned from clone, but the
274 child gets 0.
279 The child's TLS register (r2) gets set to the tlsaddr argument
285 child. */
302 /* Start the child wit
390 setup_child( ThreadArchState *child, ThreadArchState *parent ) argument
[all...]
H A Dsyswrap-ppc64-linux.c190 // setup child stack
216 " cmpwi 3,0\n" // child if retval == 0 (note, cmpw)
217 " bne 1f\n" // jump if !child
220 /* Note: 2.4 kernel doesn't set the child stack pointer,
296 Both parent and child return to the same place, and the code
300 The parent gets the child's new tid returned from clone, but the
301 child gets 0.
306 The child's TLS register (r2) gets set to the tlsaddr argument
312 child. */
329 /* Start the child wit
419 setup_child( ThreadArchState *child, ThreadArchState *parent ) argument
[all...]
H A Dsyswrap-s390x-linux.c158 " aghi %r2, -160\n" // create stack frame for child
161 " ltgr %r2,%r2\n" // child if retval == 0
187 static void setup_child ( /*OUT*/ ThreadArchState *child, argument
191 child->vex = parent->vex;
192 child->vex_shadow1 = parent->vex_shadow1;
193 child->vex_shadow2 = parent->vex_shadow2;
237 Both parent and child return to the same place, and the code
241 The parent gets the child's new tid returned from clone, but the
242 child gets 0.
250 child
[all...]
H A Dsyswrap-x86-linux.c151 /* set up child stack with function and arg */
152 " movl 4+"FSZ"(%esp), %ecx\n" /* syscall arg2: child stack */
162 " movl 16+"FSZ"(%esp), %edi\n" /* syscall arg5: child tid * */
166 " testl %eax, %eax\n" /* child if retval == 0 */
238 Both parent and child return to the same place, and the code
242 The parent gets the child's new tid returned from clone, but the
243 child gets 0.
250 that the child inherits a copy of the parent's GDT.
255 child. */
267 /* Start the child wit
749 setup_child( ThreadArchState *child, ThreadArchState *parent, Bool inherit_parents_GDT ) argument
[all...]

Completed in 232 milliseconds

1234567891011>>