Searched refs:startln (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | subr_hints.c | 123 res_find(char **hintp_cookie, int *line, int *startln, in res_find() argument 247 if (startln && *startln >= 0 && *line < *startln) in res_find() 298 if (startln) /* line number for anchor */ in res_find() 299 *startln = *line + 1; in res_find() 308 resource_find(int *line, int *startln, in resource_find() argument 321 i = res_find(&hintp, line, startln, name, unit, resname, value, in resource_find() 330 i = res_find(&hintp, line, startln, name, &un, resname, value, in resource_find()
|