Home | History | Annotate | Download | only in maple

Lines Matching defs:response

456 	/* Write address to receive buffer where the response
1220 maple_response_t response;
1239 if ((response = u->u_rxbuf[0]) == MAPLE_RESPONSE_AGAIN) {
1257 if (response == MAPLE_RESPONSE_DATATRF && len > 0 &&
1264 } else if (response == MAPLE_RESPONSE_NONE) {
1268 printf("%s: func: %d: periodic response %d\n",
1271 response);
1285 switch (response) {
1294 printf("%s: no response\n",
1317 switch (response) {
1327 printf("%s: ping response %d\n",
1330 response);
1380 if (response == MAPLE_RESPONSE_NONE) {
1384 printf("%s: command response %d\n",
1387 response);
1403 printf("%s: unknown function: function %d, response %d\n",
1405 func_code, response);
1418 if (u->subunit == 0 && response != MAPLE_RESPONSE_NONE &&
1419 response != MAPLE_RESPONSE_AGAIN &&