Home | History | Annotate | Download | only in liblegacy

Lines Matching refs:open

56  * op_open_files - open necessary files
58 * Open the device files and the log file,
65 perror("Failed to open hash map device");
72 fprintf(stderr, "Failed to open note device. Possibly you have passed incorrect\n"
75 perror("Failed to open note device");
82 fprintf(stderr, "Failed to open device. Possibly you have passed incorrect\n"
85 perror("Failed to open profile device");
98 if (open("/dev/null", O_RDONLY) == -1) {
99 perror("oprofiled: couldn't re-open stdin as /dev/null: ");
297 /* re-open logfile for logrotate */
304 /* We just close them, and re-open them lazily as usual. */