Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_module.c465 dmp->dm_pid = idp->di_id; in dt_module_create()
469 dmp->dm_pid = (pid_t)pid; in dt_module_create()
632 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE); in dt_module_load_proc()
634 dt_dprintf("failed to grab pid: %d\n", (int)dmp->dm_pid); in dt_module_load_proc()
684 (int)dmp->dm_pid); in dt_module_load_proc()
699 if (dmp->dm_pid != 0) in dt_module_load()
790 if (dmp->dm_pid != 0 && dmp->dm_nctflibs > 0) in dt_module_hasctf()
924 dmp->dm_pid = 0; in dt_module_unload()
1436 if (dmp->dm_pid == 0) { in dtrace_lookup_by_type()
H A Ddt_print.c676 if (dmp->dm_pid != 0) { in dtrace_print()
H A Ddt_impl.h136 pid_t dm_pid; /* pid for this module */ member
H A Ddt_pid.c827 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE); in dt_pid_get_types()
H A Ddt_cc.c711 if (dmp->dm_pid != 0) { in dt_action_trace()
723 if (dmp->dm_pid != 0) { in dt_action_trace()