Searched refs:_SD_MIRROR_HOST (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.h63 #define _sd_is_mirror_crashed() ((!_INFSD_NODE_UP(_SD_MIRROR_HOST) &&\
71 (!_INFSD_NODE_UP(_SD_MIRROR_HOST) &&\
H A Dsd_conf.h58 extern int _SD_SELF_HOST, _SD_MIRROR_HOST;
H A Dsd_conf.c54 int _SD_MIRROR_HOST = _SD_NO_HOST; variable
299 _SD_MIRROR_HOST > nsc_max_nodeid) {
301 _SD_SELF_HOST : _SD_MIRROR_HOST), itmp, sizeof (itmp), 0);
310 if (_SD_SELF_HOST == _SD_MIRROR_HOST) {
314 _SD_MIRROR_HOST, itmp2, sizeof (itmp2), 0);
355 _SD_MIRROR_HOST = _SD_NO_HOST;
680 _SD_SELF_HOST = _SD_MIRROR_HOST = _SD_NO_HOST;
787 _SD_MIRROR_HOST = _sd_cache_config.mirror_host;
H A Dsd_ft.c247 _SD_MIRROR_HOST,
546 if (host != _SD_MIRROR_HOST) {
549 _SD_MIRROR_HOST, host);
584 if (host != _SD_MIRROR_HOST)
629 if (ncall_alloc(_SD_MIRROR_HOST, 0, _SD_NO_NET, &ncall)) {
658 if (ncall_alloc(_SD_MIRROR_HOST, 0, 0, &ncall) == 0)
766 * if (!discard && _attached != _SD_MIRROR_HOST) then re-issue I/Os
804 (cdi->cd_global->sv_attached == _SD_MIRROR_HOST) &&
907 if (ncall_alloc(_SD_MIRROR_HOST, 0, 0, &ncall))
964 ((cd_gl->sv_attached != _SD_MIRROR_HOST)
[all...]

Completed in 47 milliseconds