Searched refs:handle_parse_error (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/net/sunrpc/xdrgen/subcmds/ |
D | lint.py | 19 def handle_parse_error(e: UnexpectedInput) -> bool: function 30 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
|
D | declarations.py | 53 def handle_parse_error(e: UnexpectedInput) -> bool: function 65 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
|
D | definitions.py | 55 def handle_parse_error(e: UnexpectedInput) -> bool: function 67 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
|
D | source.py | 96 def handle_parse_error(e: UnexpectedInput) -> bool: function 108 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
|
/linux-6.12.1/drivers/md/dm-vdo/ |
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 …]
|