Lines Matching refs:cp_command
216 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB() local
221 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_get_recording_class_AB()
247 char cp_command[80]; in vmlogrdr_recording() local
263 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording()
265 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_recording()
269 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording()
272 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording()
274 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording()
278 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording()
295 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_recording()
297 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_recording()
301 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_recording()
549 char cp_command[80]; in vmlogrdr_purge_store() local
556 memset(cp_command, 0x00, sizeof(cp_command)); in vmlogrdr_purge_store()
567 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_purge_store()
571 snprintf(cp_command, sizeof(cp_command), in vmlogrdr_purge_store()
575 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL); in vmlogrdr_purge_store()
650 static const char cp_command[] = "QUERY RECORDING "; in vmlogrdr_recording_status_show() local
653 cpcmd(cp_command, buf, 4096, NULL); in vmlogrdr_recording_status_show()