Lines Matching defs:xcRB64
1843 struct ica_xcRB xcRB64;
1849 xcRB64.agent_ID = xcRB32.agent_ID;
1850 xcRB64.user_defined = xcRB32.user_defined;
1851 xcRB64.request_ID = xcRB32.request_ID;
1852 xcRB64.request_control_blk_length =
1854 xcRB64.request_control_blk_addr =
1856 xcRB64.request_data_length =
1858 xcRB64.request_data_address =
1860 xcRB64.reply_control_blk_length =
1862 xcRB64.reply_control_blk_addr =
1864 xcRB64.reply_data_length = xcRB32.reply_data_length;
1865 xcRB64.reply_data_addr =
1867 xcRB64.priority_window = xcRB32.priority_window;
1868 xcRB64.status = xcRB32.status;
1870 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB64);
1877 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB64);
1883 xcRB32.reply_control_blk_length = xcRB64.reply_control_blk_length;
1884 xcRB32.reply_data_length = xcRB64.reply_data_length;
1885 xcRB32.status = xcRB64.status;