Searched refs:s (Results 1 – 3 of 3) sorted by relevance
/init/ |
D | do_mounts.c | 178 char s[32]; in name_to_dev_t() local 218 strcpy(s, name); in name_to_dev_t() 219 for (p = s; *p; p++) in name_to_dev_t() 222 res = blk_lookup_devt(s, 0); in name_to_dev_t() 230 while (p > s && isdigit(p[-1])) in name_to_dev_t() 232 if (p == s || !*p || *p == '0') in name_to_dev_t() 238 res = blk_lookup_devt(s, part); in name_to_dev_t() 243 if (p < s + 2 || !isdigit(p[-2]) || p[-1] != 'p') in name_to_dev_t() 246 res = blk_lookup_devt(s, part); in name_to_dev_t() 301 char *s = page; in get_fs_names() local [all …]
|
D | initramfs.c | 129 static void __init parse_header(char *s) in parse_header() argument 136 for (i = 0, s += 6; i < 12; i++, s += 8) { in parse_header() 137 memcpy(buf, s, 8); in parse_header()
|
D | Kconfig | 237 section 6.4 of the Linux Programmer's Guide, available from 288 process and it's parent. Note that this file format is incompatible 324 in pages. Such statistics can help in setting a task's priorities 476 bool "Accelerate last non-dyntick-idle CPU's grace periods" 1298 from mmap() has it's contents cleared before it is passed to 1304 This is taken advantage of by uClibc's malloc(), and also by 1305 ELF-FDPIC binfmt's brk and stack allocator. 1425 with all 1s, and others with all 0s. When they were centralised,
|