Lines Matching refs:results
125 snprintf(_metadata->results->reason, \
126 sizeof(_metadata->results->reason), fmt, ##__VA_ARGS__); \
129 _metadata->results->reason); \
924 struct __test_results *results;
1197 memset(t->results->reason, 0, sizeof(t->results->reason));
1230 if (t->results->reason[0])
1231 diagnostic = t->results->reason;
1246 struct __test_results *results;
1270 results = mmap(NULL, sizeof(*results), PROT_READ | PROT_WRITE,
1283 t->results = results;
1285 t->results = NULL;
1293 munmap(results, sizeof(*results));