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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c37 #define PFFILE(pf) ((pf)->data.data.fm.file) macro
106 if(PFLINE(pf) == line && PFVM(pf) == vm && strcmp(PFFILE(pf),file) == 0)
163 PFFILE(pf) = PFNAME(fn);
288 else if((cmp = strcmp(PFFILE(one),PFFILE(two))) == 0)
429 { if(strcmp(PFFILE(last),PFFILE(pf)) != 0)
438 bufp = (*_Vmstrcpy)(bufp,PFFILE(pf)[0] ? PFFILE(pf) : "<>" ,':');
641 file = PFFILE(p
[all...]

Completed in 58 milliseconds