Symbol: ct_header
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2487
fc_ct_header_t *ct_header;
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2501
ct_header =
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2503
if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2811
fc_ct_header_t *ct_header;
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2842
ct_header = (fc_ct_header_t *)fcio->fcio_ibuf;
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2852
*((uint32_t *)((uint32_t *)ct_header + 0)) =
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2853
BE_32(*((uint32_t *)((uint32_t *)ct_header + 0)));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2854
*((uint32_t *)((uint32_t *)ct_header + 1)) =
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2855
BE_32(*((uint32_t *)((uint32_t *)ct_header + 1)));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2856
*((uint32_t *)((uint32_t *)ct_header + 2)) =
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2857
BE_32(*((uint32_t *)((uint32_t *)ct_header + 2)));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2858
*((uint32_t *)((uint32_t *)ct_header + 3)) =
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2859
BE_32(*((uint32_t *)((uint32_t *)ct_header + 3)));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2863
if (ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) {
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2866
} else if (ct_header->ct_fcstype == FCSTYPE_DIRECTORY) {
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2873
ct_header->ct_fcstype, ct_header->ct_fcssubtype));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2876
if (ct_header->ct_fcstype != FCSTYPE_MGMTSERVICE &&
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2877
(ct_header->ct_fcstype != FCSTYPE_DIRECTORY ||
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2878
ct_header->ct_fcssubtype != FCSSUB_DS_NAME_SERVER)) {
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2894
if ((ct_header->ct_fcstype == FCSTYPE_MGMTSERVICE) &&
usr/src/uts/common/sys/fibre-channel/fc_appif.h
317
_NOTE(SCHEME_PROTECTS_DATA("unique per request", ct_header))