Searched refs:param_values (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.c | 205 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() argument 225 data2 = g_value_peek_pointer (param_values + 0); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() 229 data1 = g_value_peek_pointer (param_values + 0); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() 238 g_marshal_value_peek_object (param_values + 1), in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() 239 g_marshal_value_peek_int (param_values + 2), in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() 250 const GValue *param_values, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() argument 269 data2 = g_value_peek_pointer (param_values + 0); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() 273 data1 = g_value_peek_pointer (param_values + 0); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() 282 g_marshal_value_peek_object (param_values + 1), in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() 293 const GValue *param_values, in _g_dbus_codegen_marshal_VOID__VARIANT_STRING() argument [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 331 static int finit_module(int fd, const char *param_values, int flags) in finit_module() argument 333 return syscall(__NR_finit_module, fd, param_values, flags); in finit_module()
|