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

/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Dmachine.h222 * free_proc() function of proc.c, the CLRLFILEADD macro may be defined to
223 * do that. Note that CLRLFILEADD takes one argument, the pointer to the
224 * lfile struct. The CLRLFILEADD macro is expected to expand to statements
234 #define CLRLFILEADD(lf) if (lf->V_path) { \ macro
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Dmachine.h226 * free_proc() function of proc.c, the CLRLFILEADD macro may be defined to
227 * do that. Note that CLRLFILEADD takes one argument, the pointer to the
228 * lfile struct. The CLRLFILEADD macro is expected to expand to statements
239 #define CLRLFILEADD(lf) if (lf->V_path) { \ macro
/macosx-10.9.5/lsof-52/lsof/
H A Dproc.c144 #if defined(HASLFILEADD) && defined(CLRLFILEADD)
145 CLRLFILEADD(Lf)
146 #endif /* defined(HASLFILEADD) && defined(CLRLFILEADD) */
555 #if defined(HASLFILEADD) && defined(CLRLFILEADD)
556 CLRLFILEADD(lf)
557 #endif /* defined(HASLFILEADD) && defined(CLRLFILEADD) */

Completed in 482 milliseconds