Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c49 { Vmulong_t hash; /* hash value */
52 Vmulong_t max; /* max busy space for region */
56 Vmulong_t nalloc; /* number of alloc calls */
57 Vmulong_t alloc; /* amount allocated */
58 Vmulong_t nfree; /* number of free calls */
59 Vmulong_t free; /* amount freed */
85 reg Vmulong_t h;
101 h = line + (((Vmulong_t)vm)>>4);
113 reg Vmulong_t hn;
221 reg Vmulong_t s;
[all …]
H A Dvmtrace.c58 static char* tritoa(Vmulong_t v, int type) in tritoa()
61 Vmulong_t v; /* value to convert */ in tritoa()
86 v = (Vmulong_t)(-((long)v));
138 bufp = trstrcpy(bufp, tritoa((Vmulong_t)size, 1), ':');
139 bufp = trstrcpy(bufp, tritoa((Vmulong_t)align, 1), ':');
172 bufp = trstrcpy(bufp, tritoa((Vmulong_t)line,1), 0);
182 bufp = trstrcpy(bufp, tritoa((Vmulong_t)func,0), 0);
H A Dmalloc.c139 static Vmulong_t _Vmdbstart = 0;
140 static Vmulong_t _Vmdbcheck = 0;
141 static Vmulong_t _Vmdbtime = 0;
768 static Vmulong_t atou(char** sp) in atou()
770 static Vmulong_t atou(sp) in atou()
775 Vmulong_t v = 0;
908 Vmulong_t n; in _vmoptions()
H A Dvmhdr.h102 typedef unsigned long Vmulong_t; typedef
123 #define VLONG(addr) ((Vmulong_t)((char*)(addr) - (char*)0) )
488 char* (*vm_itoa)_ARG_((Vmulong_t, int));
H A Dvmdebug.c57 #define LONGV(x) ((Vmulong_t)(x))
760 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)st.n_busy,-1), ',');
764 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)st.n_free,-1), ',');
772 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)st.n_seg,-1), ',');
H A Dvmmopen.c69 Vmulong_t magic; /* magic bytes */
H A Dvmprivate.c288 NIL(char*(*)_ARG_((Vmulong_t,int))), /* _Vmitoa */