Searched refs:die_on (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/tools/usb/ |
| D | ffs-test.c | 101 #define die_on(cond, ...) do { \ macro 334 die_on(!t->buf, "malloc"); in init_thread() 337 die_on(t->fd < 0, "%s", t->filename); in init_thread() 420 die_on(pthread_create(&t->id, NULL, start_thread_helper, t) < 0, in start_thread() 601 die_on(ret < 0, "%s: write: descriptors", t->filename); in ep0_init() 605 die_on(ret < 0, "%s: write: strings", t->filename); in ep0_init()
|