ct_header
fc_ct_header_t *ct_header;
ct_header =
if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
fc_ct_header_t *ct_header;
ct_header = (fc_ct_header_t *)fcio->fcio_ibuf;
*((uint32_t *)((uint32_t *)ct_header + 0)) =
BE_32(*((uint32_t *)((uint32_t *)ct_header + 0)));
*((uint32_t *)((uint32_t *)ct_header + 1)) =
BE_32(*((uint32_t *)((uint32_t *)ct_header + 1)));
*((uint32_t *)((uint32_t *)ct_header + 2)) =
BE_32(*((uint32_t *)((uint32_t *)ct_header + 2)));
*((uint32_t *)((uint32_t *)ct_header + 3)) =
BE_32(*((uint32_t *)((uint32_t *)ct_header + 3)));
if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
} else if (ct_header->ct_fcstype == FCSTYPE_DIRECTORY) {
ct_header->ct_fcstype, ct_header->ct_fcssubtype));
if (ct_header->ct_fcstype != FCSTYPE_MGMTSERVICE &&
(ct_header->ct_fcstype != FCSTYPE_DIRECTORY ||
ct_header->ct_fcssubtype != FCSSUB_DS_NAME_SERVER)) {
if ((ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) &&
_NOTE(SCHEME_PROTECTS_DATA("unique per request", ct_header))