Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c55 Pfobj_t* region; /* pointer to region record */
62 { Pfobj_t* next; /* next in linked list */
71 static Pfobj_t** Pftable; /* hash table */
76 static Pfobj_t* pfsearch(Vmalloc_t* vm, const char* file, int line) in pfsearch()
78 static Pfobj_t* pfsearch(vm, file, line) in pfsearch()
84 reg Pfobj_t *pf, *last;
90 return NIL(Pfobj_t*);
94 { if(!(Pftable = (Pfobj_t**)vmalloc(Vmheap,(PFTABLE+1)*sizeof(Pfobj_t*))) )
95 return NIL(Pfobj_t*);
97 Pftable[n] = NIL(Pfobj_t*);
[all …]
H A Dvmhdr.h108 typedef struct _pfobj_s Pfobj_t; typedef
279 Pfobj_t* pf; /* profile structure pointer */