Searched refs:procfs_file (Results 1 – 1 of 1) sorted by relevance
64 static FILE *procfs_file = NULL; variable71 if (procfs_file == NULL) /* if output file not yet open */ in prepare_to_trace()73 procfs_file = fopen (procfs_filename, "a"); /* open output file */ in prepare_to_trace()80 if (procfs_file) in set_procfs_trace_cmd()81 fflush (procfs_file); in set_procfs_trace_cmd()90 if (procfs_file) in set_procfs_file_cmd()91 fclose (procfs_file); in set_procfs_file_cmd()92 procfs_file = NULL; in set_procfs_file_cmd()240 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace()245 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace()[all …]