Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_resource.c22 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 Dresource.h47 const struct resource *resource_find(const char *name);
H A Dtest_cfgfile.c26 r = resource_find("test_cfgfiles"); in test_cfgfile_setup()
41 r = resource_find("test_cfgfiles"); in test_cfgfile_cleanup()
H A Dresource.c21 const struct resource *resource_find(const char *name) in resource_find() function
/f-stack/freebsd/kern/
H A Dsubr_hints.c306 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()