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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c142 static int _Vmpffd = -1; variable
888 vmprofile(Vmregion,_Vmpffd);
1051 _Vmpffd = createfile(v);
1110 if (_Vmpffd < 0)
1111 _Vmpffd = 2;
1115 else if (_Vmpffd >= 0)
1117 close(_Vmpffd);
1118 _Vmpffd = -1;

Completed in 58 milliseconds