Searched defs:new_state (Results 76 - 91 of 91) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3638 di_setstate(struct di_state *st, int new_state) argument
3643 switch (new_state) {
3660 st->di_iocstate = new_state;
3663 st->di_iocstate, new_state);
H A Dbscv.c6254 bscv_watchdog_cfg_request(bscv_soft_state_t *ssp, uint8_t new_state) argument
6256 ASSERT(new_state == WDOG_ON || new_state == WDOG_OFF);
6258 watchdog_activated = new_state;
6263 new_state,
H A Dtl.c3868 t_scalar_t save_state, new_state; local
3908 save_state = new_state = tep->te_state;
3923 new_state = NEXTSTATE(TE_DISCON_REQ, tep->te_state);
3929 tep->te_state = NEXTSTATE(TE_ERROR_ACK, new_state);
3949 tep->te_state = NEXTSTATE(TE_ERROR_ACK, new_state);
3979 new_state = NEXTSTATE(TE_OK_ACK1, new_state);
3982 new_state = NEXTSTATE(TE_OK_ACK2, new_state);
3984 new_state
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c2677 nce_update(ncec_t *ncec, uint16_t new_state, uchar_t *new_ll_addr) argument
2694 if (new_state != ND_UNCHANGED) {
2698 ASSERT((int16_t)new_state >= ND_STATE_VALID_MIN);
2699 ASSERT((int16_t)new_state <= ND_STATE_VALID_MAX);
2701 if (new_state == ND_REACHABLE)
2707 ncec->ncec_state = new_state;
2709 ASSERT(ncec->ncec_lladdr != NULL || new_state == ND_INITIAL ||
2710 new_state == ND_INCOMPLETE);
4332 uint16_t new_state; local
4344 new_state
[all...]
H A Dsadb.c4378 sadb_update_state(ipsa_t *assoc, uint_t new_state, mblk_t **ipkt_lst) argument
4385 switch (new_state) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c3511 rmclomv_alarm_set(int alarm_type, int new_state) argument
3538 u_rmc_setalarm.state = new_state;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h656 ns_state_t new_state; member in struct:ns_ldap_cookie
/illumos-gate/usr/src/cmd/init/
H A Dinit.c499 static int new_state; /* State user wants "init" to go to. */ variable
602 static void update_boot_archive(int new_state);
885 if (new_state != cur_state) {
886 if (new_state == LVLa ||
887 new_state == LVLb ||
888 new_state == LVLc) {
891 cur_state = new_state;
896 cur_state = new_state;
901 new_state = 0;
918 update_boot_archive(int new_state) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3004 uint32_t new_state; local
3020 new_state = FC_ULP_STATEC_ONLINE;
3025 new_state = FC_ULP_STATEC_OFFLINE_TIMEOUT;
3027 new_state = FC_ULP_STATEC_OFFLINE;
3032 new_state = FC_ULP_STATEC_DONT_CARE;
3127 if (ulp_port->port_statec != new_state) {
3128 ulp_port->port_statec = new_state;
3134 if (ulp_port->port_statec == new_state) {
3138 ulp_port->port_statec = new_state;
3142 if (ulp_port->port_statec == new_state ||
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1143 uint32_t old_state, new_state; local
1174 new_state = old_state = DAPLKA_EP_STATE_CLOSED;
1370 daplka_ep_set_state(ep_rp, old_state, new_state);
1390 new_state = DAPLKA_EP_STATE_FREED;
1391 daplka_ep_set_state(ep_rp, old_state, new_state);
1403 * new_state = old_state = daplka_ep_get_state(ep_rp);
1407 * new_state = <NEW_STATE>;
1408 * daplka_ep_set_state(ep_rp, old_state, new_state);
1412 * transitions ep_state to new_state and wakes up any waiters blocking
1474 daplka_ep_transition_is_valid(uint32_t old_state, uint32_t new_state) argument
1604 daplka_ep_set_state(daplka_ep_resource_t *ep_rp, uint32_t old_state, uint32_t new_state) argument
1650 uint32_t old_state, new_state; local
1733 uint32_t old_state, new_state; local
1806 int old_state, new_state; local
2070 uint32_t old_state, new_state; local
2327 uint32_t old_state, new_state; local
2421 uint32_t old_state, new_state; local
2539 uint32_t old_state, new_state; local
3938 uint32_t old_state, new_state; local
6715 uint32_t old_state, new_state; local
6788 uint32_t old_state, new_state; local
6872 uint32_t old_state, new_state; local
7060 uint32_t old_state, new_state; local
7109 uint32_t old_state, new_state; local
7185 uint32_t old_state, new_state; local
7281 uint32_t old_state, new_state; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c4694 restarter_instance_state_t new_state = v->gv_state; local
4702 (to = stn_restarter_state(new_state)) == -1) {
4769 instance_state_str[new_state], pri, attr) != FMEV_SUCCESS) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c4330 spa_export_common(char *pool, int new_state, nvlist_t **oldconfig, argument
4376 new_state != POOL_STATE_UNINITIALIZED)) {
4388 if (!force && new_state == POOL_STATE_EXPORTED &&
4400 if (new_state != POOL_STATE_UNINITIALIZED && !hardforce) {
4402 spa->spa_state = new_state;
4420 if (new_state != POOL_STATE_UNINITIALIZED) {
H A Darc.c2122 arc_change_state(arc_state_t *new_state, arc_buf_hdr_t *hdr, argument
2152 ASSERT3P(new_state, !=, old_state);
2153 ASSERT(!GHOST_STATE(new_state) || bufcnt == 0);
2172 if (new_state != arc_anon && new_state != arc_l2c_only) {
2181 multilist_insert(&new_state->arcs_list[buftype], hdr);
2183 if (GHOST_STATE(new_state)) {
2188 arc_evictable_space_increment(hdr, new_state);
2193 if (new_state == arc_anon && HDR_IN_HASH_TABLE(hdr))
2198 if (update_new && new_state !
4439 arc_state_t *new_state; local
4478 arc_state_t *new_state = arc_mfu; local
[all...]
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c2530 usbgem_mac_stop(struct usbgem_dev *dp, int new_state, boolean_t graceful) argument
2537 ASSERT(new_state == MAC_STATE_STOPPED ||
2538 new_state == MAC_STATE_DISCONNECTED);
2545 if (new_state == MAC_STATE_STOPPED || graceful) {
2553 dp->mac_state = new_state;
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h972 uint32_t new_state; member in struct:megasas_evt_detail::__anon6081::__anon6088
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1656 uint32_t new_state; member in struct:mrsas_evt_detail::__anon268::__anon275

Completed in 230 milliseconds

1234