Searched refs:fc_syntax_error (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 214 return (fc_syntax_error(cp, "nargs must be 2")); in fco_getproplen() 217 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_getproplen() 261 return (fc_syntax_error(cp, "nargs must be 3")); in fco_getprop() 264 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_getprop() 306 return (fc_syntax_error(cp, "nargs must be 0")); in fco_ap_phandle() 309 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_ap_phandle() 326 return (fc_syntax_error(cp, "nargs must be 1")); in fco_child() 329 return (fc_syntax_error(cp, "nresults must be > 0")); in fco_child() 358 return (fc_syntax_error(cp, "nargs must be 1")); in fco_peer() 361 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
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1282 return (fc_syntax_error(cp, "nargs must be 3")); in opl_map_in() 1285 return (fc_syntax_error(cp, "nresults must be >= 1")); in opl_map_in() 1338 return (fc_syntax_error(cp, "nargs must be 2")); in opl_map_out() 1392 return (fc_syntax_error(cp, "nargs must be 1")); in opl_register_fetch() 1395 return (fc_syntax_error(cp, "nresults must be >= 1")); in opl_register_fetch() 1509 return (fc_syntax_error(cp, "nargs must be 2")); in opl_register_store() 1623 return (fc_syntax_error(cp, "nargs must be 3")); in opl_claim_memory() 1626 return (fc_syntax_error(cp, "nresults must be >= 1")); in opl_claim_memory() 1690 return (fc_syntax_error(cp, "nargs must be 2")); in opl_release_memory() 1693 return (fc_syntax_error(cp, "nresults must be 0")); in opl_release_memory() [all …]
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 623 extern int fc_syntax_error(fc_ci_t *, char *);
|