Lines Matching refs:cur_depth
1267 int cur_depth; in sysctl_binary_lookup() local
1269 cur_depth = sysctl_depth(table); in sysctl_binary_lookup()
1273 test = sysctl_parent(table, cur_depth); in sysctl_binary_lookup()
1277 if (cur_depth && !ref->child) in sysctl_binary_lookup()
1292 if (cur_depth != 0) { in sysctl_binary_lookup()
1293 cur_depth--; in sysctl_binary_lookup()
1344 int depth, cur_depth; in sysctl_check_lookup() local
1350 cur_depth = depth; in sysctl_check_lookup()
1353 test = sysctl_parent(table, cur_depth); in sysctl_check_lookup()
1356 if (cur_depth && !ref->child) in sysctl_check_lookup()
1368 if (cur_depth != 0) { in sysctl_check_lookup()
1369 cur_depth--; in sysctl_check_lookup()