Home
last modified time | relevance | path

Searched defs:add_args (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c577 static int add_args(char ***argvp, char *add_args[], int count) in add_args() function
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py856 def add_args(self, *args: str) -> None: member in QEMUMachine