Home | History | Annotate | Download | only in panic

Lines Matching defs:how

62 		const char *how = NULL;
66 prop_dictionary_get_string(props, "how", &how);
67 if (how == NULL)
68 how = "panic";
71 if (strcmp(how, panic_howto[i].name) == 0) {
77 printf("%s: no how '%s'\n", __func__, how);
79 printf("%s: how '%s' didn't panic?\n", __func__, how);