Searched refs:new (Results 1 – 12 of 12) sorted by relevance
| /scripts/ |
| A D | documentation-file-ref-check | 159 my $new =$ref; 166 $new =~ s,.*/,,; 180 my $search = $new; 193 $new =~ s/\.txt$/.rst/; 194 $f=qx(find $basedir -iname $new) if ($new); 199 $new =~ s/[-_]/[-_]/g; 200 $f=qx(find $basedir -iname $new) if ($new); 205 $f = qx(find $basedir -iname $new) if ($new);
|
| A D | coreboot.sed | 6 # Remember to add attribution to coreboot for new files added to U-Boot.
|
| A D | Kbuild.include | 56 # The rule defined shall write to stdout the content of the new file. 57 # The existing file will be compared with the new one. 59 # - If the content differ the new file is used
|
| A D | checkpatch.pl | 6756 my $new = $attr_list{$curr_attr}; 6759 $new = "__$1\($2"; 6761 $new = "$new$params"; 6764 "Prefer $new over __attribute__(($orig_attr$params))\n" . $herecurr) && 6768 $fixed[$fixlinenr] =~ s/\b__attribute__/$new __attribute__/; 6769 $fixed[$fixlinenr] =~ s/\}\Q$new\E/} $new/;
|
| /scripts/dtc/ |
| A D | livetree.c | 38 new = xmalloc(sizeof(*new)); in add_label() 39 memset(new, 0, sizeof(*new)); in add_label() 55 struct property *new = xmalloc(sizeof(*new)); in build_property() local 57 memset(new, 0, sizeof(*new)); in build_property() 67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local 69 memset(new, 0, sizeof(*new)); in build_property_delete() 102 struct node *new = xmalloc(sizeof(*new)); in build_node() local 105 memset(new, 0, sizeof(*new)); in build_node() 119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local 121 memset(new, 0, sizeof(*new)); in build_node_delete() [all …]
|
| A D | util.h | 54 void *new = malloc(len); in xmalloc() local 56 if (!new) in xmalloc() 59 return new; in xmalloc() 64 void *new = realloc(p, len); in xrealloc() local 66 if (!new) in xrealloc() 69 return new; in xrealloc()
|
| A D | README | 41 If you add new features, please check code coverage: 80 Adding a new function to libfdt.h 84 add your new function there. Check that your function works with pylibfdt. If
|
| A D | flattree.c | 701 struct reserve_info *new; in flat_read_mem_reserve() local 719 new = build_reserve_entry(address, size); in flat_read_mem_reserve() 720 reservelist = add_reserve_entry(reservelist, new); in flat_read_mem_reserve()
|
| A D | dtc.h | 251 struct reserve_info *new);
|
| /scripts/dtc/libfdt/ |
| A D | fdt_rw.c | 132 char *new; in fdt_find_add_string_() local 144 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_() 152 memcpy(new, s, len); in fdt_find_add_string_() 153 return (new - strtab); in fdt_find_add_string_() 394 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument 404 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_() 407 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_() 408 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_() 410 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_() 412 fdt_set_off_dt_strings(new, strings_off); in fdt_packblocks_() [all …]
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| A D | Kconfig | 4 This is a new symbol. 18 This is a new symbol, so should be asked. 35 This is a new symbol, so should be asked.
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 139 FdtSw - for creating a new FDT, as well as allowing read-only access 520 This creates a new device tree of size @size and moves the existing 523 now has a new bytearray holding the contents. 526 size: Required new size of device tree in bytes 664 """Add a new subnode to a node 756 device tree. This will be increased automatically as needed as new items 762 """Create a new FdtSw object 829 """Add a new memory reserve map entry 854 """Begin a new node 964 """Create a new context for adding a node [all …]
|
Completed in 25 milliseconds