Home
last modified time | relevance | path

Searched refs:_SD_NO_HOST (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c53 int _SD_SELF_HOST = _SD_NO_HOST;
54 int _SD_MIRROR_HOST = _SD_NO_HOST;
355 _SD_MIRROR_HOST = _SD_NO_HOST;
680 _SD_SELF_HOST = _SD_MIRROR_HOST = _SD_NO_HOST;
H A Dsd_conf.h45 #define _SD_NO_HOST -1 macro
H A Dsd_ft.c488 if (cdi->cd_global->sv_pinned != _SD_NO_HOST) { in _sd_ft_clone()
489 cdi->cd_global->sv_pinned = _SD_NO_HOST; in _sd_ft_clone()
530 if (cdi->cd_global->sv_pinned == _SD_NO_HOST) in _sd_repin_cd()
816 cdi->cd_global->sv_pinned = _SD_NO_HOST; in _sd_cd_online()
H A Dsafestore.h218 #define _SD_NO_HOST -1 macro
H A Dsd_bcache.c1001 fileinfo->sv_pinned = _SD_NO_HOST; in _sdbc_gl_file_configure()
1002 fileinfo->sv_attached = _SD_NO_HOST; in _sdbc_gl_file_configure()
1591 (cdi->cd_global->sv_pinned == _SD_NO_HOST)) { in _sd_close()
1664 if (cdi->cd_global->sv_pinned == _SD_NO_HOST) { in _sdbc_remote_store_pinned()
1958 cdi->cd_global->sv_attached = _SD_NO_HOST; in sdbc_detach_cd()
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dscmadm.c1599 check_and_set_mirrors(myid, _SD_NO_HOST);
1625 "mirror node must be %d\n"), _SD_NO_HOST);
1993 if (mirror == _SD_NO_HOST) {
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2962 (opt_p && (gl_file_info.sv_pinned != _SD_NO_HOST)) || in sdbc_glfinfo()
2963 (opt_t && (gl_file_info.sv_attached != _SD_NO_HOST))) in sdbc_glfinfo()