Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c189 struct dynlib **Dpp; in establish_breakpoints() local
195 Dpp = &Dynlib; in establish_breakpoints()
196 while ((Dp = *Dpp) != NULL) { in establish_breakpoints()
198 Dpp = &Dp->next; in establish_breakpoints()
202 *Dpp = Dp->next; in establish_breakpoints()