Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c104 static struct dtab *Ldp; /* list trailer */ variable
239 dp = Ldp; in mkdtab()
246 Fdp = Ldp = dp; in mkdtab()
256 if ((dp = Ldp) == NULL) { in setdtab()
262 if ((Ldp = calloc(sizeof (struct dtab), 1)) == NULL) { in setdtab()
266 Ldp->d_off1 = dp->d_off1; in setdtab()
267 dp->d_ndp = Ldp; in setdtab()