Home
last modified time | relevance | path

Searched refs:eq_only (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_stats.c2728 int error, i, found, is32bit, has_ub, eq_only; local
2736 has_ub = eq_only = 0;
2742 eq_only = 0;
2747 is32bit = eq_only = 1;
2753 is32bit = has_ub = eq_only = 0;
2758 is32bit = eq_only = 0;
2765 eq_only = 1;
2809 if ((eq_only && voival->int32.s32 ==
2811 (!eq_only && (!has_ub ||
2818 if ((eq_only && voival->int32.u32 ==
[all …]