Lines Matching refs:hatp
566 struct hat *hatp;
582 hatp = as.a_hat;
584 hatp = khat;
590 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) {
719 struct hat *hatp;
736 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) {
740 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) {
765 if (hatp != khat &&
774 "hat=%p htable=%p\n", hatp, ht);
795 if (hatp != khat &&
817 hatp, (caddr_t)base);
859 struct hat *hatp;
877 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) {
881 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) {
977 do_htables_dcmd(hat_t *hatp)
987 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) {