| Return Type | Function name | Arguments |
|---|---|---|
| unsigned int | hzDomain::Copies | (void) |
Declared in file: hzEmaddr.h
Defined in file : hzDomain.cpp
Function Logic:
Function body:
unsigned int hzDomain::Copies (void)
{
_hzfunc("hzDomain::Copies") ;
_dom_space* thisCtl ;
if (!m_addr)
return 0;
thisCtl = (_dom_space*) g_ssrInet.Xlate(m_addr) ;
if (!thisCtl)
{ threadLog("Ivalid domain space %u:%u\n", (m_addr&0x7fff000)>>16,m_addr&0xffff);return0;}
return thisCtl->m_copy ;
}