Home
last modified time | relevance | path

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

/linux-6.6.21/lib/xz/
Dxz_dec_stream.c49 enum xz_check check_type; member
244 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
263 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()
265 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
372 while (s->pos < check_sizes[s->check_type]) { in check_skip()
408 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header()
411 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
414 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
438 if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->check_type) in dec_stream_footer()
657 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
/linux-6.6.21/arch/parisc/include/uapi/asm/
Dpdc.h639 unsigned int check_type; member
672 unsigned int check_type; member
707 unsigned int check_type; member
717 unsigned int check_type; member
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Dbmi.h238 u32 addr, *check_type = val; \
242 (void) (check_type == val); \
/linux-6.6.21/include/linux/
Dubsan.h6 const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type);
/linux-6.6.21/arch/x86/include/asm/e820/
Dapi.h19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
/linux-6.6.21/lib/
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-6.6.21/arch/x86/kernel/
De820.c541 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument
552 if (check_type) in e820__range_remove()
561 if (check_type && entry->type != old_type) in e820__range_remove()
/linux-6.6.21/drivers/iio/accel/
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-6.6.21/drivers/scsi/
Dscsi_error.c1832 goto check_type; in scsi_noretry_cmd()
1852 check_type: in scsi_noretry_cmd()