Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1938 size_t ldt_size; in Pldt_gcore() local
1952 ldt_size = limit * sizeof (*ldts); in Pldt_gcore()
1953 ldts = malloc(ldt_size); in Pldt_gcore()
1955 mdb_warn("Failed to malloc ldts (size %lld)n", ldt_size); in Pldt_gcore()
1959 if (mdb_vread(ldts, ldt_size, p->p_ldt) != ldt_size) { in Pldt_gcore()