Searched refs:nargscheck (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 63 const char *s1, unsigned nargscheck, unsigned nretcheck) in cmpservice() argument 68 if ((nargscheck && (nargs != nargscheck)) || in cmpservice() 70 trace_vof_error_param(s, nargscheck, nretcheck, nargs, nret); in cmpservice()
|
H A D | trace-events | 76 vof_error_param(const char *method, int nargscheck, int nretcheck, int nargs, int nret) "%s takes/r…
|