Home | History | Annotate | Download | only in liblegacy

Lines Matching defs:note

72 			fprintf(stderr, "Failed to open note device. Possibly you have passed incorrect\n"
75 perror("Failed to open note device");
117 * @param nbuf note buffer area
118 * @param nsize size of note buffer
132 /* it's always OK to read the note device */
159 * @param nbuf note buffer
160 * @param nsize size of note buffer
215 struct op_note const * note;
218 note = &opd_buf[i];
222 switch (note->type) {
225 if (note->type == OP_EXEC)
226 opd_handle_exec(note->pid, note->tgid);
227 opd_handle_mapping(note);
231 opd_handle_fork(note);
239 opd_handle_exit(note);
243 fprintf(stderr, "Received unknown notification type %u\n", note->type);