Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/lib/msgs/
H A Dfifo_buffs.c48 static int GrowFifoBufferTable (int);
78 if ((fd >= FifoBufferTableSize) && (GrowFifoBufferTable (fd) < 0)) in GetFifoBuffer()
113 GrowFifoBufferTable (int fd) in GrowFifoBufferTable() function