Searched refs:check_code (Results 1 – 3 of 3) sorted by relevance
271 int check_code = 0; in hievent_write_iter() local285 retval = copy_from_user(&check_code, iov[0].iov_base, in hievent_write_iter()286 sizeof(check_code)); in hievent_write_iter()287 if (retval || check_code != CHECK_CODE) { in hievent_write_iter()
300 int *check_code = NULL; in logbuff_to_exception() local306 check_code = (int *)buffer; in logbuff_to_exception()307 *check_code = CHECK_CODE; in logbuff_to_exception()
196 static int check_code(uint64_t pc, uint32_t *code, size_t sz) in check_code() function293 err = check_code(le64toh(sh->sh_addr), in main()