HomeSort by relevance Sort by last modified time
    Searched defs:new_child (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 147 acpi_handle new_child; local
154 parent, child, &new_child);
172 status = acpi_get_object_info(new_child, &dev_info);
176 get_sysfs_path(new_child);
178 get_crs_object(new_child);
189 if (ACPI_SUCCESS(get_str_object(new_child))) {
194 start_parent = new_child;
202 parent = new_child;
  /external/dtc/
livetree.c 140 struct node *new_child, *old_child; local
187 new_child = new_node->children;
188 new_node->children = new_child->next_sibling;
189 new_child->parent = NULL;
190 new_child->next_sibling = NULL;
192 if (new_child->deleted) {
193 delete_node_by_name(old_node, new_child->name);
194 free(new_child);
200 if (streq(old_child->name, new_child->name)) {
201 merge_nodes(old_child, new_child);
    [all...]
  /external/syslinux/gpxe/src/core/
settings.c 269 } *new_child; local
277 new_child = zalloc ( sizeof ( *new_child ) );
278 if ( ! new_child ) {
283 memcpy ( new_child->name, name, sizeof ( new_child->name ) );
284 generic_settings_init ( &new_child->generic, NULL, new_child->name );
285 settings = &new_child->generic.settings;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 837 node* new_child = CHILD(root, i - 1); local
839 if (new_child != build_node_children(elem, new_child, line_num)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 808 node* new_child = CHILD(root, i - 1); local
810 if (new_child != build_node_children(elem, new_child, line_num)) {
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 837 node* new_child = CHILD(root, i - 1); local
839 if (new_child != build_node_children(elem, new_child, line_num)) {
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1310 milliseconds