Searched defs:khat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c158 static struct hat *khat; /* value of kas.a_hat */ variable in typeref:struct:hat
188 khat = kas.a_hat;
584 hatp = khat;
734 * The hats are kept in a list with khat at the head.
736 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) {
765 if (hatp != khat &&
795 if (hatp != khat &&
875 * The hats are kept in a list with khat at the head.
877 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) {

Completed in 57 milliseconds