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

/osnet-11/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)
78 static Pfobj_t* pfsearch(vm, file, line)
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*);
[all...]
H A Dvmhdr.h108 typedef struct _pfobj_s Pfobj_t; typedef in typeref:struct:_pfobj_s
279 Pfobj_t* pf; /* profile structure pointer */
426 ** _pf_: pointer to the corresponding Pfobj_t struct

Completed in 30 milliseconds