Lines Matching defs:msg
229 void poison(char *msg, char *page, enum rmode mode)
238 printf("XXX: %s: process is not early killed\n", msg);
247 printf("XXX: %s: killed\n", msg);
254 void recover(char *msg, char *page, enum rmode mode)
279 printf("XXX: %s: page not poisoned after injection\n", msg);
284 printf("XXX: %s: killed\n", msg);
290 void testmem(char *msg, char *page, enum rmode mode)
292 printf("\t%s poisoning page %p\n", msg, page);
293 poison(msg, page, mode);
294 recover(msg, page, mode);
297 void expecterr(char *msg, int err)
300 printf("\texpected error %d on %s\n", errno, msg);
303 printf("XXX: unexpected no error on %s\n", msg);
311 void optionalerr(char *msg, int err)
314 printf("\texpected optional error %d on %s\n", errno, msg);
317 printf("LATER: expected likely incorrect no error on %s\n", msg);
533 char *msg;
544 poison(arg->msg, arg->page, arg->mode);
551 printf("%s: Need at least two CPUs. Not tested\n", arg->msg);
572 arg.msg = "under io dirty";
596 arg.msg = "under io clean";