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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c522 dmp->dm_pid = idp->di_id;
526 dmp->dm_pid = (pid_t)pid;
711 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE);
713 dt_dprintf("failed to grab pid: %d\n", (int)dmp->dm_pid);
762 (int)dmp->dm_pid);
777 if (dmp->dm_pid != 0)
865 if (dmp->dm_pid != 0 && dmp->dm_nctflibs > 0)
1016 dmp->dm_pid = 0;
1748 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 118 milliseconds