Lines Matching full:recording
216 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB()
256 * The recording commands needs to be called with option QID in vmlogrdr_recording()
258 * Purging has to be done as separate step, because recording in vmlogrdr_recording()
266 "RECORDING %s PURGE %s", in vmlogrdr_recording()
274 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording()
279 /* The recording command will usually answer with 'Command complete' in vmlogrdr_recording()
282 * 'HCPCRC8072I Recording entry not found' before the in vmlogrdr_recording()
290 * If we turn recording off, we have to purge any remaining records in vmlogrdr_recording()
298 "RECORDING %s PURGE %s", in vmlogrdr_recording()
342 /* start recording for this service*/ in vmlogrdr_open()
346 pr_warn("vmlogrdr: failed to start recording automatically\n"); in vmlogrdr_open()
398 pr_warn("vmlogrdr: failed to stop recording automatically\n"); in vmlogrdr_release()
558 * The recording command needs to be called with option QID in vmlogrdr_purge_store()
566 "RECORDING %s PURGE QID * ", in vmlogrdr_purge_store()
570 "RECORDING %s PURGE ", in vmlogrdr_purge_store()
641 static DEVICE_ATTR(recording, 0200, NULL, vmlogrdr_recording_store);
646 static const char cp_command[] = "QUERY RECORDING "; in recording_status_show()