Searched refs:handle_parse_error (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | dm-vdo-target.c | 692 static void handle_parse_error(struct device_config *config, char **error_ptr, in handle_parse_error() function 719 handle_parse_error(config, error_ptr, in parse_device_config() 725 handle_parse_error(config, error_ptr, "Incorrect number of arguments"); in parse_device_config() 731 handle_parse_error(config, error_ptr, in parse_device_config() 743 handle_parse_error(config, error_ptr, "Could not populate string"); in parse_device_config() 768 handle_parse_error(config, error_ptr, *error_ptr); in parse_device_config() 778 handle_parse_error(config, error_ptr, in parse_device_config() 787 handle_parse_error(config, error_ptr, in parse_device_config() 796 handle_parse_error(config, error_ptr, "Invalid logical block size"); in parse_device_config() 808 handle_parse_error(config, error_ptr, in parse_device_config() [all …]
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_parse.py | 78 def handle_parse_error(e: UnexpectedInput) -> bool: function 121 return handle_parse_error
|