Searched refs:fc_syntax_error (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 213 return (fc_syntax_error(cp, "nargs must be 2")); in fco_getproplen() 216 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_getproplen() 260 return (fc_syntax_error(cp, "nargs must be 3")); in fco_getprop() 263 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_getprop() 305 return (fc_syntax_error(cp, "nargs must be 0")); in fco_ap_phandle() 308 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_ap_phandle() 325 return (fc_syntax_error(cp, "nargs must be 1")); in fco_child() 328 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_child() 357 return (fc_syntax_error(cp, "nargs must be 1")); in fco_peer() 360 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_peer() [all …]
|
H A D | fcpci.c | 306 return (fc_syntax_error(cp, "nargs must be 3")); in pfc_dma_map_in() 309 return (fc_syntax_error(cp, "nresults must be >= 1")); in pfc_dma_map_in() 391 return (fc_syntax_error(cp, "nargs must be 3")); in pfc_dma_sync() 445 return (fc_syntax_error(cp, "nargs must be 3")); in pfc_dma_map_out() 555 return (fc_syntax_error(cp, "nargs must be 4")); in pfc_map_in() 558 return (fc_syntax_error(cp, "nresults must be >= 1")); in pfc_map_in() 617 return (fc_syntax_error(cp, "nargs must be 2")); in pfc_map_out() 669 return (fc_syntax_error(cp, "nargs must be 1")); in pfc_register_fetch() 672 return (fc_syntax_error(cp, "nresults must be >= 1")); in pfc_register_fetch() 759 return (fc_syntax_error(cp, "nargs must be 2")); in pfc_register_store() [all …]
|
H A D | fc_subr.c | 391 fc_syntax_error(fc_ci_t *cp, char *msg) in fc_syntax_error() function
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 265 return (fc_syntax_error(cp, "nargs must be 3")); in gfc_map_in() 268 return (fc_syntax_error(cp, "nresults must be >= 1")); in gfc_map_in() 321 return (fc_syntax_error(cp, "nargs must be 2")); in gfc_map_out() 374 return (fc_syntax_error(cp, "nargs must be 1")); in gfc_register_fetch() 377 return (fc_syntax_error(cp, "nresults must be >= 1")); in gfc_register_fetch() 481 return (fc_syntax_error(cp, "nargs must be 2")); in gfc_register_store() 566 return (fc_syntax_error(cp, "nargs must be 4")); in gfc_master_intr() 569 return (fc_syntax_error(cp, "nresults must be >= 1")); in gfc_master_intr() 596 return (fc_syntax_error(cp, "nargs must be 6")); in gfc_claim_address() 599 return (fc_syntax_error(cp, "nresults must be 2")); in gfc_claim_address() [all …]
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1283 return (fc_syntax_error(cp, "nargs must be 3")); in opl_map_in() 1286 return (fc_syntax_error(cp, "nresults must be >= 1")); in opl_map_in() 1339 return (fc_syntax_error(cp, "nargs must be 2")); in opl_map_out() 1393 return (fc_syntax_error(cp, "nargs must be 1")); in opl_register_fetch() 1396 return (fc_syntax_error(cp, "nresults must be >= 1")); in opl_register_fetch() 1510 return (fc_syntax_error(cp, "nargs must be 2")); in opl_register_store() 1624 return (fc_syntax_error(cp, "nargs must be 3")); in opl_claim_memory() 1627 return (fc_syntax_error(cp, "nresults must be >= 1")); in opl_claim_memory() 1691 return (fc_syntax_error(cp, "nargs must be 2")); in opl_release_memory() 1694 return (fc_syntax_error(cp, "nresults must be 0")); in opl_release_memory() [all …]
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 623 extern int fc_syntax_error(fc_ci_t *, char *);
|