Home
last modified time | relevance | path

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

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