Searched refs:check_type (Results 1 – 9 of 9) sorted by relevance
/linux/lib/xz/ |
H A D | xz_dec_stream.c | 48 enum xz_check check_type; member 243 if (s->check_type == XZ_CHECK_CRC32) in dec_block() 262 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 264 if (s->check_type == XZ_CHECK_CRC32) in dec_block() 371 while (s->pos < check_sizes[s->check_type]) { in check_skip() 407 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header() 410 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header() 413 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header() 437 if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->check_type) in dec_stream_footer() 656 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
|
/linux/include/linux/ |
H A D | ubsan.h | 6 const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type); 8 static inline const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type) in report_ubsan_failure() argument
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 645 unsigned int check_type; member 678 unsigned int check_type; member 713 unsigned int check_type; member 723 unsigned int check_type; member
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.h | 238 u32 addr, *check_type = val; \ 242 (void) (check_type == val); \
|
/linux/arch/x86/include/asm/e820/ |
H A D | api.h | 19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
|
/linux/lib/ |
H A D | ubsan.c | 28 const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type) in report_ubsan_failure() argument 30 switch (check_type) { in report_ubsan_failure()
|
/linux/arch/x86/kernel/ |
H A D | e820.c | 542 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument 553 if (check_type) in e820__range_remove() 562 if (check_type && entry->type != old_type) in e820__range_remove()
|
/linux/drivers/iio/accel/ |
H A D | mma9553.c | 249 bool check_type, in mma9553_is_any_event_enabled() argument 255 if ((check_type && data->events[i].info->type == type && in mma9553_is_any_event_enabled() 257 (!check_type && data->events[i].enabled)) in mma9553_is_any_event_enabled()
|
/linux/drivers/scsi/ |
H A D | scsi_error.c | 1833 goto check_type; in scsi_noretry_cmd() 1853 check_type: in scsi_noretry_cmd()
|