Home
last modified time | relevance | path

Searched refs:FifoBufferTableSize (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/msgs/
H A Dfifo_buffs.c42 static int FifoBufferTableSize = 0; variable
55 if ((!FifoBufferTableSize) && (InitFifoBufferTable () < 0)) in ResetFifoBuffer()
58 if (fd >= FifoBufferTableSize) in ResetFifoBuffer()
78 if ((fd >= FifoBufferTableSize) && (GrowFifoBufferTable (fd) < 0)) in GetFifoBuffer()
98 if (FifoBufferTableSize) in InitFifoBufferTable()
106 FifoBufferTableSize = 100; in InitFifoBufferTable()
123 FifoBufferTableSize = fd+10; in GrowFifoBufferTable()
134 for (i=0; i < FifoBufferTableSize; i++) in NewFifoBuffer()