Home
last modified time | relevance | path

Searched refs:error_ptr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c200 * @error_ptr: A pointer to return a error string in.
205 static int get_version_number(int argc, char **argv, char **error_ptr, in get_version_number() argument
211 *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()
647 * @error_ptr: Pointer to a buffer to hold the error string.
660 static int parse_optional_arguments(struct dm_arg_set *arg_set, char **error_ptr, in parse_optional_arguments() argument
669 *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 in parse_optional_arguments()
692 handle_parse_error(struct device_config * config,char ** error_ptr,char * error_str) handle_parse_error() argument
714 char **error_ptr = &ti->error; parse_device_config() local
1768 validate_new_device_config(struct device_config * to_validate,struct device_config * config,bool may_grow,char ** error_ptr) validate_new_device_config() argument
[all...]
/linux/drivers/scsi/
H A Dhpsa_cmd.h632 __le64 error_ptr; /* Error Pointer */ member