/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_keyword.py | 11 def run_key(keyword_buf, quiet=None, test_mode=None, ignore=0): argument 77 def run_key_u(keyword_buf, quiet=None, ignore=0): argument
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 849 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert() 855 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue() 861 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge() 867 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue() 873 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() 909 static void blk_add_trace_bio_bounce(void *ignore, struct bio *bio) in blk_add_trace_bio_bounce() 914 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() 921 static void blk_add_trace_bio_backmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_backmerge() 933 static void blk_add_trace_bio_queue(void *ignore, struct bio *bio) in blk_add_trace_bio_queue() 938 static void blk_add_trace_getrq(void *ignore, struct bio *bio) in blk_add_trace_getrq() [all …]
|
H A D | trace_sched_switch.c | 24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() 39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup()
|
H A D | trace_sched_wakeup.c | 365 probe_wakeup_migrate_task(void *ignore, struct task_struct *task, int cpu) in probe_wakeup_migrate_task() 430 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch() 526 probe_wakeup(void *ignore, struct task_struct *p) in probe_wakeup()
|
H A D | trace_syscalls.c | 574 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter() 675 static void perf_syscall_exit(void *ignore, struct pt_regs *regs, long ret) in perf_syscall_exit()
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 270 def find_sims(symbol, ignore, defined=[]): argument 309 def check_symbols(ignore): argument 322 def check_symbols_helper(pool, ignore): argument
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-842.c | 162 u16 *ignore, in compress() 260 u16 ignore = 0; in nx842_crypto_compress() local 339 u16 ignore) in decompress() 441 u16 ignore = 0; in nx842_crypto_decompress() local
|
/openbmc/linux/drivers/sh/intc/ |
H A D | access.c | 76 unsigned long ignore) in test_8() 83 unsigned long ignore) in test_16() 90 unsigned long ignore) in test_32()
|
/openbmc/openbmc/poky/scripts/ |
H A D | cp-noerror | 16 def copytree(src, dst, symlinks=False, ignore=None): argument
|
/openbmc/u-boot/board/h2200/ |
H A D | h2200.c | 23 void reset_cpu(ulong ignore) in reset_cpu()
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | buildjson.cpp | 56 auto ignore = j.find("ignoreDbusMinMax"); in from_json() local
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 206 uncore_ignore_unit(struct uncore_unit_discovery *unit, int *ignore) in uncore_ignore_unit() 223 int *ignore) in parse_discovery_table() 289 bool intel_uncore_has_discovery_tables(int *ignore) in intel_uncore_has_discovery_tables()
|
/openbmc/linux/net/core/ |
H A D | drop_monitor.c | 265 static void trace_kfree_skb_hit(void *ignore, struct sk_buff *skb, in trace_kfree_skb_hit() 272 static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi, in trace_napi_poll_hit() 437 net_dm_hw_trap_summary_probe(void *ignore, const struct devlink *devlink, in net_dm_hw_trap_summary_probe() 491 static void net_dm_packet_trace_kfree_skb_hit(void *ignore, in net_dm_packet_trace_kfree_skb_hit() 538 static void net_dm_packet_trace_napi_poll_hit(void *ignore, in net_dm_packet_trace_napi_poll_hit() 961 net_dm_hw_trap_packet_probe(void *ignore, const struct devlink *devlink, in net_dm_hw_trap_packet_probe()
|
/openbmc/linux/tools/usb/ |
H A D | ffs-test.c | 501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() 526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() 588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume()
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | qman_test_stash.c | 519 static int send_first_frame(void *ignore) in send_first_frame() 554 static void send_first_frame_cb(void *ignore) in send_first_frame_cb()
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 248 xpc_hb_checker(void *ignore) in xpc_hb_checker() 307 xpc_initiate_discovery(void *ignore) in xpc_initiate_discovery()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | hvapi.c | 78 unsigned long ignore; in __put_ref() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | service_indicators.cpp | 35 bool LightPath::ignore(const PEL& pel) const in ignore() function in openpower::pels::service_indicators::LightPath
|
/openbmc/linux/mm/kmsan/ |
H A D | kmsan_test.c | 34 bool ignore; /* Stop console output collection. */ member 41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-mmx.py | 9 ignore = set(["EMMS", "FEMMS", "FISTTP", variable
|
H A D | test-avx.py | 15 ignore = set(["FISTTP", variable
|
/openbmc/linux/arch/powerpc/platforms/512x/ |
H A D | mpc5121_ads_cpld.c | 86 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq()
|
/openbmc/qemu/target/alpha/ |
H A D | fpu_helper.c | 75 void helper_fp_exc_raise(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise() 88 void helper_fp_exc_raise_s(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise_s()
|
/openbmc/linux/drivers/mfd/ |
H A D | ucb1x00-ts.c | 208 bool frozen, ignore = false; in ucb1x00_thread() local
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_auto_parser.h | 93 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \ argument
|