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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfasttrap_impl.h110 pid_t ftp_pid; /* process ID for this prov */ member in struct:fasttrap_provider
141 pid_t ftp_pid; /* pid for this probe */ member in struct:fasttrap_probe
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c781 pid = probe->ftp_pid;
966 pid = probe->ftp_pid;
1215 if ((p = sprlock(probe->ftp_pid)) == NULL) {
1220 p = prfind(probe->ftp_pid);
1249 if (pget(probe->ftp_pid, PGET_HOLD | PGET_NOTWEXIT, &p) != 0)
1329 if (pget(probe->ftp_pid, PGET_HOLD | PGET_NOTWEXIT, &p) != 0)
1655 if (fp->ftp_pid == pid && strcmp(fp->ftp_name, name) == 0 &&
1693 new_fp->ftp_pid = pid;
1709 if (fp->ftp_pid == pid && strcmp(fp->ftp_name, name) == 0 &&
1753 pid_t pid = provider->ftp_pid;
[all...]

Completed in 118 milliseconds