Symbol: fc_syntax_error
usr/src/uts/sun4/io/efcode/fc_ops.c
214
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4/io/efcode/fc_ops.c
217
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
261
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4/io/efcode/fc_ops.c
264
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
306
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
309
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
326
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fc_ops.c
329
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
358
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fc_ops.c
361
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
390
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fc_ops.c
393
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
426
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
429
return (fc_syntax_error(cp, "nresults must be > 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
480
return (fc_syntax_error(cp, "nargs must be 4"));
usr/src/uts/sun4/io/efcode/fc_ops.c
650
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fc_ops.c
698
return (fc_syntax_error(cp, "nargs must be 4"));
usr/src/uts/sun4/io/efcode/fc_ops.c
849
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4/io/efcode/fc_ops.c
852
return (fc_syntax_error(cp, "nresults must be 2"));
usr/src/uts/sun4/io/efcode/fcpci.c
1095
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4/io/efcode/fcpci.c
1098
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
1144
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
1147
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
1175
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4/io/efcode/fcpci.c
1178
return (fc_syntax_error(cp, "nresults must be >= 3"));
usr/src/uts/sun4/io/efcode/fcpci.c
1198
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4/io/efcode/fcpci.c
1201
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
1215
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4/io/efcode/fcpci.c
1218
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
306
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4/io/efcode/fcpci.c
309
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
391
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4/io/efcode/fcpci.c
445
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4/io/efcode/fcpci.c
555
return (fc_syntax_error(cp, "nargs must be 4"));
usr/src/uts/sun4/io/efcode/fcpci.c
558
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
617
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4/io/efcode/fcpci.c
669
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
672
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
759
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4/io/efcode/fcpci.c
841
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
844
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4/io/efcode/fcpci.c
976
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4/sys/fcode.h
623
extern int fc_syntax_error(fc_ci_t *, char *);
usr/src/uts/sun4u/io/opl_cfg.c
1282
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4u/io/opl_cfg.c
1285
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1338
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4u/io/opl_cfg.c
1392
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1395
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1509
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4u/io/opl_cfg.c
1623
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4u/io/opl_cfg.c
1626
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1690
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4u/io/opl_cfg.c
1693
return (fc_syntax_error(cp, "nresults must be 0"));
usr/src/uts/sun4u/io/opl_cfg.c
1746
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1749
return (fc_syntax_error(cp, "nresults must be less than 2"));
usr/src/uts/sun4u/io/opl_cfg.c
1790
return (fc_syntax_error(cp, "nargs must be 0"));
usr/src/uts/sun4u/io/opl_cfg.c
1793
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1811
return (fc_syntax_error(cp, "nargs must be 3"));
usr/src/uts/sun4u/io/opl_cfg.c
1814
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1865
return (fc_syntax_error(cp, "nargs must be 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1868
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
1985
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4u/io/opl_cfg.c
1988
return (fc_syntax_error(cp, "nresults must be >= 1"));
usr/src/uts/sun4u/io/opl_cfg.c
2303
return (fc_syntax_error(cp, "nargs must be 2"));
usr/src/uts/sun4u/io/opl_cfg.c
2306
return (fc_syntax_error(cp, "nresults must be >= 1"));