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

/haiku/src/bin/network/telnet/
H A Dring.h76 ring_init(Ring *ring, unsigned char *buffer, int count);
H A Dnetwork.c68 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) {
71 if (ring_init(&netiring, netibuf, sizeof netibuf) != 1) {
H A Dterminal.c104 if (ring_init(&ttyoring, ttyobuf, sizeof ttyobuf) != 1) {
107 if (ring_init(&ttyiring, ttyibuf, sizeof ttyibuf) != 1) {
H A Dring.c104 ring_init(Ring *ring, unsigned char *buffer, int count) function

Completed in 102 milliseconds