Home
last modified time | relevance | path

Searched refs:data (Results 1 – 4 of 4) sorted by relevance

/init/
Dmain.c272 char *data; in get_boot_config_from_initrd() local
279 data = (char *)initrd_end - BOOTCONFIG_MAGIC_LEN; in get_boot_config_from_initrd()
285 if (!memcmp(data, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN)) in get_boot_config_from_initrd()
287 data--; in get_boot_config_from_initrd()
292 hdr = (u32 *)(data - 8); in get_boot_config_from_initrd()
296 data = ((void *)hdr) - size; in get_boot_config_from_initrd()
297 if ((unsigned long)data < initrd_start) { in get_boot_config_from_initrd()
304 initrd_end = (unsigned long)data; in get_boot_config_from_initrd()
310 return data; in get_boot_config_from_initrd()
413 char *data, *copy, *err; in setup_boot_config() local
[all …]
Ddo_mounts.c77 static int match_dev_by_uuid(struct device *dev, const void *data) in match_dev_by_uuid() argument
80 const struct uuidcmp *cmp = data; in match_dev_by_uuid()
161 static int match_dev_by_label(struct device *dev, const void *data) in match_dev_by_label() argument
164 const char *label = data; in match_dev_by_label()
359 const int flags, const void *data) in do_mount_root() argument
366 if (data) { in do_mount_root()
373 strncpy(data_page, data, PAGE_SIZE); in do_mount_root()
DMakefile6 ccflags-y := -fno-function-sections -fno-data-sections
DKconfig620 Collect extended task accounting data and send the data
1264 data and heap segment sizes, and a few additional /proc filesystem
1337 facilities to relay large amounts of data from kernel space to
1406 must also merge .text.*, .data.*, and .bss.* correctly into
1412 bool "Dead code and data elimination (EXPERIMENTAL)"
1418 Enable this if you want to do dead code and data elimination with
1423 code and static data, particularly for small configs and
1589 bool "Enable full-sized data structures for core" if EXPERT
1592 kernel data structures. This saves memory on small machines,
1727 names of variables from the data sections, etc).
[all …]