Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 9 of 9) sorted by relevance

/linux/lib/xz/
H A Dxz_dec_stream.c48 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 Dubsan.h6 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 Dpdc.h645 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 Dbmi.h238 u32 addr, *check_type = val; \
242 (void) (check_type == val); \
/linux/arch/x86/include/asm/e820/
H A Dapi.h19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
/linux/lib/
H A Dubsan.c28 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 De820.c542 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 Dmma9553.c249 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 Dscsi_error.c1833 goto check_type; in scsi_noretry_cmd()
1853 check_type: in scsi_noretry_cmd()