Searched refs:kernel_param (Results 1 – 4 of 4) sorted by relevance
24 kernel_param = 'console=ttyAMA0 mem=128M quiet'26 '-append', kernel_param)31 exec_command_and_wait_for_pattern(self, 'dmesg', kernel_param)
70 extern int ubi_mtd_param_parse(const char *val, struct kernel_param *kp);
283 struct kernel_param { int i; }; struct
1445 static int __init ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse()1447 int ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse()