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

/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c164 static char *pof = (char *)NULL; local
288 if (!pof)
289 pof = (char *)malloc(nb);
291 pof = (char *)realloc((MALLOC_P *)pof, nb);
292 if (!pof) {
299 if (!fd.fd_ofileflags || kread((KA_T)fd.fd_ofileflags, pof, nb))
300 zeromem(pof, nb);
306 if (ofb[i] && !(pof[i] & UF_RESERVED)) {
313 Lf->pof
[all...]
/macosx-10.10.1/lsof-53/lsof/
H A Dproc.c236 Lf->fct = Lf->ffg = Lf->pof = (long)0;
907 print_fflags(ffg, pof)
909 long pof; /* process open files flags value */
933 wf = pof;
1119 && (Lf->fsv & FSV_FG) && (FsvFlagX || Lf->ffg || Lf->pof)) {
1121 print_fflags(Lf->ffg, Lf->pof), Terminator);
H A Dproto.h202 _PROTOTYPE(extern char *print_fflags,(long ffg, long pof));
H A Dlsof.h821 long pof; /* process open-file flags */ member in struct:lfile
H A Dprint.c917 if ((Lf->fsv & FSV_FG) && (FsvFlagX || Lf->ffg || Lf->pof))
918 cp = print_fflags(Lf->ffg, Lf->pof);
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/libproc/
H A Ddfile.c84 Lf->pof = (long)pfi->fi_status;

Completed in 65 milliseconds