Lines Matching defs:name
55 * @name: Thread Name
61 const char *name;
86 .name = #_x, \
139 ERROR("Thread %s is corrupted, cannot send data\n", spt->name);
148 spt->name);
151 spt->name);
160 spt->name, (dir == THREAD_IS_TX) ? "empty" : "fill");
164 spt->name, (dir == THREAD_IS_TX) ? "empty" : "fill");
186 ERROR("Thread %s is corrupted, cannot send data\n", spt->name);
192 ERROR("Cannot clear a transmit thread %s\n", spt->name);
200 ERROR("Could not clear all messages from thread %s\n", spt->name);
203 WARN("Clearing message from thread %s\n", spt->name);
226 ERROR("Thread %s verification failed (%d)\n", spt->name, ret);
233 spt->name, msg->len);
278 VERBOSE("Message successfully sent on thread %s\n", spt->name);
299 ERROR("Thread %s verification failed (%d)\n", spt->name, ret);
338 VERBOSE("Message successfully received from thread %s\n", spt->name);