Searched refs:die_on (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/usb/ |
H A D | ffs-test.c | 101 #define die_on(cond, ...) do { \ macro 382 die_on(!t->buf, "malloc"); in init_thread() 385 die_on(t->fd < 0, "%s", t->filename); in init_thread() 468 die_on(pthread_create(&t->id, NULL, start_thread_helper, t) < 0, in start_thread() 649 die_on(ret < 0, "%s: write: descriptors", t->filename); in ep0_init() 653 die_on(ret < 0, "%s: write: strings", t->filename); in ep0_init()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
H A D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 34 def die_on(cond, str): 80 def die_on(cond, str):
|