Home
last modified time | relevance | path

Searched refs:add_part (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0007-iso9660-Don-t-leak-memory-on-realloc-failures.patch20 @@ -533,14 +533,20 @@ add_part (struct iterate_dir_ctx *ctx,
48 - add_part (ctx, "/", 1);
50 + add_part (ctx, "/", 1);
55 add_part (ctx, (char *) &entry->data[pos + 2],
59 add_part (ctx, "/", 1);
63 + /* Check if grub_realloc() failed in add_part(). */
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch428 @@ -531,8 +532,13 @@ add_part (struct iterate_dir_ctx *ctx,
/OK3568_Linux_fs/kernel/block/partitions/
H A Dcmdline.c25 static int add_part(int slot, struct cmdline_subpart *subpart, void *param) in add_part() function
150 cmdline_parts_set(parts, disk_size, 1, add_part, (void *)state); in cmdline_partition()
/OK3568_Linux_fs/kernel/block/
H A Dcmdline-parser.c228 int (*add_part)(int, struct cmdline_subpart *, void *), in cmdline_parts_set()
249 if (add_part(slot, subpart, param)) in cmdline_parts_set()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcmdline-parser.h43 int (*add_part)(int, struct cmdline_subpart *, void *),