Searched refs:tmp_w1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c2418 struct witness *tmp_w1, *tmp_w2, *w1, *w2; local
2425 tmp_w1 = NULL;
2441 tmp_w1 = malloc(sizeof(struct witness), M_TEMP, M_WAITOK | M_ZERO);
2474 *tmp_w1 = *w1;
2477 if (tmp_w1->w_reversed == 0)
2519 tmp_w1->w_name, tmp_w1->w_class->lc_name,
2524 tmp_w1->name, tmp_w2->w_name, w_rmatrix1,
2525 tmp_w2->name, tmp_w1->w_name, w_rmatrix2);
2530 tmp_w1
[all...]

Completed in 90 milliseconds