Searched refs:set_arg (Results 1 – 1 of 1) sorted by relevance
| /boot/ |
| A D | bootflow.c | 731 const char *set_arg, const char *new_val, int *posp) in cmdline_set_arg() argument 746 set_arg_len = strlen(set_arg); in cmdline_set_arg() 808 !strncmp(from, set_arg, set_arg_len)) { in cmdline_set_arg() 860 ret = copy_in(to, end, set_arg, set_arg_len, new_val); in cmdline_set_arg() 878 int bootflow_cmdline_set_arg(struct bootflow *bflow, const char *set_arg, in bootflow_cmdline_set_arg() argument 885 ret = cmdline_set_arg(buf, sizeof(buf), bflow->cmdline, set_arg, in bootflow_cmdline_set_arg()
|
Completed in 9 milliseconds