Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c144 static int _Vmpffd = -1; variable
1255 vmprofile(Vmregion,_Vmpffd); in pfprint()
1371 _Vmpffd = createfile(v); in _vmoptions()
1433 if (_Vmpffd < 0) in _vmoptions()
1434 _Vmpffd = 2; in _vmoptions()
1438 else if (_Vmpffd >= 0) in _vmoptions()
1440 close(_Vmpffd); in _vmoptions()
1441 _Vmpffd = -1; in _vmoptions()