Searched refs:to_struct_field_name (Results 1 – 1 of 1) sorted by relevance
396 def to_struct_field_name(name): function420 field_name = "cmd->u.%s.%s" % (to_struct_field_name(command.name), to_field_name(param.name))486 field_name = "cmd->u.%s.%s" % (to_struct_field_name(command.name), to_field_name(param.name))493 …member_name = "cmd->u.%s.%s->%s" % (to_struct_field_name(command.name), to_field_name(param.name),…571 'to_struct_field_name': to_struct_field_name,