Home
last modified time | relevance | path

Searched refs:_SD_SELF_HOST (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c53 int _SD_SELF_HOST = _SD_NO_HOST; variable
298 if (_SD_SELF_HOST > nsc_max_nodeid ||
300 (void) spcs_s_inttostring((_SD_SELF_HOST > nsc_max_nodeid ?
301 _SD_SELF_HOST : _SD_MIRROR_HOST), itmp, sizeof (itmp), 0);
310 if (_SD_SELF_HOST == _SD_MIRROR_HOST) {
312 _SD_SELF_HOST, itmp, sizeof (itmp), 0);
680 _SD_SELF_HOST = _SD_MIRROR_HOST = _SD_NO_HOST;
786 _SD_SELF_HOST = nsc_node_id();
H A Dsd_conf.h58 extern int _SD_SELF_HOST, _SD_MIRROR_HOST;
H A Dsd_ft.c635 r = ncall_send(ncall, 0, SD_ENABLE, _SD_SELF_HOST); in _sd_remote_enable()
660 _SD_SELF_HOST, stage); in _sd_remote_disable()
794 (cdi->cd_global->sv_pinned != _SD_SELF_HOST)) in _sd_cd_online()
800 if (discard && (cdi->cd_global->sv_attached == _SD_SELF_HOST)) in _sd_cd_online()
966 (cd_gl->sv_pinned != _SD_SELF_HOST))) in _sd_failover_file_open()
H A Dsd_bcache.c1512 if ((cdi->cd_global->sv_pinned == _SD_SELF_HOST) && in _sd_open_cd()
1592 cdi->cd_global->sv_pinned = _SD_SELF_HOST; in _sd_close()
1665 cdi->cd_global->sv_pinned = _SD_SELF_HOST; in _sdbc_remote_store_pinned()
1783 if (cdi->cd_global->sv_pinned == _SD_SELF_HOST) { in _sdbc_io_attach_cd()
1856 cdi->cd_global->sv_attached = _SD_SELF_HOST; in sdbc_fd_attach_cd()
1957 if (cdi->cd_global->sv_attached == _SD_SELF_HOST) { in sdbc_detach_cd()
H A Dsd_io.c1541 cdi->cd_global->sv_pinned = _SD_SELF_HOST; in _sd_process_failure()