Home | History | Annotate | Download | only in liblegacy

Lines Matching defs:nbuf

47 static struct op_note * nbuf;
117 * @param nbuf note buffer area
120 static void opd_shutdown(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t nsize)
134 ncount = op_read_device(notedevfd, nbuf, nsize);
137 opd_do_notes(nbuf, ncount);
159 * @param nbuf note buffer
165 static void opd_do_read(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t nsize)
176 ncount = op_read_device(notedevfd, nbuf, nsize);
178 opd_do_notes(nbuf, ncount);
199 opd_shutdown(buf, size, nbuf, nsize);
341 nbuf = xmalloc(n_buf_bytesize);
365 opd_do_read(sbuf, s_buf_bytesize, nbuf, n_buf_bytesize);
375 free(nbuf);