Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c213 case KCTL_ST_ACTIVE: in kctl_cleanup()
374 (void) kctl_set_state(KCTL_ST_ACTIVE); in kctl_startup_activate()
388 kctl.kctl_state < KCTL_ST_ACTIVE) in kctl_state_check()
390 else if (kctl.kctl_state == KCTL_ST_ACTIVE) in kctl_state_check()
410 if ((rc = kctl_state_check(kctl.kctl_state, KCTL_ST_ACTIVE)) != 0) in kctl_deactivate()
H A Dkctl.h52 KCTL_ST_ACTIVE, /* kernel is aware of kmdb activation */ enumerator