Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1424 struct ssd *ldtp; in Pfgcore() local
1433 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()