Searched refs:resource_find (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_resource.c | 22 r = resource_find("test_resource_dpdk"); in test_resource_dpdk() 41 r = resource_find("test_resource_c"); in test_resource_c() 67 r = resource_find("test_resource_tar"); in test_resource_tar()
|
| H A D | resource.h | 47 const struct resource *resource_find(const char *name);
|
| H A D | test_cfgfile.c | 26 r = resource_find("test_cfgfiles"); in test_cfgfile_setup() 41 r = resource_find("test_cfgfiles"); in test_cfgfile_cleanup()
|
| H A D | resource.c | 21 const struct resource *resource_find(const char *name) in resource_find() function
|
| /f-stack/freebsd/kern/ |
| H A D | subr_hints.c | 306 resource_find(int *line, int *startln, in resource_find() function 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() 442 ret = resource_find(anchor, &newln, NULL, NULL, resname, value, in resource_find_match() 468 ret = resource_find(anchor, &newln, name, NULL, resname, value, in resource_find_dev() 505 error = resource_find(&line, NULL, name, &unit, resname, NULL, in resource_unset_value()
|