Searched refs:error_ptr (Results 1 – 2 of 2) sorted by relevance
205 static int get_version_number(int argc, char **argv, char **error_ptr, in get_version_number() argument211 *error_ptr = "Unknown version number detected"; in get_version_number()225 *error_ptr = "Incorrect number of arguments for version"; in get_version_number()229 *error_ptr = "Incorrect number of arguments for version"; in get_version_number()660 static int parse_optional_arguments(struct dm_arg_set *arg_set, char **error_ptr, in parse_optional_arguments() argument669 *error_ptr = "Invalid thread-count configuration"; in parse_optional_arguments()674 *error_ptr = "Odd number of optional arguments given but they should be <key> <value> pairs"; in parse_optional_arguments()679 *error_ptr = "Invalid optional argument configuration"; in parse_optional_arguments()692 static void handle_parse_error(struct device_config *config, char **error_ptr, in handle_parse_error() argument696 *error_ptr = error_str; in handle_parse_error()[all …]
632 __le64 error_ptr; /* Error Pointer */ member