Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1511 struct ssd *ldtp; in Pfgcore() local
1520 if ((ldtp = malloc(size)) == NULL) in Pfgcore()
1523 if (Pldt(P, ldtp, nldt) == -1 || in Pfgcore()
1524 write_note(fd, NT_LDT, ldtp, size, &doff) != 0) { in Pfgcore()
1525 free(ldtp); in Pfgcore()
1529 free(ldtp); in Pfgcore()