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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h451 uint32_t sb_clnamoff; /* Offset of class in sb_strings */
459 char sb_strings[1]; /* String space for subid and class */ member in struct:__anon9098
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1536 len = SE_ALIGN(offsetof(sev_subinfo_t, sb_strings) + idlen +
1545 subp->sb_stroff = offsetof(sev_subinfo_t, sb_strings);
1547 bcopy(sdp->sd_classname, subp->sb_strings + idlen,
1560 bcopy(sdp->sd_ident, subp->sb_strings, idlen);

Completed in 49 milliseconds