Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstreams.c493 return (ST_MEM_FILLED); in stream_insert()
508 return_val = ST_MEM_FILLED; in stream_insert()
536 return_val = ST_MEM_FILLED; in stream_insert()
540 return_val = ST_MEM_FILLED; in stream_insert()
H A Dstreams.h54 #define ST_MEM_FILLED 0x0 /* no memory left; proceed to internal sort */ macro