Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dfifo_buffs.c40 static int FifoBufferTableSize = 0; variable
53 if ((!FifoBufferTableSize) && (InitFifoBufferTable () < 0)) in ResetFifoBuffer()
56 if (fd >= FifoBufferTableSize) in ResetFifoBuffer()
76 if ((fd >= FifoBufferTableSize) && (GrowFifoBufferTable (fd) < 0)) in GetFifoBuffer()
96 if (FifoBufferTableSize) in InitFifoBufferTable()
104 FifoBufferTableSize = 100; in InitFifoBufferTable()
121 FifoBufferTableSize = fd+10; in GrowFifoBufferTable()
132 for (i=0; i < FifoBufferTableSize; i++) in NewFifoBuffer()