Searched refs:v_state (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/mdb/i86pc/modules/apix/ |
H A D | apix.c | 100 if (apix_vector.v_state == APIX_STATE_FREED || in interrupt_dump_apix() 101 apix_vector.v_state == APIX_STATE_OBSOLETED) in interrupt_dump_apix() 126 if (apix_vector.v_state == APIX_STATE_FREED || in interrupt_dump_apix() 127 apix_vector.v_state == APIX_STATE_OBSOLETED) in interrupt_dump_apix()
|
/titanic_50/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 93 char *v_state; member 318 if (strcmp(v->v_state, "on-line") != 0) { in print_ps() 340 strcmp(v->v_state, "on-line") == 0 ? 1 : 0); in print_s() 362 if (strcmp(v->v_state, "on-line") == 0) { in print_p() 386 _(v->v_state), timestr(v->v_state_begin)); in print_v() 430 l->l_id, _(v->v_state), timestr(v->v_state_begin)); in print_normal() 489 vc->v_state = mystrdup(knp->value.c); in main() 491 vc->v_state = "unknown"; in main()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 66 (((p) == NULL) || ((p)->v_state == APIX_STATE_FREED)) 68 (((p) != NULL) && ((p)->v_state == APIX_STATE_OBSOLETED)) 70 (((p) != NULL) && ((p)->v_state == APIX_STATE_ENABLED)) 104 ushort_t v_state; member
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 330 if (vectp->v_state == APIX_STATE_FREED || in apix_interrupt_dump() 331 vectp->v_state == APIX_STATE_OBSOLETED) in apix_interrupt_dump() 421 if (vectp->v_state == APIX_STATE_FREED || in apix_interrupt_ipi_dump() 422 vectp->v_state == APIX_STATE_OBSOLETED) in apix_interrupt_ipi_dump()
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 119 vecp->v_state = APIX_STATE_ALLOCED; in apix_alloc_ipi() 153 vecp->v_state = APIX_STATE_ENABLED; in apix_add_ipi() 471 vecp->v_state = APIX_STATE_ENABLED; in apix_enable_vector() 527 vecp->v_state = APIX_STATE_DISABLED; in apix_disable_vector() 617 if (vecp->v_state == APIX_STATE_OBSOLETED) in apix_obsolete_vector() 620 vecp->v_state = APIX_STATE_OBSOLETED; in apix_obsolete_vector() 633 if (vecp->v_state == APIX_STATE_OBSOLETED) { in apix_obsolete_vector() 662 top->v_state = fromp->v_state; in apix_dup_vectors() 707 vecp->v_state = APIX_STATE_ALLOCED; in apix_init_vector() 719 vecp->v_state = APIX_STATE_FREED; in apix_cleanup_vector() [all …]
|
H A D | apix.c | 692 ASSERT(vecp->v_state != APIX_STATE_OBSOLETED); in apix_intr_enter() 1811 vecp->v_state = APIX_STATE_ENABLED; in apix_intx_enable()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vt.h | 82 unsigned short v_state; member
|
/titanic_50/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 351 if (target_vt < 8 * sizeof (state.v_state)) { in validate_target_vt() 352 if ((state.v_state & (1 << target_vt)) != 0) { in validate_target_vt()
|
/titanic_50/usr/src/lib/librestart/common/ |
H A D | librestart.c | 1132 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; in _restarter_commit_states() local 1146 (v_state = scf_value_create(h)) == NULL || in _restarter_commit_states() 1194 if (scf_value_set_astring(v_state, str_new_state) != 0 || in _restarter_commit_states() 1258 SCF_TYPE_ASTRING, v_state)) != 0 || in _restarter_commit_states() 1346 scf_value_destroy(v_state); in _restarter_commit_states()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | vcons.c | 1039 vtinfo.v_state = 3; /* system console and vtdaemon */ in vt_ioctl() 1047 vtinfo.v_state |= (1 << pvc->vc_minor); in vt_ioctl()
|