Lines Matching refs:get_op
284 struct encl_op_get_from_buf get_op; in TEST_F() local
300 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F()
301 get_op.value = 0; in TEST_F()
303 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0); in TEST_F()
305 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
354 struct encl_op_get_from_buf get_op; in TEST_F() local
373 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F()
374 get_op.value = 0; in TEST_F()
376 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0); in TEST_F()
378 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
387 struct encl_op_get_from_buf get_op; variable
441 get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
442 get_op.value = 0;
444 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
446 EXPECT_EQ(get_op.value, MAGIC);
506 struct encl_op_get_from_buf get_op; in TEST_F() local
522 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F()
523 get_op.value = 0; in TEST_F()
525 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, true), 0); in TEST_F()
527 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
542 struct encl_op_get_from_buf get_op; in TEST_F() local
561 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F()
562 get_op.value = 0; in TEST_F()
564 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, true), 0); in TEST_F()
566 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()