Home
last modified time | relevance | path

Searched refs:arglist (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A Dcdomain.py84 rettype, fullname, arglist, _const = m.groups()
85 arglist = arglist.strip()
86 if rettype or not arglist:
89 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
90 arglist = [a.strip() for a in arglist.split(",")]
93 if len(arglist[0].split(" ")) > 1:
101 for argname in arglist:
/openbmc/qemu/qga/
H A Dcommands.c420 strList arglist; in qmp_guest_exec() local
432 arglist.value = (char *)path; in qmp_guest_exec()
433 arglist.next = has_arg ? arg : NULL; in qmp_guest_exec()
442 argv = guest_exec_get_args(&arglist, true); in qmp_guest_exec()
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot268 @{arglist}= Create List
269 ${args}= Create Dictionary data=@{arglist}
283 @{arglist}= Create List
284 ${args}= Create Dictionary data=@{arglist}
381 @{arglist}= Create List
382 ${args}= Create Dictionary data=@{arglist}
394 @{arglist}= Create List
395 ${args}= Create Dictionary data=@{arglist}
409 @{arglist}= Create List ${pnor_image}
410 ${args}= Create Dictionary data=@{arglist}
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py92 arglist = []
101 arglist.append(arg.get('type'))
102 return arglist