Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/truss/
H A Dramdata.c104 struct dynpat *Dynpat; variable
H A Dfcall.c139 if (Dynpat == NULL) in establish_breakpoints()
363 for (Dyp = Dynpat; Dyp != NULL; Dyp = Dyp->next) { in object_iter()
583 if (Dynpat == NULL || !hflag) in report_htable_stats()
1071 if (Dynpat == NULL) in reset_breakpoints()
1126 if (Dynpat == NULL) in clear_breakpoints()
1164 if (Dynpat == NULL || is_vfork_child) in reestablish_traps()
1258 if (Dynpat == NULL) in function_trace()
H A Dmain.c501 if (fflag || Dynpat != NULL) in main()
577 sharedmem = (fflag || Dynpat != NULL || ngrab > 1); in main()
732 if (Dynpat != NULL) { in main()
1287 if (fflag || Dynpat != NULL) { in worker_thread()
1318 if (Dynpat != NULL && is_vfork_child && !fflag) in worker_thread()
1648 if (Dynpat != NULL) { in child_to_file()
2130 if ((Dynpat != NULL) && !interrupt) { in report()
2475 if (Dynpat != NULL) in control()
2511 if (fflag || Dynpat != NULL) in grabit()
H A Dramdata.h260 extern struct dynpat *Dynpat;
H A Dlistopts.c550 Dynpat = Lastpat = Dyp; in liblist()