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

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

Completed in 56 milliseconds