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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Devchannels.c1494 int chdlen; local
1510 chdlen = offsetof(sev_chinfo_t, cd_subinfo);
1511 if (size < chdlen) {
1516 p->cd_suboffs = chdlen;
1530 cpaddr = (char *)p + chdlen;
1531 bufmax = size - chdlen;
1565 return (chdlen + buflen);

Completed in 98 milliseconds