Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_hints.c440 int newln; in resource_find_match() local
442 newln = *anchor; in resource_find_match()
443 ret = resource_find(anchor, &newln, NULL, NULL, resname, value, in resource_find_match()
449 *anchor = newln; in resource_find_match()
465 int newln; in resource_find_dev() local
468 newln = *anchor; in resource_find_dev()
469 ret = resource_find(anchor, &newln, name, NULL, resname, value, in resource_find_dev()
474 *anchor = newln; in resource_find_dev()