Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c205 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT()
250 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT()
293 const GValue *param_values, in _g_dbus_codegen_marshal_VOID__VARIANT_STRING()
333 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT()
378 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING()
423 const GValue *param_values, in _g_dbus_codegen_marshal_VOID__INT_STRING_INT()
465 const GValue *param_values, in _g_dbus_codegen_marshal_VOID__STRING_STRING()
505 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING_STRING()
552 const GValue *param_values, in _g_dbus_codegen_marshal_VOID__STRING_UCHAR()
592 const GValue *param_values, in _g_dbus_codegen_marshal_VOID__UCHAR_UCHAR_UCHAR_STRING()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c331 static int finit_module(int fd, const char *param_values, int flags) in finit_module()