Searched refs:put_op (Results 1 – 1 of 1) sorted by relevance
285 struct encl_op_put_to_buf put_op; in TEST_F() local292 put_op.header.type = ENCL_OP_PUT_TO_BUFFER; in TEST_F()293 put_op.value = MAGIC; in TEST_F()295 EXPECT_EQ(ENCL_CALL(&put_op, &self->run, false), 0); in TEST_F()355 struct encl_op_put_to_buf put_op; in TEST_F() local365 put_op.header.type = ENCL_OP_PUT_TO_BUFFER; in TEST_F()366 put_op.value = MAGIC; in TEST_F()368 EXPECT_EQ(ENCL_CALL(&put_op, &self->run, false), 0); in TEST_F()389 struct encl_op_put_to_buf put_op; variable433 put_op.header.type = ENCL_OP_PUT_TO_BUFFER;[all …]