Lines Matching refs:wanted
142 int wanted; in test_sysctl_calc_match_int_ok() member
144 {.defined = *(int *)SYSCTL_ZERO, .wanted = 0}, in test_sysctl_calc_match_int_ok()
145 {.defined = *(int *)SYSCTL_ONE, .wanted = 1}, in test_sysctl_calc_match_int_ok()
146 {.defined = *(int *)SYSCTL_TWO, .wanted = 2}, in test_sysctl_calc_match_int_ok()
147 {.defined = *(int *)SYSCTL_THREE, .wanted = 3}, in test_sysctl_calc_match_int_ok()
148 {.defined = *(int *)SYSCTL_FOUR, .wanted = 4}, in test_sysctl_calc_match_int_ok()
149 {.defined = *(int *)SYSCTL_ONE_HUNDRED, .wanted = 100}, in test_sysctl_calc_match_int_ok()
150 {.defined = *(int *)SYSCTL_TWO_HUNDRED, .wanted = 200}, in test_sysctl_calc_match_int_ok()
151 {.defined = *(int *)SYSCTL_ONE_THOUSAND, .wanted = 1000}, in test_sysctl_calc_match_int_ok()
152 {.defined = *(int *)SYSCTL_THREE_THOUSAND, .wanted = 3000}, in test_sysctl_calc_match_int_ok()
153 {.defined = *(int *)SYSCTL_INT_MAX, .wanted = INT_MAX}, in test_sysctl_calc_match_int_ok()
154 {.defined = *(int *)SYSCTL_MAXOLDUID, .wanted = 65535}, in test_sysctl_calc_match_int_ok()
155 {.defined = *(int *)SYSCTL_NEG_ONE, .wanted = -1}, in test_sysctl_calc_match_int_ok()
159 if (match_int[i].defined != match_int[i].wanted) in test_sysctl_calc_match_int_ok()