Searched refs:v_state (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/ |
H A D | apix.c | 101 if (apix_vector.v_state == APIX_STATE_FREED || in interrupt_dump_apix() 102 apix_vector.v_state == APIX_STATE_OBSOLETED) in interrupt_dump_apix() 127 if (apix_vector.v_state == APIX_STATE_FREED || in interrupt_dump_apix() 128 apix_vector.v_state == APIX_STATE_OBSOLETED) in interrupt_dump_apix()
|
/illumos-gate/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 102 char *v_state; member 335 if (strcmp(v->v_state, "on-line") != 0) { in print_ps() 357 strcmp(v->v_state, "on-line") == 0 ? 1 : 0); in print_s() 379 if (strcmp(v->v_state, "on-line") == 0) { in print_p() 403 _(v->v_state), timestr(v->v_state_begin)); in print_v() 447 l->l_id, _(v->v_state), timestr(v->v_state_begin)); in print_normal() 531 if (strcmp(opt_S, v->v_state) == 0) in print_total() 597 vc->v_state = mystrdup(knp->value.c); in main() 599 vc->v_state = "unknown"; in main()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 67 (((p) == NULL) || ((p)->v_state == APIX_STATE_FREED)) 69 (((p) != NULL) && ((p)->v_state == APIX_STATE_OBSOLETED)) 71 (((p) != NULL) && ((p)->v_state == APIX_STATE_ENABLED)) 105 ushort_t v_state; member
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 336 if (vectp->v_state == APIX_STATE_FREED || in apix_interrupt_dump() 337 vectp->v_state == APIX_STATE_OBSOLETED) in apix_interrupt_dump() 427 if (vectp->v_state == APIX_STATE_FREED || in apix_interrupt_ipi_dump() 428 vectp->v_state == APIX_STATE_OBSOLETED) in apix_interrupt_ipi_dump()
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 121 vecp->v_state = APIX_STATE_ALLOCED; in apix_alloc_ipi() 155 vecp->v_state = APIX_STATE_ENABLED; in apix_add_ipi() 473 vecp->v_state = APIX_STATE_ENABLED; in apix_enable_vector() 529 vecp->v_state = APIX_STATE_DISABLED; in apix_disable_vector() 619 if (vecp->v_state == APIX_STATE_OBSOLETED) in apix_obsolete_vector() 622 vecp->v_state = APIX_STATE_OBSOLETED; in apix_obsolete_vector() 635 if (vecp->v_state == APIX_STATE_OBSOLETED) { in apix_obsolete_vector() 664 top->v_state = fromp->v_state; in apix_dup_vectors() 709 vecp->v_state = APIX_STATE_ALLOCED; in apix_init_vector() 721 vecp->v_state = APIX_STATE_FREED; in apix_cleanup_vector() [all …]
|
H A D | apix.c | 673 ASSERT(vecp->v_state != APIX_STATE_OBSOLETED); in apix_intr_enter() 1788 vecp->v_state = APIX_STATE_ENABLED; in apix_intx_enable()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 802 if (kid->v_state != VDEV_STATE_HEALTHY) in vdev_mirror_read() 828 if (kid->v_state != VDEV_STATE_HEALTHY) in vdev_replacing_read() 894 vdev->v_state = VDEV_STATE_OFFLINE; in vdev_set_initial_state() 896 vdev->v_state = VDEV_STATE_REMOVED; in vdev_set_initial_state() 898 vdev->v_state = VDEV_STATE_FAULTED; in vdev_set_initial_state() 900 vdev->v_state = VDEV_STATE_DEGRADED; in vdev_set_initial_state() 902 vdev->v_state = VDEV_STATE_CANT_OPEN; in vdev_set_initial_state() 949 vdev->v_state = VDEV_STATE_HEALTHY; in vdev_init() 1218 if (kid->v_state == VDEV_STATE_HEALTHY) in vdev_set_state() 1224 vdev->v_state = VDEV_STATE_HEALTHY; in vdev_set_state() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vt.h | 82 unsigned short v_state; member
|
/illumos-gate/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 353 if (target_vt < 8 * sizeof (state.v_state)) { in validate_target_vt() 354 if ((state.v_state & (1 << target_vt)) != 0) { in validate_target_vt()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 1134 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; in _restarter_commit_states() local 1148 (v_state = scf_value_create(h)) == NULL || in _restarter_commit_states() 1196 if (scf_value_set_astring(v_state, str_new_state) != 0 || in _restarter_commit_states() 1260 SCF_TYPE_ASTRING, v_state)) != 0 || in _restarter_commit_states() 1348 scf_value_destroy(v_state); in _restarter_commit_states()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1802 vdev_state_t v_state; /* current state */ member
|
H A D | zfssubr.c | 1589 if (cvd == NULL || cvd->v_state != VDEV_STATE_HEALTHY) { in vdev_raidz_read()
|