Searched refs:Vmulong_t (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprofile.c | 49 { 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 D | vmtrace.c | 58 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 D | malloc.c | 139 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 D | vmhdr.h | 102 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 D | vmdebug.c | 57 #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 D | vmmopen.c | 69 Vmulong_t magic; /* magic bytes */
|
H A D | vmprivate.c | 288 NIL(char*(*)_ARG_((Vmulong_t,int))), /* _Vmitoa */
|