Searched refs:ldtp (Results 1 – 1 of 1) sorted by relevance
1424 struct ssd *ldtp; in Pfgcore() local1433 if ((ldtp = malloc(size)) == NULL) in Pfgcore()1436 if (Pldt(P, ldtp, nldt) == -1 || in Pfgcore()1437 write_note(fd, NT_LDT, ldtp, size, &doff) != 0) { in Pfgcore()1438 free(ldtp); in Pfgcore()1442 free(ldtp); in Pfgcore()