Lines Matching +defs:temp +defs:file
632 RF_DagList_t *dagList, *temp;
640 temp = dagList;
642 rf_FreeDAGList(raidPtr, temp);
909 rf_print_panic_message(int line, const char *file)
911 kern_assert("raidframe error at line %d file %s", line, file);
916 rf_print_assert_panic_message(int line, const char *file, const char *condition)
918 kern_assert("raidframe error at line %d file %s (failed asserting %s)\n",
919 line, file, condition);
924 rf_print_unable_to_init_mutex(const char *file, int line, int rc)
926 RF_ERRORMSG3("Unable to init mutex file %s line %d rc=%d\n",
927 file, line, rc);
931 rf_print_unable_to_add_shutdown(const char *file, int line, int rc)
933 RF_ERRORMSG3("Unable to add to shutdown list file %s line %d rc=%d\n",
934 file, line, rc);