Searched refs:ldts (Results 1 – 1 of 1) sorted by relevance
1936 user_desc_t *ldts; in Pldt_gcore() local1951 ldt_size = limit * sizeof (*ldts); in Pldt_gcore()1952 ldts = malloc(ldt_size); in Pldt_gcore()1953 if (ldts == NULL) { in Pldt_gcore()1958 if (mdb_vread(ldts, ldt_size, p->p_ldt) != ldt_size) { in Pldt_gcore()1960 free(ldts); in Pldt_gcore()1964 for (i = LDT_UDBASE, udp = &ldts[i]; i <= limit; i++, udp++) { in Pldt_gcore()1971 free(ldts); in Pldt_gcore()