Searched refs:next_arg (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/lib/ |
H A D | cmdline.c | 227 char *next_arg(char *args, char **param, char **val) in next_arg() function 275 EXPORT_SYMBOL(next_arg);
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-aggregator.c | 76 args = next_arg(args, &name, &p); in aggr_parse() 78 args = next_arg(args, &offsets, &p); in aggr_parse() 104 args = next_arg(args, &name, &p); in aggr_parse()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 5697 unsigned next_arg) in tcg_out_helper_load_common_args() argument 5720 loc = &info->in[next_arg]; in tcg_out_helper_load_common_args() 5735 next_arg++; in tcg_out_helper_load_common_args() 5740 loc = &info->in[next_arg]; in tcg_out_helper_load_common_args() 5823 unsigned next_arg, nmov; in tcg_out_ld_helper_args() local 5843 next_arg = 1; in tcg_out_ld_helper_args() 5845 loc = &info->in[next_arg]; in tcg_out_ld_helper_args() 5859 next_arg += 2; in tcg_out_ld_helper_args() 5864 next_arg += nmov; in tcg_out_ld_helper_args() 5895 tcg_out_helper_load_common_args(s, ldst, parm, info, next_arg); in tcg_out_ld_helper_args() [all …]
|
/openbmc/linux/include/linux/ |
H A D | kernel.h | 211 extern char *next_arg(char *args, char **param, char **val);
|
/openbmc/linux/arch/s390/boot/ |
H A D | ipl_parm.c | 269 args = next_arg(args, ¶m, &val); in parse_boot_command_line()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 68 str = next_arg(str, ¶m, &val); in efi_parse_options()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | kaslr.c | 278 args = next_arg(args, ¶m, &val); in handle_mem_options()
|
/openbmc/linux/kernel/ |
H A D | params.c | 184 args = next_arg(args, ¶m, &val); in parse_args()
|
/openbmc/linux/drivers/block/zram/ |
H A D | zram_drv.c | 1092 args = next_arg(args, ¶m, &val); in recomp_algorithm_store() 1754 args = next_arg(args, ¶m, &val); in recompress_store()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 2112 goto next_arg; in syscall__scnprintf_args() 2118 next_arg: in syscall__scnprintf_args()
|