Home | History | Annotate | Download | only in qemu

Lines Matching refs:chkbuf

2235         char ifname[64], chkbuf[64];
2240 if (check_params(chkbuf, sizeof(chkbuf), fd_params, p) < 0) {
2241 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2253 if (check_params(chkbuf, sizeof(chkbuf), tap_params, p) < 0) {
2254 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2272 char chkbuf[64];
2275 if (check_params(chkbuf, sizeof(chkbuf), fd_params, p) < 0) {
2276 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2288 if (check_params(chkbuf, sizeof(chkbuf), listen_params, p) < 0) {
2289 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2298 if (check_params(chkbuf, sizeof(chkbuf), connect_params, p) < 0) {
2299 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2308 if (check_params(chkbuf, sizeof(chkbuf), mcast_params, p) < 0) {
2309 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);