Searched refs:resname (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_hints.c | 251 if (resname && strcmp(resname, r_resname) != 0) in res_find() 319 i = res_find(&hintp, line, startln, name, unit, resname, value, in resource_find() 328 i = res_find(&hintp, line, startln, name, &un, resname, value, in resource_find() 346 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_int_value() 370 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_long_value() 392 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_string_value() 433 const char *resname, const char *value) in resource_find_match() argument 442 ret = resource_find(anchor, &newln, NULL, NULL, resname, value, in resource_find_match() 461 const char *resname, const char *value) in resource_find_dev() argument 468 ret = resource_find(anchor, &newln, name, NULL, resname, value, in resource_find_dev() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 655 int resource_int_value(const char *name, int unit, const char *resname, 657 int resource_long_value(const char *name, int unit, const char *resname, 659 int resource_string_value(const char *name, int unit, const char *resname, 663 const char *resname, const char *value); 665 const char *resname, const char *value); 666 int resource_unset_value(const char *name, int unit, const char *resname);
|