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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c2573 struct witness *tmp_w1, *tmp_w2, *w1, *w2; local
2579 tmp_w2 = NULL;
2583 tmp_w2 = malloc(sizeof(struct witness), M_TEMP, M_WAITOK | M_ZERO);
2642 *tmp_w2 = *w2;
2656 if (blessed(tmp_w1, tmp_w2))
2662 tmp_w2->w_name, tmp_w2->w_class->lc_name);
2667 tmp_w2->w_name, tmp_w2->w_class->lc_name);
2674 tmp_w2
[all...]

Completed in 109 milliseconds