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

/macosx-10.10.1/lsof-53/lsof/tests/
H A DLTunix.c60 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
97 MyPid = getpid();
139 (long)MyPid);
244 (void) snprintf(buf, sizeof(buf) - 1, "%ld", (long)MyPid);
280 if (!cmdp || (pid != MyPid))
H A DLTnfs.c67 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
110 MyPid = getpid();
164 (long)MyPid);
388 if (!cmdp || (pid != MyPid))
H A DLTnlink.c72 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
115 MyPid = getpid();
153 (long)MyPid);
430 if (!cmdp || (pid != MyPid))
H A DLTszoff.c80 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
119 MyPid = getpid();
154 (long)MyPid);
404 if (!cmdp || (pid != MyPid))
H A DLTbigf.c272 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
313 MyPid = getpid();
348 (long)MyPid);
642 if (!cmdp || (pid != MyPid))
H A DLTlock.c227 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
269 MyPid = getpid();
297 (long)MyPid);
605 if (!cmdp || (pid != MyPid))
H A DLTdnlc.c89 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
129 MyPid = getpid();
H A DLTsock.c172 pid_t MyPid = (pid_t)0; /* PID of this process */ variable
225 MyPid = getpid();
342 FdPara[ti].pid = MyPid;
681 if (!cmdp || ((pid != CPid) && (pid != MyPid)))
695 else if (pid == MyPid)

Completed in 112 milliseconds