Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/
H A Du_boot_console_base.py46 def __init__(self, console, check_type): argument
48 self.check_type = check_type
51 self.console.disable_check_count[self.check_type] += 1
55 self.console.disable_check_count[self.check_type] -= 1
439 def disable_check(self, check_type): argument
453 return ConsoleDisableCheck(self, check_type)
/openbmc/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
/openbmc/linux/lib/xz/
H A 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()
/openbmc/linux/arch/parisc/include/uapi/asm/
H A 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
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h238 u32 addr, *check_type = val; \
242 (void) (check_type == val); \
/openbmc/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);
/openbmc/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()
/openbmc/linux/arch/x86/kernel/
H A 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()
/openbmc/phosphor-mboxd/test/
H A Dmbox.c275 #define check_type(expr, type) \ macro
/openbmc/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()
/openbmc/hiomapd/test/
H A Dmbox.c303 #define check_type(expr, type) \ macro
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py22 def check_type(obj, types): function
44 check_type(value, self.VALID_TYPES)
261 check_type(value, (self.cls, str))
422 check_type(value, ListProxy)
426 check_type(value, ListProxy)
430 check_type(value, ListProxy)
452 check_type(value, ListProxy)
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c1832 goto check_type; in scsi_noretry_cmd()
1852 check_type: in scsi_noretry_cmd()