t_can.c | 412 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY 445 if (can_read(s2, &cf_receive2, &rv2) < 0) { 449 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0, 474 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY 505 if (can_read(s2, &cf_receive2, &rv2) < 0) { 509 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0, 541 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY 570 if (can_read(s2, &cf_receive2, &rv2) < 0) { 574 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0, 609 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY [all...] |