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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c48 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode)
52 Vmethod_t* meth; /* method to manage space */
H A Dvmpool.c352 static Vmethod_t _Vmpool =
364 __DEFINE__(Vmethod_t*,Vmpool,&_Vmpool);
H A Dvmlast.c461 static Vmethod_t _Vmlast =
473 __DEFINE__(Vmethod_t*,Vmlast,&_Vmlast);
H A Dvmdebug.c780 static Vmethod_t _Vmdebug =
792 __DEFINE__(Vmethod_t*,Vmdebug,&_Vmdebug);
H A Dvmprofile.c735 static Vmethod_t _Vmprofile =
747 __DEFINE__(Vmethod_t*,Vmprofile,&_Vmprofile);
H A Dvmbest.c1442 static Vmethod_t _Vmbest =
1486 __DEFINE__(Vmethod_t*, Vmbest, &_Vmbest);

Completed in 75 milliseconds