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

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c107 int sf_malloc, oflags, init, okmmap, local; local
355 sf_malloc = 0;
361 sf_malloc = (oflags&SF_MALLOC);
371 sf_malloc = SF_MALLOC;
387 f->extent = (!sf_malloc &&
392 if((f->mode&SF_READ) && !sf_malloc)
396 f->flags = (f->flags & ~SF_MALLOC)|sf_malloc;

Completed in 19 milliseconds