Searched refs:ldtp (Results 1 – 1 of 1) sorted by relevance
1511 struct ssd *ldtp; in Pfgcore() local1520 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()