Home
last modified time | relevance | path

Searched refs:IS_ENABLED (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c1013 if (!IS_ENABLED(urdc)) in rdc_set_mflags()
1051 if (!IS_ENABLED(utmp)) in rdc_clr_mflags()
1067 if (!IS_ENABLED(utmp)) in rdc_clr_mflags()
1216 if (!IS_ENABLED(urdc)) in rdc_volume_update_svc()
1247 if (!IS_ENABLED(urdc)) in rdc_volume_update_svc()
1282 if (!IS_ENABLED(urdc)) in rdc_check()
1348 if (!IS_ENABLED(urdc)) in rdc_lookup_bitmap()
1386 if (!IS_ENABLED(urdc)) in rdc_lookup_enabled()
1612 if (!IS_ENABLED(urdc)) in rdc_lookup_byaddr()
2244 ASSERT(IS_CONFIGURED(krdc) && !IS_ENABLED(urdc)); in _rdc_enable()
[all …]
H A Drdc_dev.c1010 if (!IS_ENABLED(urdc)) in _rdc_remote_read()
1061 if (!IS_ENABLED(urdc)) in _rdc_remote_read()
1408 ASSERT(IS_ENABLED(urdc)); in _rdc_open()
2040 if (!IS_ENABLED(urdc)) in _rdc_multi_write()
2074 if (!IS_ENABLED(urdc)) in _rdc_multi_write()
2132 if (!IS_ENABLED(urdc)) { in _rdc_sync_write_thr()
2199 if (!IS_ENABLED(urdc)) { in _rdc_write()
2220 if (!IS_ENABLED(urdc)) in _rdc_write()
2262 if (!IS_ENABLED(urdc)) in _rdc_write()
2449 if (IS_ENABLED(utmp)) in _rdc_write()
[all …]
H A Drdc_svc.c204 if (!IS_ENABLED(urdc)) { in rdc_allow_sec_sync()
252 if (!IS_ENABLED(utmp)) in rdc_allow_sec_sync()
318 if (!IS_ENABLED(urdc)) { in r_net_read()
360 if (!IS_ENABLED(urdc)) { in r_net_read()
475 if (!IS_ENABLED(urdc)) { in r_net_read6()
517 if (!IS_ENABLED(urdc)) { in r_net_read6()
643 if (!IS_ENABLED(urdc) || IS_STATE(urdc, RDC_LOGGING)) { in r_net_write5()
857 if (!IS_ENABLED(urdc) || IS_STATE(urdc, RDC_LOGGING)) { in r_net_write6()
1281 if (b.cd >= 0 && b.cd < rdc_max_sets && IS_ENABLED(urdc) && in r_net_bmap()
1310 if (b.cd >= 0 && b.cd < rdc_max_sets && IS_ENABLED(urdc) && in r_net_bmap6()
[all …]
H A Drdc_health.c743 if (IS_ENABLED(urdc) && (krdc->intf == ip) && in rdc_update_health()
753 if (!IS_ENABLED(urdc)) { in rdc_update_health()
H A Drdc.c372 if (IS_ENABLED(urdc) || krdc->devices) { in rdcdetach()
626 if (!IS_ENABLED(urdc)) in rdcstatus()
H A Drdc_diskq.c129 if (!IS_ENABLED(urdc)) in rdc_lookup_diskq()
398 if (!IS_ENABLED(q)) in rdc_fail_diskq()
558 if (!IS_ENABLED(q)) in rdc_unfail_diskq()
2186 if (!IS_ENABLED(urdc)) in rdc_diskq_inuse()
H A Drdc_clnt.c1199 if (!IS_ENABLED(urdc)) in _rdc_async_throttle()
1207 if (!IS_ENABLED(urdc)) /* disable race */ in _rdc_async_throttle()
1230 if (!IS_ENABLED(urdc)) /* disable race */ in _rdc_async_throttle()
3138 if (!IS_ENABLED(urdc)) in rdc_async6()
H A Drdc_io.h696 #define IS_ENABLED(urdc) ((IS_CONFIGURED(&rdc_k_info[(urdc)->index]) && \ macro
H A Drdc_bitmap.c2022 if (!IS_ENABLED(urd)) in rdc_set_bitmap_many()
/titanic_50/usr/src/cmd/svc/startd/
H A Dgraph.c178 #define IS_ENABLED(v) ((v)->gv_flags & (GV_ENABLED | GV_ENBLD_NOOVR)) macro
4744 (IS_ENABLED(v) == 1 || to == SCF_STATE_DISABLED)) { in dgraph_state_transition_notify()