Searched refs:get_args (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | trace.c | 12 static int get_args(int argc, char * const argv[], char **buff, in get_args() function 38 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_func_list() 62 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_call_list()
|
/openbmc/linux/net/wireless/ |
H A D | wext-priv.c | 125 extra_size = get_priv_size(descr->get_args); in get_priv_descr_and_size() 128 if ((descr->get_args & IW_PRIV_SIZE_FIXED) && in get_priv_descr_and_size() 175 if (!(descr->get_args & IW_PRIV_SIZE_FIXED)) in ioctl_private_iw_point() 176 extra_size = adjust_priv_size(descr->get_args, iwp); in ioctl_private_iw_point()
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Context.c | 46 static struct scripting_context *get_args(PyObject *args, const char *name, PyObject **arg2) in get_args() function 59 return get_args(args, "context", NULL); in get_scripting_context() 121 c = get_args(args, "itrace_options", &str); in perf_set_itrace_options()
|
/openbmc/qemu/scripts/ |
H A D | analyse-locks-simpletrace.py | 59 def get_args(): function 68 args = get_args()
|
/openbmc/qemu/tests/guest-debug/ |
H A D | run-test.py | 22 def get_args(): function 52 args = get_args()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | properties.hpp | 29 virtual std::vector<DbusArgument> get_args() { return {}; }; in get_args() function in dbus::DbusMethod 138 std::vector<DbusArgument> get_args() override { return args; }; in get_args() function in dbus::LambdaDbusMethod 146 virtual std::vector<DbusArgument> get_args() { return {}; } in get_args() function in dbus::DbusSignal 171 std::vector<DbusArgument> get_args() override { return args; }; in get_args() function in dbus::DbusTemplateSignal 614 for (auto& arg : method.second->get_args()) { in get_xml_for_path() 630 for (auto& arg : signal.second->get_args()) { in get_xml_for_path()
|
/openbmc/linux/include/uapi/linux/ |
H A D | wireless.h | 1066 __u16 get_args; /* Type and number of args */ member
|
/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | atmel.c | 2594 .get_args = IW_PRIV_TYPE_NONE, 2599 .get_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 2604 .get_args = IW_PRIV_TYPE_NONE,
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 9894 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING, 9902 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING, 9910 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ,
|