Searched refs:ringbuf_allocate (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Ducbsnd.c161 int ringbuf_allocate(struct ring_buf*, size_t, int);
218 ringbuf_allocate(&sc->sc_rb, TX39_SIBDMA_SIZE, UCBSND_BUFBLOCK);
644 ringbuf_allocate(struct ring_buf *rb, size_t blksize, int maxblk) function
655 printf("ringbuf_allocate: can't allocate buffer\n");
666 printf("ringbuf_allocate: can't allocate buffer\n");

Completed in 77 milliseconds