Lines Matching refs:cce

105 	smb2_create_ctx_elem_t *cce;  in smb2_create()  local
595 cce = &cctx.cc_out_aapl; in smb2_create()
605 &cctx.cc_in_aapl.cce_mbc, &cce->cce_mbc); in smb2_create()
607 cce->cce_len = cce->cce_mbc.chain_offset; in smb2_create()
727 smb2_create_ctx_elem_t *cce; in smb2_decode_create_ctx() local
750 cce = NULL; in smb2_decode_create_ctx()
785 cce = &cc->cc_in_ext_attr; in smb2_decode_create_ctx()
789 cce = &cc->cc_in_sec_desc; in smb2_decode_create_ctx()
793 cce = &cc->cc_in_dh_request; in smb2_decode_create_ctx()
797 cce = &cc->cc_in_dh_reconnect; in smb2_decode_create_ctx()
801 cce = &cc->cc_in_alloc_size; in smb2_decode_create_ctx()
806 cce = &cc->cc_in_max_access; in smb2_decode_create_ctx()
810 cce = &cc->cc_in_time_warp; in smb2_decode_create_ctx()
818 cce = &cc->cc_in_req_lease; in smb2_decode_create_ctx()
822 cce = &cc->cc_in_aapl; in smb2_decode_create_ctx()
826 cce = &cc->cc_in_dh_request_v2; in smb2_decode_create_ctx()
830 cce = &cc->cc_in_dh_reconnect_v2; in smb2_decode_create_ctx()
845 cce = NULL; in smb2_decode_create_ctx()
859 cce = NULL; in smb2_decode_create_ctx()
863 if (cce == NULL || data_len == 0) in smb2_decode_create_ctx()
870 rc = MBC_SHADOW_CHAIN(&cce->cce_mbc, in_mbc, in smb2_decode_create_ctx()
874 cce->cce_len = data_len; in smb2_decode_create_ctx()
884 if (smb_decode_sd(&cce->cce_mbc, op->sd) != 0) in smb2_decode_create_ctx()
889 rc = smb_mbc_decodef(&cce->cce_mbc, "q", &op->dsize); in smb2_decode_create_ctx()
904 rc = smb_mbc_decodef(&cce->cce_mbc, "q", &nttime); in smb2_decode_create_ctx()
914 rc = smb_mbc_decodef(&cce->cce_mbc, in smb2_decode_create_ctx()
935 rc = smb_mbc_decodef(&cce->cce_mbc, "#cllq", in smb2_decode_create_ctx()
944 rc = smb_mbc_decodef(&cce->cce_mbc, in smb2_decode_create_ctx()
957 rc = smb_mbc_decodef(&cce->cce_mbc, "qq#cl", in smb2_decode_create_ctx()
968 rc = smb_mbc_decodef(&cce->cce_mbc, "qq", in smb2_decode_create_ctx()
978 rc = smb_mbc_decodef(&cce->cce_mbc, in smb2_decode_create_ctx()
990 rc = smb_mbc_decodef(&cce->cce_mbc, in smb2_decode_create_ctx()
1038 smb2_create_ctx_elem_t *cce; in smb2_encode_create_ctx() local
1044 cce = &cc->cc_out_max_access; in smb2_encode_create_ctx()
1046 cce->cce_mbc.max_bytes = cce->cce_len = 8; in smb2_encode_create_ctx()
1047 (void) smb_mbc_encodef(&cce->cce_mbc, in smb2_encode_create_ctx()
1051 rc = smb2_encode_create_ctx_elem(mbc, cce, in smb2_encode_create_ctx()
1060 cce = &cc->cc_out_file_id; in smb2_encode_create_ctx()
1062 cce->cce_mbc.max_bytes = cce->cce_len = 32; in smb2_encode_create_ctx()
1064 &cce->cce_mbc, "qll.15.", in smb2_encode_create_ctx()
1071 rc = smb2_encode_create_ctx_elem(mbc, cce, in smb2_encode_create_ctx()
1080 cce = &cc->cc_out_aapl; in smb2_encode_create_ctx()
1084 rc = smb2_encode_create_ctx_elem(mbc, cce, in smb2_encode_create_ctx()
1093 cce = &cc->cc_out_req_lease; in smb2_encode_create_ctx()
1095 cce->cce_mbc.max_bytes = cce->cce_len = 32; in smb2_encode_create_ctx()
1096 (void) smb_mbc_encodef(&cce->cce_mbc, "#cllq", in smb2_encode_create_ctx()
1103 cce->cce_mbc.max_bytes = cce->cce_len = 52; in smb2_encode_create_ctx()
1104 (void) smb_mbc_encodef(&cce->cce_mbc, in smb2_encode_create_ctx()
1112 rc = smb2_encode_create_ctx_elem(mbc, cce, in smb2_encode_create_ctx()
1121 cce = &cc->cc_out_dh_request; in smb2_encode_create_ctx()
1123 cce->cce_mbc.max_bytes = cce->cce_len = 8; in smb2_encode_create_ctx()
1124 (void) smb_mbc_encodef(&cce->cce_mbc, "q", 0LL); in smb2_encode_create_ctx()
1127 rc = smb2_encode_create_ctx_elem(mbc, cce, in smb2_encode_create_ctx()
1136 cce = &cc->cc_out_dh_request_v2; in smb2_encode_create_ctx()
1138 cce->cce_mbc.max_bytes = cce->cce_len = 8; in smb2_encode_create_ctx()
1139 (void) smb_mbc_encodef(&cce->cce_mbc, "ll", in smb2_encode_create_ctx()
1143 rc = smb2_encode_create_ctx_elem(mbc, cce, in smb2_encode_create_ctx()
1159 smb2_create_ctx_elem_t *cce, uint32_t id) in smb2_encode_create_ctx_elem() argument
1190 cce->cce_len); /* DataLen l */ in smb2_encode_create_ctx_elem()
1200 cce->cce_len, /* # */ in smb2_encode_create_ctx_elem()
1201 &cce->cce_mbc); /* C */ in smb2_encode_create_ctx_elem()
1211 smb2_create_ctx_elem_t *cce; in smb2_free_create_ctx() local
1214 cce = &cc->cc_out_max_access; in smb2_free_create_ctx()
1215 MBC_FLUSH(&cce->cce_mbc); in smb2_free_create_ctx()
1218 cce = &cc->cc_out_file_id; in smb2_free_create_ctx()
1219 MBC_FLUSH(&cce->cce_mbc); in smb2_free_create_ctx()
1222 cce = &cc->cc_out_aapl; in smb2_free_create_ctx()
1223 MBC_FLUSH(&cce->cce_mbc); in smb2_free_create_ctx()
1226 cce = &cc->cc_out_req_lease; in smb2_free_create_ctx()
1227 MBC_FLUSH(&cce->cce_mbc); in smb2_free_create_ctx()
1230 cce = &cc->cc_out_dh_request; in smb2_free_create_ctx()
1231 MBC_FLUSH(&cce->cce_mbc); in smb2_free_create_ctx()
1234 cce = &cc->cc_out_dh_request_v2; in smb2_free_create_ctx()
1235 MBC_FLUSH(&cce->cce_mbc); in smb2_free_create_ctx()