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

/illumos-gate/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();

Completed in 58 milliseconds