Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/truss/
H A Dfcall.c190 struct dynlib *Dp; in establish_breakpoints() local
192 for (Dp = Dynlib; Dp != NULL; Dp = Dp->next) in establish_breakpoints()
193 Dp->present = FALSE; in establish_breakpoints()
196 while ((Dp = *Dpp) != NULL) { in establish_breakpoints()
197 if (Dp->present) { in establish_breakpoints()
198 Dpp = &Dp->next; in establish_breakpoints()
201 delete_breakpoints(Dp->base, Dp->size); in establish_breakpoints()
202 *Dpp = Dp->next; in establish_breakpoints()
203 free(Dp->lib_name); in establish_breakpoints()
204 free(Dp->match_name); in establish_breakpoints()
[all …]
H A Dramdata.h256 struct dynlib *Dp; /* set to the dynlib instance when searching */ member
H A Dlistopts.c559 Dyp->Dp = NULL; in liblist()