Lines Matching refs:datafile_error

77 static void	datafile_error(char *errmsg, char *token);
105 static void datafile_error();
433 datafile_error("Expecting keyword, found '%s'", token); in sup_prxfile()
448 datafile_error("Unknown keyword '%s'", cleaned); in sup_prxfile()
482 datafile_error("Expecting '=', found '%s'", token); in sup_setpath()
502 datafile_error("Expecting value, found '%s'", token); in sup_setpath()
521 datafile_error("Expecting ', ', found '%s'", token); in sup_setpath()
548 datafile_error("Expecting '=', found '%s'", token); in sup_setdtype()
556 datafile_error("Expecting value, found '%s'", token); in sup_setdtype()
586 datafile_error("Expecting ':', found '%s'", token); in sup_setdtype()
602 datafile_error("Expecting keyword, found '%s'", token); in sup_setdtype()
619 datafile_error("Expecting '=', found '%s'", token); in sup_setdtype()
627 datafile_error("Expecting value, found '%s'", token); in sup_setdtype()
653 datafile_error(NULL, NULL); in sup_setdtype()
658 datafile_error( in sup_setdtype()
679 datafile_error("Expecting an integer, found '%s'", in sup_setdtype()
758 datafile_error("Unknown keyword '%s'", ident); in sup_setdtype()
768 datafile_error("Incomplete specification", ""); in sup_setdtype()
773 datafile_error("Incomplete specification", ""); in sup_setdtype()
777 datafile_error("Incomplete specification", ""); in sup_setdtype()
836 datafile_error("Unsupported mode page '%s'", id); in sup_change_spec()
843 datafile_error("Unexpected value '%s'", token); in sup_change_spec()
853 datafile_error("Unknown keyword '%s'", ident); in sup_change_spec()
858 datafile_error("Unknown keyword '%s'", ident); in sup_change_spec()
862 datafile_error("Unsupported byte offset '%s'", ident); in sup_change_spec()
884 datafile_error("Unexpected operator: '%s'", token); in sup_change_spec()
897 datafile_error("Expecting value, found '%s'", token); in sup_change_spec()
903 datafile_error("Expecting value, found '%s'", token); in sup_change_spec()
953 datafile_error("Expecting '=', found '%s'", token); in sup_setpart()
961 datafile_error("Expecting value, found '%s'", token); in sup_setpart()
997 datafile_error("Expecting ':', found '%s'", token); in sup_setpart()
1010 datafile_error("Expecting keyword, found '%s'", token); in sup_setpart()
1019 datafile_error("Expecting '=', found '%s'", token); in sup_setpart()
1030 datafile_error("Expecting value, found '%s'", token); in sup_setpart()
1077 datafile_error(NULL, NULL); in sup_setpart()
1082 datafile_error( in sup_setpart()
1100 datafile_error("Unknown disk '%s'", disk); in sup_setpart()
1118 datafile_error("Incomplete specification", ""); in sup_setpart()
1126 datafile_error("Unknown keyword '%s'", ident); in sup_setpart()
1133 datafile_error("Unknown keyword '%s'", ident); in sup_setpart()
1166 datafile_error( in sup_setpart()
1172 datafile_error("Expecting value, found '%s'", in sup_setpart()
1189 datafile_error("Expecting ', ', found '%s'", in sup_setpart()
1195 datafile_error("Expecting value, found '%s'", in sup_setpart()
1208 datafile_error("Expecting an integer, found '%s'", in sup_setpart()
1217 datafile_error("Expecting ', ', found '%s'", token); in sup_setpart()
1225 datafile_error("Expecting value, found '%s'", token); in sup_setpart()
1238 datafile_error("Expecting an integer, found '%s'", in sup_setpart()
1267 datafile_error("Incomplete specification", ""); in sup_setpart()
2353 datafile_error(char *errmsg, char *token) in datafile_error() function