Lines Matching refs:nbuf
47 static struct op_note * nbuf; variable
120 static void opd_shutdown(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t ns… in opd_shutdown() argument
134 ncount = op_read_device(notedevfd, nbuf, nsize); in opd_shutdown()
137 opd_do_notes(nbuf, ncount); in opd_shutdown()
165 static void opd_do_read(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t nsi… in opd_do_read() argument
176 ncount = op_read_device(notedevfd, nbuf, nsize); in opd_do_read()
178 opd_do_notes(nbuf, ncount); in opd_do_read()
199 opd_shutdown(buf, size, nbuf, nsize); in opd_do_read()
341 nbuf = xmalloc(n_buf_bytesize); in opd_24_init()
365 opd_do_read(sbuf, s_buf_bytesize, nbuf, n_buf_bytesize); in opd_24_start()
375 free(nbuf); in opd_24_exit()