Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c90 return NIL(Pfobj_t*);
94 { if(!(Pftable = (Pfobj_t**)vmalloc(Vmheap,(PFTABLE+1)*sizeof(Pfobj_t*))) )
111 { reg Pfobj_t* fn;
112 reg Pfobj_t* pfvm;
140 { if(!(pfvm = (Pfobj_t*)vmalloc(Vmpf,sizeof(Pfobj_t))) )
157 if(!(pf = (Pfobj_t*)vmalloc(Vmpf,sizeof(Pfobj_t))) )
220 reg Pfobj_t* pf;
250 static Pfobj_t* pfsort(Pfobj_t* pf) in pfsort()
253 Pfobj_t* pf; in pfsort()
507 reg Pfobj_t *pf;
[all …]
H A Dvmhdr.h101 typedef struct _pfobj_s Pfobj_t; typedef
242 Pfobj_t* pf; /* profile structure pointer */