Searched refs:r (Results 1 – 2 of 2) sorted by relevance
291 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill() local292 if (r < 0) in compr_fill()294 else if (r == 0) in compr_fill()296 return r; in compr_fill()
6 default "/lib/modules/$(shell,uname -r)/.config"8 default "/boot/config-$(shell,uname -r)"81 …def_bool $(success,echo 'int foo(int x) { asm goto ("": "=r"(x) ::: bar); return x; bar: return 0;…