Lines Matching refs:cp_command
217 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB() local
222 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_get_recording_class_AB()
248 char cp_command[80]; in vmlogrdr_recording() local
264 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording()
266 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_recording()
270 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording()
273 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording()
275 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording()
279 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording()
296 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording()
298 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_recording()
302 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording()
548 char cp_command[80]; in vmlogrdr_purge_store() local
555 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_purge_store()
566 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_purge_store()
570 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_purge_store()
574 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_purge_store()
647 static const char cp_command[] = "QUERY RECORDING "; in recording_status_show() local
650 cpcmd(cp_command, buf, 4096, NULL); in recording_status_show()