usr/src/cmd/cmd-inet/lib/nwamd/enm.c
887
nwam_state_t new_state;
usr/src/cmd/cmd-inet/lib/nwamd/enm.c
897
new_state = event->event_msg->nwe_data.nwe_object_state.nwe_state;
usr/src/cmd/cmd-inet/lib/nwamd/enm.c
901
if (new_state == object->nwamd_object_state &&
usr/src/cmd/cmd-inet/lib/nwamd/enm.c
905
object->nwamd_object_name, nwam_state_to_string(new_state),
usr/src/cmd/cmd-inet/lib/nwamd/enm.c
911
object->nwamd_object_state = new_state;
usr/src/cmd/cmd-inet/lib/nwamd/enm.c
924
switch (new_state) {
usr/src/cmd/cmd-inet/lib/nwamd/loc.c
550
nwam_state_t new_state;
usr/src/cmd/cmd-inet/lib/nwamd/loc.c
560
new_state = event->event_msg->nwe_data.nwe_object_state.nwe_state;
usr/src/cmd/cmd-inet/lib/nwamd/loc.c
564
if (new_state == object->nwamd_object_state &&
usr/src/cmd/cmd-inet/lib/nwamd/loc.c
569
nwam_state_to_string(new_state),
usr/src/cmd/cmd-inet/lib/nwamd/loc.c
575
object->nwamd_object_state = new_state;
usr/src/cmd/cmd-inet/lib/nwamd/loc.c
588
switch (new_state) {
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2004
nwam_state_t old_state, new_state;
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2021
new_state = event->event_msg->nwe_data.nwe_object_state.nwe_state;
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2053
if (new_state == object->nwamd_object_state &&
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2057
object->nwamd_object_name, nwam_state_to_string(new_state),
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2064
(new_state == NWAM_STATE_ONLINE ||
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2065
(new_state == NWAM_STATE_OFFLINE_TO_ONLINE &&
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2070
nwam_state_to_string(new_state),
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2077
object->nwamd_object_state = new_state;
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2098
switch (new_state) {
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2140
if ((new_state == NWAM_STATE_ONLINE_TO_OFFLINE &&
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2143
new_state == NWAM_STATE_DISABLED) {
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2152
if (new_state == NWAM_STATE_ONLINE) {
usr/src/cmd/cmd-inet/lib/nwamd/ncu.c
2158
if (new_state == NWAM_STATE_ONLINE)
usr/src/cmd/hotplugd/hotplugd_door.c
648
int new_state, int old_state, int result)
usr/src/cmd/hotplugd/hotplugd_door.c
673
event->adt_hotplug_state.new_state = state_str(new_state);
usr/src/cmd/idmap/idmapd/adutils.c
199
idmap_query_state_t *new_state;
usr/src/cmd/idmap/idmapd/adutils.c
206
new_state = calloc(1, sizeof (idmap_query_state_t) +
usr/src/cmd/idmap/idmapd/adutils.c
208
if (new_state == NULL)
usr/src/cmd/idmap/idmapd/adutils.c
212
idmap_ldap_res_search_cb, new_state, &new_state->qs))
usr/src/cmd/idmap/idmapd/adutils.c
214
idmap_lookup_release_batch(&new_state);
usr/src/cmd/idmap/idmapd/adutils.c
218
new_state->default_domain = strdup(default_domain);
usr/src/cmd/idmap/idmapd/adutils.c
219
if (new_state->default_domain == NULL) {
usr/src/cmd/idmap/idmapd/adutils.c
220
idmap_lookup_release_batch(&new_state);
usr/src/cmd/idmap/idmapd/adutils.c
224
new_state->directory_based_mapping = directory_based_mapping;
usr/src/cmd/idmap/idmapd/adutils.c
225
new_state->qsize = nqueries;
usr/src/cmd/idmap/idmapd/adutils.c
226
*state = new_state;
usr/src/cmd/init/init.c
2271
new_state = cur_state;
usr/src/cmd/init/init.c
2274
new_state = sig;
usr/src/cmd/init/init.c
3874
goto new_state;
usr/src/cmd/init/init.c
3882
goto new_state;
usr/src/cmd/init/init.c
3890
goto new_state;
usr/src/cmd/init/init.c
3897
goto new_state;
usr/src/cmd/init/init.c
3909
goto new_state;
usr/src/cmd/init/init.c
3927
new_state:
usr/src/cmd/init/init.c
503
static int new_state; /* State user wants "init" to go to. */
usr/src/cmd/init/init.c
606
static void update_boot_archive(int new_state);
usr/src/cmd/init/init.c
889
if (new_state != cur_state) {
usr/src/cmd/init/init.c
890
if (new_state == LVLa ||
usr/src/cmd/init/init.c
891
new_state == LVLb ||
usr/src/cmd/init/init.c
892
new_state == LVLc) {
usr/src/cmd/init/init.c
895
cur_state = new_state;
usr/src/cmd/init/init.c
900
cur_state = new_state;
usr/src/cmd/init/init.c
905
new_state = 0;
usr/src/cmd/init/init.c
930
update_boot_archive(int new_state)
usr/src/cmd/init/init.c
932
if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6)
usr/src/cmd/isns/isnsd/scn.c
1517
int new_state = state;
usr/src/cmd/isns/isnsd/scn.c
1527
new_state = tbl->next_state;
usr/src/cmd/isns/isnsd/scn.c
1537
if (new_state == -1) {
usr/src/cmd/isns/isnsd/scn.c
1541
new_state = 0;
usr/src/cmd/isns/isnsd/scn.c
1544
state = new_state;
usr/src/cmd/locator/locator.c
250
locator_info.new_state = 1;
usr/src/cmd/locator/locator.c
253
locator_info.new_state = 0;
usr/src/cmd/locator/locator.c
43
int new_state; /* 0 = logical off, 1 = logical on */
usr/src/cmd/locator/locator.c
61
char *new_state;
usr/src/cmd/locator/locator.c
79
new_state = (locator_info->new_state) ? locator_info->on :
usr/src/cmd/locator/locator.c
82
if (strcmp(state, new_state) != 0) {
usr/src/cmd/locator/locator.c
91
err = picl_set_propval(state_prop, new_state, prop_info.size);
usr/src/cmd/make/include/mksh/defs.h
710
#define GOTO_STATE(new_state) { \
usr/src/cmd/make/include/mksh/defs.h
711
SET_STATE(new_state); \
usr/src/cmd/make/include/mksh/defs.h
714
#define SET_STATE(new_state) state = (new_state)
usr/src/cmd/mdb/common/modules/genunix/leaky.c
238
leak_state_t *state = NULL, *new_state;
usr/src/cmd/mdb/common/modules/genunix/leaky.c
350
if ((new_state = lk_free_state) != NULL)
usr/src/cmd/mdb/common/modules/genunix/leaky.c
351
lk_free_state = new_state->lks_next;
usr/src/cmd/mdb/common/modules/genunix/leaky.c
353
new_state = leaky_zalloc(
usr/src/cmd/mdb/common/modules/genunix/leaky.c
356
new_state->lks_next = state;
usr/src/cmd/mdb/common/modules/genunix/leaky.c
357
state = new_state;
usr/src/cmd/mdb/common/modules/genunix/leaky.c
373
new_state = state->lks_next;
usr/src/cmd/mdb/common/modules/genunix/leaky.c
378
state = new_state;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1216
tg_buildstate_t *state = NULL, *new_state, *free = NULL;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1296
new_state = free;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1299
new_state =
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1303
new_state->tgbs_src = src;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1306
new_state->tgbs_addr = addr;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1310
new_state->tgbs_next = state;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1311
new_state->tgbs_buf = buf;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1312
new_state->tgbs_ndx = ndx + 1;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1313
new_state->tgbs_nptrs = nptrs;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1314
state = new_state;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1337
new_state = state->tgbs_next;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1340
state = new_state;
usr/src/cmd/smserverd/smediad.c
1704
char *new_state, *old_state;
usr/src/cmd/smserverd/smediad.c
1730
new_state = xlate_state(
usr/src/cmd/smserverd/smediad.c
1754
old_state, new_state);
usr/src/cmd/smserverd/smediad.c
1774
old_state, new_state);
usr/src/cmd/svc/startd/graph.c
4671
restarter_instance_state_t new_state = v->gv_state;
usr/src/cmd/svc/startd/graph.c
4679
(to = stn_restarter_state(new_state)) == -1) {
usr/src/cmd/svc/startd/graph.c
4746
instance_state_str[new_state], pri, attr) != FMEV_SUCCESS) {
usr/src/cmd/svc/startd/restarter.c
1040
restarter_instance_state_t new_state;
usr/src/cmd/svc/startd/restarter.c
1214
new_state = RESTARTER_STATE_MAINT;
usr/src/cmd/svc/startd/restarter.c
1216
new_state = inst->ri_i.i_enabled ?
usr/src/cmd/svc/startd/restarter.c
1220
inst->ri_i.i_state, new_state, RERR_NONE, reason)) {
usr/src/cmd/svc/startd/restarter.c
838
restarter_instance_state_t new_state,
usr/src/cmd/svc/startd/restarter.c
854
e = _restarter_commit_states(h, &ri->ri_i, new_state, new_state_next,
usr/src/cmd/svc/startd/restarter.c
885
ri->ri_i.i_state = new_state;
usr/src/cmd/svc/startd/restarter.c
895
states->ps_state = new_state;
usr/src/cmd/zoneadmd/zoneadmd.c
1156
char *new_state)
usr/src/cmd/zoneadmd/zoneadmd.c
1190
event->adt_zone_state.new_state = new_state;
usr/src/lib/cfgadm_plugins/shp/common/shp.c
620
int rv, state, new_state;
usr/src/lib/cfgadm_plugins/shp/common/shp.c
654
&new_state) != CFGA_OK) {
usr/src/lib/cfgadm_plugins/shp/common/shp.c
669
if (hp_set_state(node, 0, new_state, &results) != 0) {
usr/src/lib/cfgadm_plugins/shp/common/shp.c
683
rv = hp_set_state(node, hpflags, new_state, &results);
usr/src/lib/cfgadm_plugins/shp/common/shp.c
711
} else if (hp_set_state(node, 0, new_state, &results) != 0) {
usr/src/lib/cfgadm_plugins/shp/common/shp.c
723
rv = hp_set_state(node, hpflags, new_state, &results);
usr/src/lib/gss_mechs/mech_krb5/crypto/state.c
45
krb5_keyusage keyusage, krb5_data *new_state)
usr/src/lib/gss_mechs/mech_krb5/crypto/state.c
59
(context, key, keyusage, new_state);
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
104
short new_state;
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
286
new_state = ((gbk >> 16 ) & 0xff) - 0x20;
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
287
if (new_state == G2 || new_state == G1) {
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
288
if (st->_gstate != new_state) {
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
299
*(*outbuf + 3) = 'G' + new_state - 1;
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
301
st->_gstate = new_state;
usr/src/lib/iconv_modules/zh/common/UTF-8%zh_CN.iso2022-CN.c
331
} else if (new_state > G2) {
usr/src/lib/libadutils/common/adutils.c
960
adutils_query_state_t *new_state;
usr/src/lib/libadutils/common/adutils.c
971
new_state = calloc(1, sizeof (adutils_query_state_t) +
usr/src/lib/libadutils/common/adutils.c
973
if (new_state == NULL)
usr/src/lib/libadutils/common/adutils.c
976
new_state->ref_cnt = 1;
usr/src/lib/libadutils/common/adutils.c
977
new_state->qadh = adh;
usr/src/lib/libadutils/common/adutils.c
978
new_state->qsize = nqueries;
usr/src/lib/libadutils/common/adutils.c
979
new_state->qadh_gen = adh->generation;
usr/src/lib/libadutils/common/adutils.c
980
new_state->qcount = 0;
usr/src/lib/libadutils/common/adutils.c
981
new_state->ldap_res_search_cb = ldap_res_search_cb;
usr/src/lib/libadutils/common/adutils.c
982
new_state->ldap_res_search_argp = ldap_res_search_argp;
usr/src/lib/libadutils/common/adutils.c
983
(void) pthread_cond_init(&new_state->cv, NULL);
usr/src/lib/libadutils/common/adutils.c
986
new_state->next = qstatehead;
usr/src/lib/libadutils/common/adutils.c
987
qstatehead = new_state;
usr/src/lib/libadutils/common/adutils.c
989
*state = new_state;
usr/src/lib/libc/port/gen/random.c
301
unsigned int *new_state;
usr/src/lib/libc/port/gen/random.c
308
new_state = (unsigned int *)(uintptr_t)arg_state;
usr/src/lib/libc/port/gen/random.c
309
type = new_state[0]%MAX_TYPES;
usr/src/lib/libc/port/gen/random.c
310
rear = new_state[0]/MAX_TYPES;
usr/src/lib/libc/port/gen/random.c
331
rp->state = &new_state[ 1 ];
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
100
static void new_state(struct ctl_cctx *, enum state);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
207
new_state(ctx, connecting);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
379
new_state(ctx, destroyed);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
389
new_state(struct ctl_cctx *ctx, enum state new_state) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
393
state_names[ctx->state], state_names[new_state]);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
394
ctx->state = new_state;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
419
new_state(ctx, connected);
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
463
ctl_new_state(struct ctl_sess *sess, enum state new_state, const char *reason)
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
472
state_names[new_state], reason);
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
473
sess->state = new_state;
usr/src/lib/librestart/common/librestart.c
1120
restarter_instance_state_t new_state,
usr/src/lib/librestart/common/librestart.c
1139
assert(new_state != RESTARTER_STATE_NONE);
usr/src/lib/librestart/common/librestart.c
1156
sz = restarter_state_to_string(new_state, str_new_state,
usr/src/lib/librestart/common/librestart.c
1338
id->i_state = new_state;
usr/src/lib/librstp/common/statmch.c
100
if (new_state == this->State || new_state == this->ignoreHop2State) break;
usr/src/lib/librstp/common/statmch.c
106
(*(this->concreteGetStatName)) (new_state));
usr/src/lib/librstp/common/statmch.c
109
if (new_state == this->State) break;
usr/src/lib/librstp/common/statmch.c
114
(*(this->concreteGetStatName)) (new_state));
usr/src/lib/librstp/common/statmch.c
119
this->State = new_state;
usr/src/lib/librstp/common/statmch.c
94
STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state)
usr/src/lib/librstp/common/statmch.h
86
STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state);
usr/src/lib/libsldap/common/ns_internal.h
660
ns_state_t new_state;
usr/src/lib/libsldap/common/ns_reads.c
1950
cookie->new_state = END_RESULT;
usr/src/lib/libsldap/common/ns_reads.c
1960
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
1975
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2003
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2016
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2275
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2282
cookie->new_state = INIT;
usr/src/lib/libsldap/common/ns_reads.c
2297
cookie->new_state = NEXT_SEARCH_DESCRIPTOR;
usr/src/lib/libsldap/common/ns_reads.c
2314
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2330
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2347
cookie->new_state = NEXT_SESSION;
usr/src/lib/libsldap/common/ns_reads.c
2353
cookie->new_state = GET_SESSION;
usr/src/lib/libsldap/common/ns_reads.c
2356
cookie->new_state = NEXT_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2359
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2363
cookie->new_state = NEXT_SESSION;
usr/src/lib/libsldap/common/ns_reads.c
2365
cookie->new_state = NEXT_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2369
cookie->new_state = RESTART_SESSION;
usr/src/lib/libsldap/common/ns_reads.c
2371
cookie->new_state = NEXT_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2375
cookie->new_state = NEXT_SESSION;
usr/src/lib/libsldap/common/ns_reads.c
2386
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2392
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2396
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2405
cookie->new_state = NEXT_VLV;
usr/src/lib/libsldap/common/ns_reads.c
2407
cookie->new_state = NEXT_PAGE;
usr/src/lib/libsldap/common/ns_reads.c
2411
cookie->new_state = ONE_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2417
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2421
cookie->new_state = DO_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2427
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2431
cookie->new_state = DO_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2435
cookie->new_state = DO_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2458
cookie->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
2460
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2497
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2541
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2548
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2551
cookie->new_state = cookie->next_state;
usr/src/lib/libsldap/common/ns_reads.c
2569
cookie->new_state = END_RESULT;
usr/src/lib/libsldap/common/ns_reads.c
2593
return (cookie->new_state);
usr/src/lib/libsldap/common/ns_reads.c
2629
cookie->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
2631
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2642
cookie->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
2655
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2665
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2674
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2677
cookie->new_state = PROCESS_RESULT;
usr/src/lib/libsldap/common/ns_reads.c
2697
cookie->new_state = NEXT_VLV;
usr/src/lib/libsldap/common/ns_reads.c
2704
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2709
cookie->new_state = multi_result(cookie);
usr/src/lib/libsldap/common/ns_reads.c
2729
return (cookie->new_state);
usr/src/lib/libsldap/common/ns_reads.c
2765
cookie->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
2767
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2779
cookie->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
2792
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2801
cookie->new_state = LDAP_ERROR;
usr/src/lib/libsldap/common/ns_reads.c
2812
cookie->new_state = PROCESS_RESULT;
usr/src/lib/libsldap/common/ns_reads.c
2841
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2845
cookie->new_state = cookie->next_state;
usr/src/lib/libsldap/common/ns_reads.c
2848
cookie->new_state = cookie->next_state;
usr/src/lib/libsldap/common/ns_reads.c
2861
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2864
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2877
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2882
cookie->new_state =
usr/src/lib/libsldap/common/ns_reads.c
2890
cookie->new_state = EXIT;
usr/src/lib/libsldap/common/ns_reads.c
2892
cookie->new_state = NEXT_SEARCH;
usr/src/lib/libsldap/common/ns_reads.c
2973
return (cookie->new_state);
usr/src/lib/libsldap/common/ns_reads.c
2975
cookie->state = cookie->new_state;
usr/src/lib/libsldap/common/ns_reads.c
3485
if (LD_USING_STATE(c->new_state) && c->conn_user != NULL) {
usr/src/lib/libsldap/common/ns_reads.c
3493
c->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
3500
c->new_state = REINIT;
usr/src/lib/libsldap/common/ns_reads.c
3519
state = search_state_machine(c, c->new_state, ONE_STEP);
usr/src/lib/libsldap/common/ns_writes.c
1000
new_state = get_ref;
usr/src/lib/libsldap/common/ns_writes.c
1019
new_state = W_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
1033
new_state = SELECT_OPERATION_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
1080
new_state = W_EXIT;
usr/src/lib/libsldap/common/ns_writes.c
1091
new_state = W_EXIT;
usr/src/lib/libsldap/common/ns_writes.c
1095
if (new_state == W_ERROR)
usr/src/lib/libsldap/common/ns_writes.c
1100
new_state = W_EXIT;
usr/src/lib/libsldap/common/ns_writes.c
1103
state = new_state;
usr/src/lib/libsldap/common/ns_writes.c
691
ns_write_state_t state = W_INIT, new_state, err_state = W_INIT;
usr/src/lib/libsldap/common/ns_writes.c
731
new_state = W_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
743
new_state = W_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
746
new_state = GET_CONNECTION;
usr/src/lib/libsldap/common/ns_writes.c
773
new_state = W_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
777
new_state = SELECT_OPERATION_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
779
new_state = SELECT_OPERATION_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
783
new_state = DO_ADD_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
785
new_state = DO_DELETE_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
787
new_state = DO_MODIFY_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
791
new_state = DO_ADD_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
793
new_state = DO_DELETE_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
795
new_state = DO_MODIFY_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
800
new_state = GET_RESULT_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
805
new_state = GET_RESULT_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
810
new_state = GET_RESULT_SYNC;
usr/src/lib/libsldap/common/ns_writes.c
815
new_state = GET_RESULT_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
820
new_state = GET_RESULT_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
825
new_state = GET_RESULT_ASYNC;
usr/src/lib/libsldap/common/ns_writes.c
850
new_state = W_LDAP_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
853
new_state = W_EXIT;
usr/src/lib/libsldap/common/ns_writes.c
863
new_state = W_LDAP_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
868
new_state = PARSE_RESULT;
usr/src/lib/libsldap/common/ns_writes.c
872
new_state = W_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
917
new_state = W_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
919
new_state = GET_REFERRAL_CONNECTION;
usr/src/lib/libsldap/common/ns_writes.c
929
new_state = W_LDAP_ERROR;
usr/src/lib/libsldap/common/ns_writes.c
932
new_state = W_EXIT;
usr/src/lib/libsldap/common/ns_writes.c
998
new_state = W_ERROR;
usr/src/tools/smatch/src/smatch_comparison.c
651
struct smatch_state *old_state, *new_state;
usr/src/tools/smatch/src/smatch_comparison.c
664
new_state = alloc_link_state(links);
usr/src/tools/smatch/src/smatch_comparison.c
665
set_state(link_id, var, sym, new_state);
usr/src/tools/smatch/src/smatch_param_compare_limit.c
74
struct smatch_state *old_state, *new_state;
usr/src/tools/smatch/src/smatch_param_compare_limit.c
87
new_state = alloc_link_state(links);
usr/src/tools/smatch/src/smatch_param_compare_limit.c
88
set_state(link_id, var, sym, new_state);
usr/src/tools/smatch/src/smatch_stored_conditions.c
113
struct smatch_state *old_state, *new_state;
usr/src/tools/smatch/src/smatch_stored_conditions.c
121
new_state = alloc_link_state(expr_list);
usr/src/tools/smatch/src/smatch_stored_conditions.c
122
set_state(link_id, var, sym, new_state);
usr/src/uts/common/fs/dev/sdev_ncache.c
608
int new_state;
usr/src/uts/common/fs/dev/sdev_ncache.c
613
new_state = SDEV_BOOT_STATE_INITIAL;
usr/src/uts/common/fs/dev/sdev_ncache.c
615
new_state = SDEV_BOOT_STATE_RECONFIG;
usr/src/uts/common/fs/dev/sdev_ncache.c
617
new_state = SDEV_BOOT_STATE_SYSAVAIL;
usr/src/uts/common/fs/dev/sdev_ncache.c
619
if (sdev_boot_state < new_state) {
usr/src/uts/common/fs/dev/sdev_ncache.c
620
switch (new_state) {
usr/src/uts/common/fs/dev/sdev_ncache.c
623
sdev_boot_state = new_state;
usr/src/uts/common/fs/dev/sdev_ncache.c
643
sdev_boot_state = new_state;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
130
rfs4_dr_chstate(rfs4_dupreq_t *drp, int new_state)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
139
drp->dr_state = new_state;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
141
if (new_state != NFS4_DUP_FREE)
usr/src/uts/common/fs/ufs/ufs_panic.c
1242
set_state(ufs_failure_t *f, ufs_failure_states_t new_state)
usr/src/uts/common/fs/ufs/ufs_panic.c
1249
HIDEOUS(("[set_state: new state:%s", state_name(new_state)));
usr/src/uts/common/fs/ufs/ufs_panic.c
1265
if (!state_trans_valid(f->uf_s, new_state)) {
usr/src/uts/common/fs/ufs/ufs_panic.c
1267
if (!(f->uf_s & UF_PANIC) && !(new_state & UF_PANIC))
usr/src/uts/common/fs/ufs/ufs_panic.c
1270
state_name(f->uf_s), state_name(new_state)));
usr/src/uts/common/fs/ufs/ufs_panic.c
1274
s = get_state_desc(new_state);
usr/src/uts/common/fs/ufs/ufs_panic.c
1289
sfrc = !s->ud_sfp? SFRC_SUCCESS: (*s->ud_sfp)(f, UFA_SET, new_state);
usr/src/uts/common/fs/ufs/ufs_panic.c
1291
if (sfrc == SFRC_SUCCESS && f->uf_s != new_state) {
usr/src/uts/common/fs/ufs/ufs_panic.c
1292
f->uf_s = new_state;
usr/src/uts/common/fs/zfs/arc.c
2206
arc_change_state(arc_state_t *new_state, arc_buf_hdr_t *hdr,
usr/src/uts/common/fs/zfs/arc.c
2238
ASSERT3P(new_state, !=, old_state);
usr/src/uts/common/fs/zfs/arc.c
2239
ASSERT(!GHOST_STATE(new_state) || bufcnt == 0);
usr/src/uts/common/fs/zfs/arc.c
2258
if (new_state != arc_anon && new_state != arc_l2c_only) {
usr/src/uts/common/fs/zfs/arc.c
2267
multilist_insert(new_state->arcs_list[buftype], hdr);
usr/src/uts/common/fs/zfs/arc.c
2269
if (GHOST_STATE(new_state)) {
usr/src/uts/common/fs/zfs/arc.c
2274
arc_evictable_space_increment(hdr, new_state);
usr/src/uts/common/fs/zfs/arc.c
2279
if (new_state == arc_anon && HDR_IN_HASH_TABLE(hdr))
usr/src/uts/common/fs/zfs/arc.c
2284
if (update_new && new_state != arc_l2c_only) {
usr/src/uts/common/fs/zfs/arc.c
2286
if (GHOST_STATE(new_state)) {
usr/src/uts/common/fs/zfs/arc.c
2296
(void) zfs_refcount_add_many(&new_state->arcs_size,
usr/src/uts/common/fs/zfs/arc.c
2324
&new_state->arcs_size,
usr/src/uts/common/fs/zfs/arc.c
2331
&new_state->arcs_size,
usr/src/uts/common/fs/zfs/arc.c
2337
&new_state->arcs_size,
usr/src/uts/common/fs/zfs/arc.c
2406
hdr->b_l1hdr.b_state = new_state;
usr/src/uts/common/fs/zfs/arc.c
2408
if (HDR_HAS_L2HDR(hdr) && new_state != arc_l2c_only) {
usr/src/uts/common/fs/zfs/arc.c
2410
hdr->b_l2hdr.b_arcs_state = new_state->arcs_state;
usr/src/uts/common/fs/zfs/arc.c
5177
arc_state_t *new_state;
usr/src/uts/common/fs/zfs/arc.c
5184
new_state = arc_mru;
usr/src/uts/common/fs/zfs/arc.c
5196
new_state = arc_mfu;
usr/src/uts/common/fs/zfs/arc.c
5201
arc_change_state(new_state, hdr, hash_lock);
usr/src/uts/common/fs/zfs/arc.c
5217
arc_state_t *new_state = arc_mfu;
usr/src/uts/common/fs/zfs/arc.c
5229
new_state = arc_mru;
usr/src/uts/common/fs/zfs/arc.c
5234
arc_change_state(new_state, hdr, hash_lock);
usr/src/uts/common/fs/zfs/spa.c
5941
spa_export_common(char *pool, int new_state, nvlist_t **oldconfig,
usr/src/uts/common/fs/zfs/spa.c
5988
new_state != POOL_STATE_UNINITIALIZED)) {
usr/src/uts/common/fs/zfs/spa.c
6000
if (!force && new_state == POOL_STATE_EXPORTED &&
usr/src/uts/common/fs/zfs/spa.c
6026
if (new_state != POOL_STATE_UNINITIALIZED && !hardforce) {
usr/src/uts/common/fs/zfs/spa.c
6028
spa->spa_state = new_state;
usr/src/uts/common/fs/zfs/spa.c
6046
if (new_state != POOL_STATE_UNINITIALIZED) {
usr/src/uts/common/fs/zfs/vdev_initialize.c
100
vdev_initialize_change_state(vdev_t *vd, vdev_initializing_state_t new_state)
usr/src/uts/common/fs/zfs/vdev_initialize.c
105
if (new_state == vd->vdev_initialize_state)
usr/src/uts/common/fs/zfs/vdev_initialize.c
120
vd->vdev_initialize_state = new_state;
usr/src/uts/common/fs/zfs/vdev_initialize.c
127
switch (new_state) {
usr/src/uts/common/fs/zfs/vdev_initialize.c
145
panic("invalid state %llu", (unsigned long long)new_state);
usr/src/uts/common/fs/zfs/vdev_trim.c
270
vdev_trim_change_state(vdev_t *vd, vdev_trim_state_t new_state,
usr/src/uts/common/fs/zfs/vdev_trim.c
276
if (new_state == vd->vdev_trim_state)
usr/src/uts/common/fs/zfs/vdev_trim.c
297
if (new_state == VDEV_TRIM_ACTIVE) {
usr/src/uts/common/fs/zfs/vdev_trim.c
317
vd->vdev_trim_state = new_state;
usr/src/uts/common/fs/zfs/vdev_trim.c
324
switch (new_state) {
usr/src/uts/common/fs/zfs/vdev_trim.c
347
panic("invalid state %llu", (unsigned long long)new_state);
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
43
krb5_keyusage usage, krb5_data *new_state )
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
45
new_state->length = 8;
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
46
new_state->data = (void *) MALLOC(8);
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
47
if (new_state->data) {
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
49
(void) memset (new_state->data, 0, new_state->length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/default_state.c
53
(void) memcpy (new_state->data, key->contents, new_state->length);
usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/arcfour_provider.c
328
krb5_keyusage keyusage, krb5_data *new_state)
usr/src/uts/common/inet/ip/ip_arp.c
223
int new_state;
usr/src/uts/common/inet/ip/ip_arp.c
302
new_state = ND_STALE;
usr/src/uts/common/inet/ip/ip_arp.c
312
new_state = ND_UNCHANGED;
usr/src/uts/common/inet/ip/ip_arp.c
326
new_state = (ll_changed ? ND_STALE : ND_REACHABLE);
usr/src/uts/common/inet/ip/ip_arp.c
329
new_state = ND_REACHABLE;
usr/src/uts/common/inet/ip/ip_arp.c
337
nce_update(ncec, new_state, (ll_changed ? src_haddr : NULL));
usr/src/uts/common/inet/ip/ip_ndp.c
2911
nce_update(ncec_t *ncec, uint16_t new_state, uchar_t *new_ll_addr)
usr/src/uts/common/inet/ip/ip_ndp.c
2928
if (new_state != ND_UNCHANGED) {
usr/src/uts/common/inet/ip/ip_ndp.c
2932
ASSERT((int16_t)new_state >= ND_STATE_VALID_MIN);
usr/src/uts/common/inet/ip/ip_ndp.c
2933
ASSERT((int16_t)new_state <= ND_STATE_VALID_MAX);
usr/src/uts/common/inet/ip/ip_ndp.c
2935
if (new_state == ND_REACHABLE)
usr/src/uts/common/inet/ip/ip_ndp.c
2941
ncec->ncec_state = new_state;
usr/src/uts/common/inet/ip/ip_ndp.c
2943
ASSERT(ncec->ncec_lladdr != NULL || new_state == ND_INITIAL ||
usr/src/uts/common/inet/ip/ip_ndp.c
2944
new_state == ND_INCOMPLETE);
usr/src/uts/common/inet/ip/ip_ndp.c
4575
uint16_t new_state;
usr/src/uts/common/inet/ip/ip_ndp.c
4587
new_state = ND_UNCHANGED;
usr/src/uts/common/inet/ip/ip_ndp.c
4589
new_state = ND_STALE;
usr/src/uts/common/inet/ip/ip_ndp.c
4591
nce_update(ncec, new_state, hwaddr);
usr/src/uts/common/inet/ip/sadb.c
4409
sadb_update_state(ipsa_t *assoc, uint_t new_state, mblk_t **ipkt_lst)
usr/src/uts/common/inet/ip/sadb.c
4416
switch (new_state) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1107
IN u32_t new_state)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1130
new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1371
lm_status_t lm_eth_wait_state_change(struct _lm_device_t *pdev, u32_t new_state, u32_t cid)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1380
return lm_wait_state_change(pdev, &cid_resc->con_state, new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
68
IN u32_t new_state)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
99
new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
198
lm_status_t lm_wait_state_change(struct _lm_device_t *pdev, volatile u32_t * curr_state, u32_t new_state)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
209
*curr_state = new_state;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
216
while ((*curr_state != new_state) && to_cnt--)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
236
if ( *curr_state != new_state)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
240
*curr_state, new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
1773
lm_status_t lm_wait_state_change(struct _lm_device_t *pdev, volatile u32_t * curr_state, u32_t new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
608
lm_status_t lm_eth_wait_state_change(struct _lm_device_t *pdev, u32_t new_state, u32_t cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3545
IN u32_t new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3561
IN u32_t new_state);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3684
lm_status_t lm_wait_state_change(struct _lm_device_t *pdev, volatile u32_t * curr_state, u32_t new_state);
usr/src/uts/common/io/comstar/port/fct/discovery.c
262
uint16_t old_state, new_state, new_bits;
usr/src/uts/common/io/comstar/port/fct/discovery.c
280
new_state = iport->iport_link_state;
usr/src/uts/common/io/comstar/port/fct/discovery.c
283
new_state = PORT_STATE_LINK_DOWN_CLEANING;
usr/src/uts/common/io/comstar/port/fct/discovery.c
286
new_state = PORT_STATE_LINK_UP_CLEANING;
usr/src/uts/common/io/comstar/port/fct/discovery.c
288
new_state = PORT_STATE_LINK_INIT_START;
usr/src/uts/common/io/comstar/port/fct/discovery.c
307
new_state = PORT_STATE_LINK_DOWN;
usr/src/uts/common/io/comstar/port/fct/discovery.c
310
new_state = PORT_STATE_LINK_INIT_START;
usr/src/uts/common/io/comstar/port/fct/discovery.c
314
new_state = PORT_STATE_LINK_DOWN;
usr/src/uts/common/io/comstar/port/fct/discovery.c
320
new_state = PORT_STATE_LINK_UP_CLEANING;
usr/src/uts/common/io/comstar/port/fct/discovery.c
324
new_state = PORT_STATE_LINK_INIT_DONE;
usr/src/uts/common/io/comstar/port/fct/discovery.c
331
(iport->iport_link_state | new_state);
usr/src/uts/common/io/comstar/port/fct/discovery.c
333
iport->iport_link_state = new_state;
usr/src/uts/common/io/comstar/port/fct/discovery.c
337
old_state, new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
104
iscsit_login_state_t new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
707
iscsit_login_state_t new_state)
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
715
ASSERT(new_state != ILS_UNDEFINED);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
716
ASSERT3U(new_state, <, ILS_MAX_STATE);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
718
new_state = (new_state < ILS_MAX_STATE) ?
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
719
new_state : ILS_UNDEFINED;
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
724
iscsit_ils_name[new_state], new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
728
iscsit_login_state_t, new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
732
(int)lsm->icl_login_state, (int)new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
734
lsm->icl_login_state = new_state;
usr/src/uts/common/io/comstar/port/iscsit/iscsit_login.c
767
switch (new_state) {
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
805
iscsit_session_state_t new_state)
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
812
ASSERT(new_state != SS_UNDEFINED);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
813
ASSERT3U(new_state, <, SS_MAX_STATE);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
815
new_state = (new_state < SS_MAX_STATE) ?
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
816
new_state : SS_UNDEFINED;
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
822
iscsit_ss_name[new_state], new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
826
iscsit_session_state_t, new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
830
(int)ist->ist_state, (int)new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
832
ist->ist_state = new_state;
usr/src/uts/common/io/comstar/port/iscsit/iscsit_sess.c
86
iscsit_session_state_t new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
670
iscsit_tgt_state_t new_state)
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
684
ASSERT(new_state != TS_UNDEFINED);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
685
ASSERT3U(new_state, <, TS_MAX_STATE);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
687
new_state = (new_state < TS_MAX_STATE) ?
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
688
new_state : TS_UNDEFINED;
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
692
iscsit_ts_name[new_state], new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
695
iscsit_tgt_state_t, new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
699
(int)tgt->target_state, (int)new_state);
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
701
tgt->target_state = new_state;
usr/src/uts/common/io/comstar/port/iscsit/iscsit_tgt.c
97
iscsit_tgt_state_t new_state);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
138
pppt_task_state_t new_state);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1445
pppt_task_state_t new_state)
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1448
ptask->pt_state, new_state);
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1451
ptask->pt_state = new_state;
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
104
pppt_tgt_state_t new_state);
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
823
pppt_tgt_state_t new_state)
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
836
ASSERT(new_state != TS_UNDEFINED);
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
837
ASSERT3U(new_state, <, TS_MAX_STATE);
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
839
new_state = (new_state < TS_MAX_STATE) ?
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
840
new_state : TS_UNDEFINED;
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
845
pppt_ts_name[new_state], new_state);
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
848
pppt_tgt_state_t, new_state);
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
852
tgt->target_state = new_state;
usr/src/uts/common/io/devinfo.c
3637
di_setstate(struct di_state *st, int new_state)
usr/src/uts/common/io/devinfo.c
3642
switch (new_state) {
usr/src/uts/common/io/devinfo.c
3659
st->di_iocstate = new_state;
usr/src/uts/common/io/devinfo.c
3662
st->di_iocstate, new_state);
usr/src/uts/common/io/ena/ena_aenq.c
180
link_state_t new_state = is_up ? LINK_STATE_UP : LINK_STATE_DOWN;
usr/src/uts/common/io/ena/ena_aenq.c
196
if (ena->ena_link_state != new_state) {
usr/src/uts/common/io/ena/ena_aenq.c
197
mac_link_update(ena->ena_mh, new_state);
usr/src/uts/common/io/ena/ena_aenq.c
198
ena->ena_link_state = new_state;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1972
uint32_t new_state;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1977
new_state = ql_8021_check_fw_alive(ha);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1979
if (new_state == NX_DEV_NEED_RESET &&
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1985
(void) ql_8021_idc_handler(ha, new_state);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1990
ql_8021_idc_handler(ql_adapter_state_t *ha, uint32_t new_state)
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2002
if (new_state != NX_DEV_POLL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2003
ql_8021_wr_32(ha, CRB_DEV_STATE, new_state);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2004
dev_state = new_state;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2005
new_state = NX_DEV_POLL;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2184
uint32_t new_state = NX_DEV_POLL;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2188
return (new_state);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2229
new_state = NX_DEV_NEED_RESET;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2237
return (new_state);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2249
uint32_t dev_state, new_state = NX_DEV_POLL;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2267
new_state = NX_DEV_NEED_RESET;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2272
new_state = NX_DEV_NEED_RESET;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2276
new_state = NX_DEV_COLD;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2281
rval = ql_8021_idc_handler(ha, new_state) == NX_DEV_READY ?
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3005
uint32_t new_state;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3021
new_state = FC_ULP_STATEC_ONLINE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3026
new_state = FC_ULP_STATEC_OFFLINE_TIMEOUT;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3028
new_state = FC_ULP_STATEC_OFFLINE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3033
new_state = FC_ULP_STATEC_DONT_CARE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3128
if (ulp_port->port_statec != new_state) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3129
ulp_port->port_statec = new_state;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3135
if (ulp_port->port_statec == new_state) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3139
ulp_port->port_statec = new_state;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3143
if (ulp_port->port_statec == new_state ||
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3144
new_state == FC_ULP_STATEC_OFFLINE) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3148
ulp_port->port_statec = new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1143
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1174
new_state = old_state = DAPLKA_EP_STATE_CLOSED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1370
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1390
new_state = DAPLKA_EP_STATE_FREED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1391
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1474
daplka_ep_transition_is_valid(uint32_t old_state, uint32_t new_state)
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1485
if (old_state == new_state ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1486
new_state == DAPLKA_EP_STATE_FREED) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1498
if (new_state == DAPLKA_EP_STATE_CONNECTING ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1499
new_state == DAPLKA_EP_STATE_ACCEPTING) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1516
if (new_state == DAPLKA_EP_STATE_CONNECTED ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1517
new_state == DAPLKA_EP_STATE_DISCONNECTING ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1518
new_state == DAPLKA_EP_STATE_DISCONNECTED ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1519
new_state == DAPLKA_EP_STATE_ABORTING) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1533
if (new_state == DAPLKA_EP_STATE_CONNECTED ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1534
new_state == DAPLKA_EP_STATE_DISCONNECTING ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1535
new_state == DAPLKA_EP_STATE_DISCONNECTED) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1550
if (new_state == DAPLKA_EP_STATE_DISCONNECTING ||
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1551
new_state == DAPLKA_EP_STATE_DISCONNECTED) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1560
if (new_state == DAPLKA_EP_STATE_DISCONNECTED) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1572
if (new_state == DAPLKA_EP_STATE_DISCONNECTED) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1584
if (new_state == DAPLKA_EP_STATE_CLOSED) {
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1594
old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1605
uint32_t new_state)
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1609
ASSERT(new_state != DAPLKA_EP_STATE_TRANSITIONING);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1611
valid = daplka_ep_transition_is_valid(old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1615
ep_rp->ep_state = new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1650
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1666
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1716
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1733
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1748
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1773
new_state = DAPLKA_EP_STATE_FREED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1774
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1784
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1806
int old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1813
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1823
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1839
new_state = DAPLKA_EP_STATE_ABORTING;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1840
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1875
new_state = DAPLKA_EP_STATE_DISCONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1876
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2070
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2104
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2282
new_state = DAPLKA_EP_STATE_CONNECTING;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2302
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2327
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2344
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2384
new_state = DAPLKA_EP_STATE_DISCONNECTING;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2385
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2397
new_state = old_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2401
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2421
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2437
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2454
new_state = DAPLKA_EP_STATE_CLOSED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2457
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2539
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2544
new_state = DAPLKA_EP_STATE_FREED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
2545
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
3938
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
3984
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4067
new_state = DAPLKA_EP_STATE_ACCEPTING;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4074
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6715
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6729
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6737
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6747
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6764
new_state = DAPLKA_EP_STATE_DISCONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6765
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6788
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6801
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6808
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6818
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6835
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6849
new_state = DAPLKA_EP_STATE_CONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6850
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6872
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6894
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6906
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6928
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6967
new_state = DAPLKA_EP_STATE_DISCONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
6968
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7060
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7066
new_state = old_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7072
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7095
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7109
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7112
old_state = new_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7120
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7137
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7147
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7164
new_state = DAPLKA_EP_STATE_DISCONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7165
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7185
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7188
old_state = new_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7194
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7211
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7221
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7242
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7258
new_state = DAPLKA_EP_STATE_CONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7259
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7281
uint32_t old_state, new_state;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7286
old_state = new_state = daplka_ep_get_state(ep_rp);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7298
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7315
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7337
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7351
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7396
new_state = DAPLKA_EP_STATE_DISCONNECTED;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
7397
daplka_ep_set_state(ep_rp, old_state, new_state);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1643
enum ib_qp_state cur_state, new_state;
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1687
new_state = attr_mask & IB_QP_STATE ? attr->qp_state :
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1691
if (cur_state == new_state && cur_state == IB_QPS_RESET) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1706
if (!ib_modify_qp_is_ok(cur_state, new_state, qp->qp_type, attr_mask)) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1774
modify_attr.qp_state = OF2IBTF_STATE(new_state);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1780
new_state == IB_QPS_INIT) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1783
new_state == IB_QPS_RTR) {
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1786
new_state == IB_QPS_RTS) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1345
enum ib_qp_state cur_state, new_state;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1391
new_state = cmd.attr_mask & IB_QP_STATE ? cmd.qp_state : cur_state;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1395
cmd.qp_handle, cur_state, new_state, uqp->ofa_qp_type,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1398
if (!uverbs_modify_qp_is_ok(cur_state, new_state, uqp->ofa_qp_type,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1435
uverbs_modify_update(&cmd, cur_state, new_state, &qp_query_attr,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
956
enum ib_qp_state cur_state, enum ib_qp_state new_state,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
995
switch (new_state) {
usr/src/uts/common/io/idm/idm.c
2097
sm_audit_sm_type_t sm_type, int current_state, int new_state)
usr/src/uts/common/io/idm/idm.c
2103
sar->sar_new_state = new_state;
usr/src/uts/common/io/idm/idm_conn_sm.c
100
idm_update_state(idm_conn_t *ic, idm_conn_state_t new_state,
usr/src/uts/common/io/idm/idm_conn_sm.c
1132
idm_update_state(idm_conn_t *ic, idm_conn_state_t new_state,
usr/src/uts/common/io/idm/idm_conn_sm.c
1141
ASSERT(new_state != CS_S0_UNDEFINED);
usr/src/uts/common/io/idm/idm_conn_sm.c
1142
ASSERT3U(new_state, <, CS_MAX_STATE);
usr/src/uts/common/io/idm/idm_conn_sm.c
1149
new_state = (new_state < CS_MAX_STATE) ?
usr/src/uts/common/io/idm/idm_conn_sm.c
1150
new_state : CS_S0_UNDEFINED;
usr/src/uts/common/io/idm/idm_conn_sm.c
1156
idm_cs_name[new_state], new_state);
usr/src/uts/common/io/idm/idm_conn_sm.c
1159
idm_conn_t *, ic, idm_conn_state_t, new_state);
usr/src/uts/common/io/idm/idm_conn_sm.c
1163
(int)ic->ic_state, (int)new_state);
usr/src/uts/common/io/idm/idm_conn_sm.c
1165
ic->ic_state = new_state;
usr/src/uts/common/io/igc/igc.c
551
link_state_t orig_state, new_state;
usr/src/uts/common/io/igc/igc.c
584
new_state = igc->igc_link_state;
usr/src/uts/common/io/igc/igc.c
613
if (orig_state != new_state) {
usr/src/uts/common/io/igc/igc.c
614
mac_link_update(igc->igc_mac_hdl, new_state);
usr/src/uts/common/io/mega_sas/megaraid_sas.h
972
uint32_t new_state;
usr/src/uts/common/io/mr_sas/mr_sas.h
1658
uint32_t new_state;
usr/src/uts/common/io/openprom.c
1293
oprom_setstate(struct oprom_state *st, int16_t new_state)
usr/src/uts/common/io/openprom.c
1298
switch (new_state) {
usr/src/uts/common/io/openprom.c
1315
st->ioc_state = new_state;
usr/src/uts/common/io/openprom.c
1318
st->ioc_state, new_state);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
449
enum ecore_roce_qp_state new_state;
usr/src/uts/common/io/qede/qede_main.c
1405
bool new_state;
usr/src/uts/common/io/qede/qede_main.c
1423
new_state = true;
usr/src/uts/common/io/qede/qede_main.c
1425
new_state = false;
usr/src/uts/common/io/qede/qede_main.c
1443
if (new_state)
usr/src/uts/common/io/qede/qede_main.c
1450
if (new_state)
usr/src/uts/common/io/qede/qede_main.c
1493
if (qede->lro_enable && new_state) {
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4105
mpapi_item_t *tpg_item, uint32_t new_state)
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4110
if (new_state == tpg_data->prop.accessState)
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
4112
tpg_data->prop.accessState = new_state;
usr/src/uts/common/io/tl.c
3957
t_scalar_t save_state, new_state;
usr/src/uts/common/io/tl.c
3997
save_state = new_state = tep->te_state;
usr/src/uts/common/io/tl.c
4012
new_state = nextstate[TE_DISCON_REQ][tep->te_state];
usr/src/uts/common/io/tl.c
4018
tep->te_state = nextstate[TE_ERROR_ACK][new_state];
usr/src/uts/common/io/tl.c
4038
tep->te_state = nextstate[TE_ERROR_ACK][new_state];
usr/src/uts/common/io/tl.c
4068
new_state = nextstate[TE_OK_ACK1][new_state];
usr/src/uts/common/io/tl.c
4071
new_state = nextstate[TE_OK_ACK2][new_state];
usr/src/uts/common/io/tl.c
4073
new_state = nextstate[TE_OK_ACK4][new_state];
usr/src/uts/common/io/tl.c
4100
tep->te_state = new_state;
usr/src/uts/common/io/tl.c
4131
tep->te_state = new_state;
usr/src/uts/common/io/tl.c
4164
new_state = tep->te_state;
usr/src/uts/common/io/tl.c
4189
tep->te_state = new_state;
usr/src/uts/common/io/tl.c
4200
tep->te_state = new_state;
usr/src/uts/common/io/tl.c
4206
tep->te_state = new_state;
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
470
uftdi_usb_power(ds_hdl_t hdl, int comp, int level, int *new_state)
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
523
(*new_state == USB_DEV_DISCONNECTED ||
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
524
*new_state == USB_DEV_SUSPENDED))
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
525
uf->uf_dev_state = *new_state;
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
531
*new_state = uf->uf_dev_state;
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
831
usbsacm_ds_usb_power(ds_hdl_t hdl, int comp, int level, int *new_state)
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
900
((*new_state == USB_DEV_DISCONNECTED) ||
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
901
(*new_state == USB_DEV_SUSPENDED))) {
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
902
acmp->acm_dev_state = *new_state;
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
908
*new_state = acmp->acm_dev_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1163
int new_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1179
new_state = USBSER_DS_SUSPEND(usp); /* let DSD do its part */
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1182
if (new_state == USB_DEV_SUSPENDED) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1185
ASSERT(new_state == USB_DEV_ONLINE);
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1188
usp->us_dev_state = new_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1243
int new_state, current_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1260
new_state = USBSER_DS_RECONNECT(usp);
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1262
new_state = USBSER_DS_RESUME(usp);
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1266
usp->us_dev_state = new_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1269
if (new_state == USB_DEV_ONLINE) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
671
int new_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
682
new_state = usp->us_dev_state;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
686
rval = USBSER_DS_USB_POWER(usp, comp, level, &new_state);
usr/src/uts/common/io/usb/clients/usbser/usbser.c
690
usp->us_dev_state = new_state;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
780
keyspan_usb_power(ds_hdl_t hdl, int comp, int level, int *new_state)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
835
((*new_state == USB_DEV_DISCONNECTED) ||
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
836
(*new_state == USB_DEV_SUSPENDED))) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
837
ksp->ks_dev_state = *new_state;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
845
*new_state = ksp->ks_dev_state;
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
467
pl2303_usb_power(ds_hdl_t hdl, int comp, int level, int *new_state)
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
526
((*new_state == USB_DEV_DISCONNECTED) ||
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
527
(*new_state == USB_DEV_SUSPENDED))) {
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
528
plp->pl_dev_state = *new_state;
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
536
*new_state = plp->pl_dev_state;
usr/src/uts/common/io/usbgem/usbgem.c
2296
usbgem_mac_stop(struct usbgem_dev *dp, int new_state, boolean_t graceful)
usr/src/uts/common/io/usbgem/usbgem.c
2303
ASSERT(new_state == MAC_STATE_STOPPED ||
usr/src/uts/common/io/usbgem/usbgem.c
2304
new_state == MAC_STATE_DISCONNECTED);
usr/src/uts/common/io/usbgem/usbgem.c
2311
if (new_state == MAC_STATE_STOPPED || graceful) {
usr/src/uts/common/io/usbgem/usbgem.c
2319
dp->mac_state = new_state;
usr/src/uts/common/io/vioif/vioif.c
1883
link_state_t orig_state, new_state;
usr/src/uts/common/io/vioif/vioif.c
1894
new_state = vioif_spec_to_state(vif->vif_status);
usr/src/uts/common/io/vioif/vioif.c
1896
if (new_state == LINK_STATE_UP) {
usr/src/uts/common/io/vioif/vioif.c
1919
if (orig_state != new_state)
usr/src/uts/common/io/vioif/vioif.c
1920
mac_link_update(vif->vif_mac_handle, new_state);
usr/src/uts/common/os/cpu_pm.c
395
cpupm_state_t *new_state = NULL;
usr/src/uts/common/os/cpu_pm.c
427
new_state =
usr/src/uts/common/os/cpu_pm.c
506
new_state = dom->cpd_named_states[CPUPM_STATE_MAX_PERF];
usr/src/uts/common/os/cpu_pm.c
613
new_state =
usr/src/uts/common/os/cpu_pm.c
661
if (new_state)
usr/src/uts/common/os/cpu_pm.c
662
(void) cpupm_change_state(cp, dom, new_state);
usr/src/uts/common/os/cpu_pm.c
677
cpupm_state_t *new_state = NULL;
usr/src/uts/common/os/cpu_pm.c
719
new_state =
usr/src/uts/common/os/cpu_pm.c
721
if (new_state) {
usr/src/uts/common/os/cpu_pm.c
722
(void) cpupm_change_state(cp, dom, new_state);
usr/src/uts/common/os/ddi_hp_impl.c
1111
ddi_hp_cn_state_t curr_state, new_state, result_state;
usr/src/uts/common/os/ddi_hp_impl.c
1120
new_state = DDI_HP_CN_STATE_PORT_PRESENT;
usr/src/uts/common/os/ddi_hp_impl.c
1123
(void *)&new_state, (void *)&result_state);
usr/src/uts/common/os/ddi_hp_impl.c
1131
new_state = DDI_HP_CN_STATE_OFFLINE;
usr/src/uts/common/os/ddi_hp_impl.c
1134
(void *)&new_state, &cdip);
usr/src/uts/common/os/ddi_hp_impl.c
1189
ddi_hp_cn_state_t curr_state, new_state, result_state;
usr/src/uts/common/os/ddi_hp_impl.c
1203
new_state = DDI_HP_CN_STATE_PORT_EMPTY;
usr/src/uts/common/os/ddi_hp_impl.c
1206
(void *)&new_state, (void *)&result_state);
usr/src/uts/common/os/ddi_hp_impl.c
1218
new_state = DDI_HP_CN_STATE_PORT_PRESENT;
usr/src/uts/common/os/ddi_hp_impl.c
1221
(void *)&new_state, (void *)&result_state);
usr/src/uts/common/os/ddi_hp_impl.c
283
ddi_hp_cn_state_t new_state);
usr/src/uts/common/os/ddi_hp_impl.c
417
ddi_hp_cn_state_t new_state;
usr/src/uts/common/os/ddi_hp_impl.c
426
NULL, (void *)&new_state, ret);
usr/src/uts/common/os/ddi_hp_impl.c
436
(void *)hdlp, hdlp->cn_info.cn_state, new_state));
usr/src/uts/common/os/ddi_hp_impl.c
438
if (new_state != hdlp->cn_info.cn_state) {
usr/src/uts/common/os/ddi_hp_impl.c
439
hdlp->cn_info.cn_state = new_state;
usr/src/uts/common/os/ddi_hp_impl.c
894
ddi_hp_cn_state_t new_state)
usr/src/uts/common/os/ddi_hp_impl.c
900
if (new_state != curr_state) {
usr/src/uts/common/os/ddi_hp_impl.c
901
hdlp->cn_info.cn_state = new_state;
usr/src/uts/common/os/ddi_hp_impl.c
905
if (curr_state < new_state &&
usr/src/uts/common/os/ddi_hp_impl.c
906
new_state == DDI_HP_CN_STATE_ENABLED) {
usr/src/uts/common/os/flock.c
1028
flk_set_state(lock_descriptor_t *lock, int new_state)
usr/src/uts/common/os/flock.c
1044
if ((new_state == FLK_CANCELLED_STATE) ||
usr/src/uts/common/os/flock.c
1045
(new_state == FLK_GRANTED_STATE) ||
usr/src/uts/common/os/flock.c
1046
(new_state == FLK_INTERRUPTED_STATE)) {
usr/src/uts/common/os/flock.c
1051
if ((new_state == FLK_GRANTED_STATE) ||
usr/src/uts/common/os/flock.c
1052
(new_state == FLK_CANCELLED_STATE)) {
usr/src/uts/common/os/flock.c
1056
CHECK_LOCK_TRANSITION(lock->l_status, new_state);
usr/src/uts/common/os/flock.c
1058
cl_flk_state_transition_notify(lock, lock->l_status, new_state);
usr/src/uts/common/os/flock.c
1060
lock->l_status = new_state;
usr/src/uts/common/os/flock.c
4399
check_lock_transition(int old_state, int new_state)
usr/src/uts/common/os/flock.c
4403
if ((new_state == FLK_START_STATE) ||
usr/src/uts/common/os/flock.c
4404
(new_state == FLK_SLEEPING_STATE) ||
usr/src/uts/common/os/flock.c
4405
(new_state == FLK_ACTIVE_STATE) ||
usr/src/uts/common/os/flock.c
4406
(new_state == FLK_DEAD_STATE)) {
usr/src/uts/common/os/flock.c
4412
if ((new_state == FLK_ACTIVE_STATE) ||
usr/src/uts/common/os/flock.c
4413
(new_state == FLK_DEAD_STATE)) {
usr/src/uts/common/os/flock.c
4419
if (new_state == FLK_DEAD_STATE) {
usr/src/uts/common/os/flock.c
4425
if ((new_state == FLK_GRANTED_STATE) ||
usr/src/uts/common/os/flock.c
4426
(new_state == FLK_INTERRUPTED_STATE) ||
usr/src/uts/common/os/flock.c
4427
(new_state == FLK_CANCELLED_STATE)) {
usr/src/uts/common/os/flock.c
4433
if ((new_state == FLK_START_STATE) ||
usr/src/uts/common/os/flock.c
4434
(new_state == FLK_INTERRUPTED_STATE) ||
usr/src/uts/common/os/flock.c
4435
(new_state == FLK_CANCELLED_STATE)) {
usr/src/uts/common/os/flock.c
4441
if ((new_state == FLK_INTERRUPTED_STATE) ||
usr/src/uts/common/os/flock.c
4442
(new_state == FLK_DEAD_STATE)) {
usr/src/uts/common/os/flock.c
4448
if (new_state == FLK_DEAD_STATE) {
usr/src/uts/common/os/flock.c
4455
if (new_state == FLK_DEAD_STATE) {
usr/src/uts/common/os/flock.c
71
#define CHECK_LOCK_TRANSITION(old_state, new_state) \
usr/src/uts/common/os/flock.c
73
if (check_lock_transition(old_state, new_state)) { \
usr/src/uts/common/os/flock.c
75
from %d to %d", old_state, new_state); \
usr/src/uts/common/os/flock.c
83
#define CHECK_LOCK_TRANSITION(old_state, new_state)
usr/src/uts/common/os/msacct.c
603
new_mstate(kthread_t *t, int new_state)
usr/src/uts/common/os/msacct.c
616
ASSERT(new_state != LMS_WAIT_CPU);
usr/src/uts/common/os/msacct.c
617
ASSERT((unsigned)new_state < NMSTATES);
usr/src/uts/common/os/msacct.c
658
t->t_mstate = new_state;
usr/src/uts/common/os/msacct.c
694
if (new_state == LMS_USER && t->t_cpu->cpu_mstate != CMS_USER)
usr/src/uts/common/os/msacct.c
696
else if (new_state != LMS_USER &&
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
582
extern char *emlxs_ffstate_xlate(uint32_t new_state);
usr/src/uts/common/sys/flock_impl.h
295
int old_state, int new_state);
usr/src/uts/common/sys/idm/idm.h
280
sm_audit_sm_type_t sm_type, int state, int new_state);
usr/src/uts/common/sys/usb/clients/usbser/usbser_dsdi.h
113
int (*ds_usb_power)(ds_hdl_t, int comp, int level, int *new_state);
usr/src/uts/common/xen/io/blk_common.c
355
XenbusState new_state;
usr/src/uts/common/xen/io/blk_common.c
360
new_state = *(XenbusState *)impl_data;
usr/src/uts/common/xen/io/blk_common.c
364
if (blk_check_state_transition(ring, new_state) == DDI_FAILURE) {
usr/src/uts/common/xen/io/blk_common.c
369
switch (new_state) {
usr/src/uts/common/xen/io/xdb.c
1585
XenbusState new_state = *(XenbusState *)impl_data;
usr/src/uts/common/xen/io/xdb.c
1589
"otherend state change to %d!", ddi_get_name_addr(dip), new_state));
usr/src/uts/common/xen/io/xdb.c
1600
switch (new_state) {
usr/src/uts/common/xen/io/xdb.c
1632
(void) xvdi_switch_state(dip, XBT_NULL, new_state);
usr/src/uts/common/xen/io/xdf.c
1458
xdf_set_state(xdf_t *vdp, xdf_state_t new_state)
usr/src/uts/common/xen/io/xdf.c
1463
vdp->xdf_addr, vdp->xdf_state, new_state));
usr/src/uts/common/xen/io/xdf.c
1464
vdp->xdf_state = new_state;
usr/src/uts/common/xen/io/xdf.c
1469
xdf_disconnect(xdf_t *vdp, xdf_state_t new_state, boolean_t quiet)
usr/src/uts/common/xen/io/xdf.c
1476
ASSERT((new_state == XD_UNKNOWN) || (new_state == XD_CLOSED));
usr/src/uts/common/xen/io/xdf.c
1479
if (vdp->xdf_state == new_state)
usr/src/uts/common/xen/io/xdf.c
1488
xdf_set_state(vdp, new_state);
usr/src/uts/common/xen/io/xdf.c
1505
xdf_set_state(vdp, (busy) ? XD_UNKNOWN : new_state);
usr/src/uts/common/xen/io/xdf.c
1912
XenbusState new_state = *(XenbusState *)impl_data;
usr/src/uts/common/xen/io/xdf.c
1916
vdp->xdf_addr, new_state));
usr/src/uts/common/xen/io/xdf.c
1931
switch (new_state) {
usr/src/uts/common/xen/io/xnb.c
1923
XenbusState new_state = *(XenbusState *)impl_data;
usr/src/uts/common/xen/io/xnb.c
1927
switch (new_state) {
usr/src/uts/common/xen/io/xnf.c
3171
XenbusState new_state = *(XenbusState *)impl_data;
usr/src/uts/common/xen/io/xnf.c
3175
switch (new_state) {
usr/src/uts/common/xen/os/xvdi.c
1161
xendev_hotplug_state_t new_state = Unrecognized;
usr/src/uts/common/xen/os/xvdi.c
1164
new_state = Connected;
usr/src/uts/common/xen/os/xvdi.c
1168
(void) ndi_post_event(dip, dip, evc, &new_state);
usr/src/uts/common/xen/sys/xenbus_impl.h
195
XenbusState new_state);
usr/src/uts/i86pc/io/dr/dr.c
2094
dr_state_t new_state;
usr/src/uts/i86pc/io/dr/dr.c
2100
new_state = DR_STATE_CONFIGURED;
usr/src/uts/i86pc/io/dr/dr.c
2102
new_state = DR_STATE_PARTIAL;
usr/src/uts/i86pc/io/dr/dr.c
2103
if (bp->b_state != new_state) {
usr/src/uts/i86pc/io/dr/dr.c
2104
dr_board_transition(bp, new_state);
usr/src/uts/i86pc/io/dr/dr_cpu.c
170
dr_state_t new_state;
usr/src/uts/i86pc/io/dr/dr_cpu.c
175
new_state = DR_STATE_CONFIGURED;
usr/src/uts/i86pc/io/dr/dr_cpu.c
178
new_state = DR_STATE_CONNECTED;
usr/src/uts/i86pc/io/dr/dr_cpu.c
181
new_state = DR_STATE_EMPTY;
usr/src/uts/i86pc/io/dr/dr_cpu.c
189
new_state = DR_STATE_FATAL;
usr/src/uts/i86pc/io/dr/dr_cpu.c
196
new_state = DR_STATE_FATAL;
usr/src/uts/i86pc/io/dr/dr_cpu.c
222
dr_device_transition(&cp->sbc_cm, new_state);
usr/src/uts/i86pc/io/dr/dr_io.c
53
dr_state_t new_state;
usr/src/uts/i86pc/io/dr/dr_io.c
56
new_state = DR_STATE_CONFIGURED;
usr/src/uts/i86pc/io/dr/dr_io.c
59
new_state = DR_STATE_CONNECTED;
usr/src/uts/i86pc/io/dr/dr_io.c
62
new_state = DR_STATE_EMPTY;
usr/src/uts/i86pc/io/dr/dr_io.c
64
dr_device_transition(&ip->sbi_cm, new_state);
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
591
dr_state_t new_state;
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
594
new_state = DR_STATE_CONFIGURED;
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
597
new_state = DR_STATE_CONNECTED;
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
600
new_state = DR_STATE_OCCUPIED;
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
602
new_state = DR_STATE_EMPTY;
usr/src/uts/i86pc/io/dr/dr_mem_acpi.c
609
dr_device_transition(&mp->sbm_cm, new_state);
usr/src/uts/i86pc/sys/dr.h
494
dr_state_t new_state);
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1223
int new_state = SCRUBBER_NEITHER_CORE_ONLINE;
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1266
new_state |= SCRUBBER_CORE_1_ONLINE;
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1269
new_state |= SCRUBBER_CORE_0_ONLINE;
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1274
new_state |= SCRUBBER_CORE_0_ONLINE;
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1277
new_state |= SCRUBBER_CORE_1_ONLINE;
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1283
if (old_state == new_state) {
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1301
switch (new_state) {
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1324
core_scrub[0]->chsm_core_state = new_state;
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
1325
core_scrub[1]->chsm_core_state = new_state;
usr/src/uts/sun4u/io/rmclomv.c
3511
rmclomv_alarm_set(int alarm_type, int new_state)
usr/src/uts/sun4u/io/rmclomv.c
3538
u_rmc_setalarm.state = new_state;
usr/src/uts/sun4u/io/sbd.c
2492
sbd_istate_t new_state;
usr/src/uts/sun4u/io/sbd.c
2501
new_state = SBD_STATE_CONFIGURED;
usr/src/uts/sun4u/io/sbd.c
2503
new_state = SBD_STATE_CONNECTED;
usr/src/uts/sun4u/io/sbd.c
2505
new_state = SBD_STATE_EMPTY;
usr/src/uts/sun4u/io/sbd.c
2540
SBD_DEVICE_TRANSITION(sbp, SBD_COMP_CPU, unit, new_state);
usr/src/uts/sun4u/io/sbd.c
4232
sbd_istate_t new_state;
usr/src/uts/sun4u/io/sbd.c
4238
new_state = SBD_STATE_CONFIGURED;
usr/src/uts/sun4u/io/sbd.c
4240
new_state = SBD_STATE_PARTIAL;
usr/src/uts/sun4u/io/sbd.c
4241
if (SBD_BOARD_STATE(sbp) != new_state) {
usr/src/uts/sun4u/io/sbd.c
4242
SBD_BOARD_TRANSITION(sbp, new_state);
usr/src/uts/sun4u/io/sbd_io.c
106
new_state = SBD_STATE_CONFIGURED;
usr/src/uts/sun4u/io/sbd_io.c
108
new_state = SBD_STATE_CONNECTED;
usr/src/uts/sun4u/io/sbd_io.c
110
new_state = SBD_STATE_EMPTY;
usr/src/uts/sun4u/io/sbd_io.c
120
SBD_DEVICE_TRANSITION(sbp, SBD_COMP_IO, unit, new_state);
usr/src/uts/sun4u/io/sbd_io.c
99
sbd_istate_t new_state;
usr/src/uts/sun4u/io/sbd_mem.c
1357
sbd_istate_t new_state;
usr/src/uts/sun4u/io/sbd_mem.c
1367
new_state = SBD_STATE_CONFIGURED;
usr/src/uts/sun4u/io/sbd_mem.c
1369
new_state = SBD_STATE_CONNECTED;
usr/src/uts/sun4u/io/sbd_mem.c
1371
new_state = SBD_STATE_OCCUPIED;
usr/src/uts/sun4u/io/sbd_mem.c
1373
new_state = SBD_STATE_EMPTY;
usr/src/uts/sun4u/io/sbd_mem.c
1416
SBD_DEVICE_TRANSITION(sbp, SBD_COMP_MEM, unit, new_state);
usr/src/uts/sun4u/mpxu/io/tsalarm.c
116
extern int rmclomv_alarm_set(int alarm_type, int new_state);
usr/src/uts/sun4u/ngdr/io/dr.c
2126
dr_state_t new_state;
usr/src/uts/sun4u/ngdr/io/dr.c
2132
new_state = DR_STATE_CONFIGURED;
usr/src/uts/sun4u/ngdr/io/dr.c
2134
new_state = DR_STATE_PARTIAL;
usr/src/uts/sun4u/ngdr/io/dr.c
2135
if (bp->b_state != new_state) {
usr/src/uts/sun4u/ngdr/io/dr.c
2136
dr_board_transition(bp, new_state);
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
213
dr_state_t new_state;
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
218
new_state = DR_STATE_CONFIGURED;
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
221
new_state = DR_STATE_CONNECTED;
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
224
new_state = DR_STATE_EMPTY;
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
232
new_state = DR_STATE_FATAL;
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
239
new_state = DR_STATE_FATAL;
usr/src/uts/sun4u/ngdr/io/dr_cpu.c
265
dr_device_transition(&cp->sbc_cm, new_state);
usr/src/uts/sun4u/ngdr/io/dr_io.c
75
dr_state_t new_state;
usr/src/uts/sun4u/ngdr/io/dr_io.c
78
new_state = DR_STATE_CONFIGURED;
usr/src/uts/sun4u/ngdr/io/dr_io.c
81
new_state = DR_STATE_CONNECTED;
usr/src/uts/sun4u/ngdr/io/dr_io.c
84
new_state = DR_STATE_EMPTY;
usr/src/uts/sun4u/ngdr/io/dr_io.c
86
dr_device_transition(&ip->sbi_cm, new_state);
usr/src/uts/sun4u/ngdr/io/dr_mem.c
1910
dr_state_t new_state;
usr/src/uts/sun4u/ngdr/io/dr_mem.c
1914
new_state = DR_STATE_CONFIGURED;
usr/src/uts/sun4u/ngdr/io/dr_mem.c
1917
new_state = DR_STATE_CONNECTED;
usr/src/uts/sun4u/ngdr/io/dr_mem.c
1920
new_state = DR_STATE_OCCUPIED;
usr/src/uts/sun4u/ngdr/io/dr_mem.c
1922
new_state = DR_STATE_EMPTY;
usr/src/uts/sun4u/ngdr/io/dr_mem.c
1929
dr_device_transition(&mp->sbm_cm, new_state);
usr/src/uts/sun4u/ngdr/sys/dr.h
463
dr_state_t new_state);
usr/src/uts/sun4u/opl/io/dr_mem.c
2022
dr_state_t new_state;
usr/src/uts/sun4u/opl/io/dr_mem.c
2026
new_state = DR_STATE_CONFIGURED;
usr/src/uts/sun4u/opl/io/dr_mem.c
2029
new_state = DR_STATE_CONNECTED;
usr/src/uts/sun4u/opl/io/dr_mem.c
2032
new_state = DR_STATE_OCCUPIED;
usr/src/uts/sun4u/opl/io/dr_mem.c
2034
new_state = DR_STATE_EMPTY;
usr/src/uts/sun4u/opl/io/dr_mem.c
2041
dr_device_transition(&mp->sbm_cm, new_state);
usr/src/uts/sun4v/ontario/io/tsalarm.c
237
static int glvc_alarm_set(int alarm_type, int new_state,
usr/src/uts/sun4v/ontario/io/tsalarm.c
799
glvc_alarm_set(int alarm_type, int new_state, tsalarm_softc_t *sc)
usr/src/uts/sun4v/ontario/io/tsalarm.c
819
if (new_state == ALARM_ON)
usr/src/uts/sun4v/ontario/io/tsalarm.c
821
else if (new_state == ALARM_OFF)
usr/src/uts/sun4v/os/wdt.c
244
config_watchdog(uint64_t timeout, int new_state)
usr/src/uts/sun4v/os/wdt.c
250
watchdog_activated = new_state;