Searched refs:datafile_error (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/format/ |
| H A D | startup.c | 94 static void datafile_error(char *errmsg, char *token); 422 datafile_error("Expecting keyword, found '%s'", token); in sup_prxfile() 437 datafile_error("Unknown keyword '%s'", cleaned); in sup_prxfile() 471 datafile_error("Expecting '=', found '%s'", token); in sup_prxfile() 491 datafile_error("Expecting value, found '%s'", token); in sup_setpath() 510 datafile_error("Expecting ', ', found '%s'", token); in sup_setpath() 537 datafile_error("Expecting '=', found '%s'", token); in sup_setpath() 545 datafile_error("Expecting value, found '%s'", token); in sup_setpath() 575 datafile_error("Expecting ':', found '%s'", token); in sup_setdtype() 591 datafile_error("Expectin in sup_setdtype() 2369 datafile_error(char *errmsg, char *token) datafile_error() function [all...] |