Home
last modified time | relevance | path

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

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