Searched refs:dm_pid (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c512 dmp->dm_pid = idp->di_id;
516 dmp->dm_pid = (pid_t)pid;
701 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE);
703 dt_dprintf("failed to grab pid: %d\n", (int)dmp->dm_pid);
752 (int)dmp->dm_pid);
767 if (dmp->dm_pid != 0)
855 if (dmp->dm_pid != 0 && dmp->dm_nctflibs > 0)
1006 dmp->dm_pid = 0;
1638 if (dmp->dm_pid == 0) {
H A Ddt_print.c674 if (dmp->dm_pid != 0) {
H A Ddt_impl.h149 pid_t dm_pid; /* pid for this module */ member in struct:dt_module
H A Ddt_pid.c905 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE);
H A Ddt_cc.c713 if (dmp->dm_pid != 0) {
727 if (dmp->dm_pid != 0) {

Completed in 155 milliseconds