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

/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c2538 struct witness *tmp_w1, *tmp_w2, *w1, *w2; local
2546 tmp_w2 = NULL;
2562 tmp_w2 = malloc(sizeof(struct witness), M_TEMP, M_WAITOK | M_ZERO);
2621 *tmp_w2 = *w2;
2640 tmp_w2->w_name, tmp_w2->w_class->lc_name);
2645 tmp_w2->w_name, tmp_w2->w_class->lc_name);
2652 tmp_w2->w_name, tmp_w2
[all...]

Completed in 61 milliseconds