Lines Matching refs:resname

123     const char *name, int *unit, const char *resname, const char *value,  in res_find()  argument
252 if (resname && strcmp(resname, r_resname) != 0) in res_find()
308 const char *name, int *unit, const char *resname, const char *value, in resource_find() argument
320 i = res_find(&hintp, line, startln, name, unit, resname, value, in resource_find()
329 i = res_find(&hintp, line, startln, name, &un, resname, value, in resource_find()
338 resource_int_value(const char *name, int unit, const char *resname, int *result) in resource_int_value() argument
347 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_int_value()
361 resource_long_value(const char *name, int unit, const char *resname, in resource_long_value() argument
371 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_long_value()
385 resource_string_value(const char *name, int unit, const char *resname, in resource_string_value() argument
393 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_string_value()
434 const char *resname, const char *value) in resource_find_match() argument
443 ret = resource_find(anchor, &newln, NULL, NULL, resname, value, in resource_find_match()
462 const char *resname, const char *value) in resource_find_dev() argument
469 ret = resource_find(anchor, &newln, name, NULL, resname, value, in resource_find_dev()
498 resource_unset_value(const char *name, int unit, const char *resname) in resource_unset_value() argument
506 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_unset_value()