Searched refs:ptr (Results 1 – 6 of 6) sorted by relevance
| /scripts/kconfig/ |
| A D | list.h | 19 #define container_of(ptr, type, member) ({ \ argument 20 const typeof( ((type *)0)->member ) *__mptr = (ptr); \ 38 #define list_entry(ptr, type, member) \ argument 39 container_of(ptr, type, member)
|
| /scripts/dtc/ |
| A D | flattree.c | 581 char *base, *limit, *ptr; member 588 inb->ptr = inb->base; in inbuf_init() 593 if ((inb->ptr + len) > inb->limit) in flat_read_chunk() 596 memcpy(p, inb->ptr, len); in flat_read_chunk() 598 inb->ptr += len; in flat_read_chunk() 614 int off = inb->ptr - inb->base; in flat_realign() 616 inb->ptr = inb->base + ALIGN(off, align); in flat_realign() 617 if (inb->ptr > inb->limit) in flat_realign() 624 const char *p = inb->ptr; in flat_read_string() 633 str = xstrdup(inb->ptr); in flat_read_string() [all …]
|
| A D | util.c | 314 const char *ptr = blob; in utilfdt_write_err() local 326 ret = write(fd, ptr + offset, totalsize - offset); in utilfdt_write_err()
|
| /scripts/dtc/libfdt/ |
| A D | fdt_sw.c | 329 void *ptr; in fdt_property() local 332 ret = fdt_property_placeholder(fdt, name, len, &ptr); in fdt_property() 335 memcpy(ptr, val, len); in fdt_property()
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 628 void item_set_data(void *ptr) in item_set_data() argument 630 item_cur->node.data = ptr; in item_set_data()
|
| /scripts/ |
| A D | checkpatch.pl | 3437 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^"; 3438 my $hereptr = "$hereline$ptr\n"; 3488 my $ptr = substr($blank, 0, $-[1]) . "^" x length($typo); 3489 my $hereptr = "$hereline$ptr\n"; 5153 my $ptr = substr($blank, 0, $off) . "^"; 5154 my $hereptr = "$hereline$ptr\n"; 6497 my $ptr = $1; 6499 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ && 6502 ($ptr !~ /\b(union|struct)\s+$attr\b/ &&
|
Completed in 17 milliseconds