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

/freebsd-10.1-release/sys/kern/
H A Dsubr_witness.c2479 struct witness *tmp_w1, *tmp_w2, *w1, *w2; local
2487 tmp_w2 = NULL;
2503 tmp_w2 = malloc(sizeof(struct witness), M_TEMP, M_WAITOK | M_ZERO);
2562 *tmp_w2 = *w2;
2581 tmp_w2->w_name, tmp_w2->w_class->lc_name);
2585 tmp_w1->name, tmp_w2->w_name, w_rmatrix1,
2586 tmp_w2->name, tmp_w1->w_name, w_rmatrix2);
2592 tmp_w2->w_name, tmp_w2
[all...]

Completed in 88 milliseconds