Searched defs:sf_malloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c101 int sf_malloc, oflags, init, okmmap, local; local
339 sf_malloc = 0;
345 sf_malloc = (oflags&SF_MALLOC);
355 sf_malloc = SF_MALLOC;
371 f->extent = (!sf_malloc &&
376 if((f->mode&SF_READ) && !sf_malloc)
380 f->flags = (f->flags & ~SF_MALLOC)|sf_malloc;

Completed in 57 milliseconds