Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1497 int chdlen; in evch_chgetchdata() local
1513 chdlen = offsetof(sev_chinfo_t, cd_subinfo); in evch_chgetchdata()
1514 if (size < chdlen) { in evch_chgetchdata()
1519 p->cd_suboffs = chdlen; in evch_chgetchdata()
1533 cpaddr = (char *)p + chdlen; in evch_chgetchdata()
1534 bufmax = size - chdlen; in evch_chgetchdata()
1568 return (chdlen + buflen); in evch_chgetchdata()