Searched defs:PFLINE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c38 #define PFLINE(pf) ((pf)->line) macro
106 if(PFLINE(pf) == line && PFVM(pf) == vm && strcmp(PFFILE(pf),file) == 0)
121 if(PFLINE(fn) < 0 && strcmp(PFNAME(fn),file) == 0)
130 PFLINE(fn) = -1;
154 PFLINE(pfvm) = 0;
162 PFLINE(pf) = line;
196 if(PFLINE(pf) >= 0 && PFVM(pf) == vm)
282 if(PFLINE(one) == 0 && PFLINE(two) == 0)
284 else if(PFLINE(on
[all...]

Completed in 45 milliseconds