Home
last modified time | relevance | path

Searched refs:handle_parse_error (Results 1 – 3 of 3) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dlint.py19 def handle_parse_error(e: UnexpectedInput) -> bool: global() function
H A Ddeclarations.py53 def handle_parse_error(e: UnexpectedInput) -> bool: global() function
/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c692 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 …]