Searched refs:datafile_error (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | startup.c | 97 static void datafile_error(char *errmsg, char *token); 125 static void datafile_error(); 453 datafile_error("Expecting keyword, found '%s'", token); in sup_prxfile() 468 datafile_error("Unknown keyword '%s'", cleaned); in sup_prxfile() 502 datafile_error("Expecting '=', found '%s'", token); in sup_setpath() 522 datafile_error("Expecting value, found '%s'", token); in sup_setpath() 541 datafile_error("Expecting ', ', found '%s'", token); in sup_setpath() 568 datafile_error("Expecting '=', found '%s'", token); in sup_setdtype() 576 datafile_error("Expecting value, found '%s'", token); in sup_setdtype() 606 datafile_error("Expecting ':', found '%s'", token); in sup_setdtype() [all …]
|