Searched refs:data (Results 1 – 4 of 4) sorted by relevance
/init/ |
D | main.c | 270 char *data; in get_boot_config_from_initrd() local 277 data = (char *)initrd_end - BOOTCONFIG_MAGIC_LEN; in get_boot_config_from_initrd() 283 if (!memcmp(data, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN)) in get_boot_config_from_initrd() 285 data--; in get_boot_config_from_initrd() 290 hdr = (u32 *)(data - 8); in get_boot_config_from_initrd() 294 data = ((void *)hdr) - size; in get_boot_config_from_initrd() 295 if ((unsigned long)data < initrd_start) { in get_boot_config_from_initrd() 302 initrd_end = (unsigned long)data; in get_boot_config_from_initrd() 308 return data; in get_boot_config_from_initrd() 405 char *data, *copy, *err; in setup_boot_config() local [all …]
|
D | do_mounts.c | 77 static int match_dev_by_uuid(struct device *dev, const void *data) in match_dev_by_uuid() argument 79 const struct uuidcmp *cmp = data; in match_dev_by_uuid() 179 static int match_dev_by_label(struct device *dev, const void *data) in match_dev_by_label() argument 181 const char *label = data; in match_dev_by_label() 390 const int flags, const void *data) in do_mount_root() argument 397 if (data) { in do_mount_root() 404 strncpy(data_page, data, PAGE_SIZE); in do_mount_root()
|
D | Makefile | 6 ccflags-y := -fno-function-sections -fno-data-sections
|
D | Kconfig | 616 Collect extended task accounting data and send the data 1232 data and heap segment sizes, and a few additional /proc filesystem 1305 facilities to relay large amounts of data from kernel space to 1374 must also merge .text.*, .data.*, and .bss.* correctly into 1380 bool "Dead code and data elimination (EXPERIMENTAL)" 1386 Enable this if you want to do dead code and data elimination with 1391 code and static data, particularly for small configs and 1562 bool "Enable full-sized data structures for core" if EXPERT 1565 kernel data structures. This saves memory on small machines, 1700 names of variables from the data sections, etc). [all …]
|