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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.h58 extern int _SD_SELF_HOST, _SD_MIRROR_HOST;
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_ft.c635 r = ncall_send(ncall, 0, SD_ENABLE, _SD_SELF_HOST);
660 _SD_SELF_HOST, stage);
765 * if (discard && _attached != _SD_SELF_HOST) then release buffers.
784 * _pinned != _SD_SELF_HOST which allows the restore to
794 (cdi->cd_global->sv_pinned != _SD_SELF_HOST))
800 if (discard && (cdi->cd_global->sv_attached == _SD_SELF_HOST))
966 (cd_gl->sv_pinned != _SD_SELF_HOST)))
H A Dsd_bcache.c1512 if ((cdi->cd_global->sv_pinned == _SD_SELF_HOST) &&
1592 cdi->cd_global->sv_pinned = _SD_SELF_HOST;
1665 cdi->cd_global->sv_pinned = _SD_SELF_HOST;
1783 if (cdi->cd_global->sv_pinned == _SD_SELF_HOST) {
1856 cdi->cd_global->sv_attached = _SD_SELF_HOST;
1957 if (cdi->cd_global->sv_attached == _SD_SELF_HOST) {
H A Dsd_io.c1541 cdi->cd_global->sv_pinned = _SD_SELF_HOST;

Completed in 79 milliseconds