/openbmc/u-boot/test/py/ |
H A D | u_boot_console_base.py | 46 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 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
|
/openbmc/linux/lib/xz/ |
H A D | xz_dec_stream.c | 49 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 D | pdc.h | 639 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 D | bmi.h | 238 u32 addr, *check_type = val; \ 242 (void) (check_type == val); \
|
/openbmc/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);
|
/openbmc/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()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | e820.c | 541 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 D | mbox.c | 275 #define check_type(expr, type) \ macro
|
/openbmc/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()
|
/openbmc/hiomapd/test/ |
H A D | mbox.c | 303 #define check_type(expr, type) \ macro
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 22 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 D | scsi_error.c | 1832 goto check_type; in scsi_noretry_cmd() 1852 check_type: in scsi_noretry_cmd()
|