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

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c104 struct dynpat *Dynpat; variable in typeref:struct:dynpat
H A Dramdata.h260 extern struct dynpat *Dynpat;
H A Dfcall.c139 if (Dynpat == NULL)
363 for (Dyp = Dynpat; Dyp != NULL; Dyp = Dyp->next) {
583 if (Dynpat == NULL || !hflag)
1071 if (Dynpat == NULL)
1126 if (Dynpat == NULL)
1164 if (Dynpat == NULL || is_vfork_child)
1258 if (Dynpat == NULL)
H A Dmain.c502 if (fflag || Dynpat != NULL)
578 sharedmem = (fflag || Dynpat != NULL || ngrab > 1);
733 if (Dynpat != NULL) {
1288 if (fflag || Dynpat != NULL) {
1319 if (Dynpat != NULL && is_vfork_child && !fflag)
1649 if (Dynpat != NULL) {
2131 if ((Dynpat != NULL) && !interrupt) {
2476 if (Dynpat != NULL)
2512 if (fflag || Dynpat != NULL)
H A Dlistopts.c546 /* append a new dynpat structure to the end of the Dynpat list */
550 Dynpat = Lastpat = Dyp;

Completed in 71 milliseconds