Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1540 len = SE_ALIGN(offsetof(sev_subinfo_t, sb_strings) + idlen + in evch_chgetchdata()
1549 subp->sb_stroff = offsetof(sev_subinfo_t, sb_strings); in evch_chgetchdata()
1551 bcopy(sdp->sd_classname, subp->sb_strings + idlen, in evch_chgetchdata()
1564 bcopy(sdp->sd_ident, subp->sb_strings, idlen); in evch_chgetchdata()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h459 char sb_strings[1]; /* String space for subid and class */ member