Searched refs:res_name (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/mixer/
H A Dmixer.c30 static int res_name(const char *name, int mask);
66 res_name(const char *name, int mask) function
208 if ((dev = res_name(argv[1], recmask)) == -1) {
235 else if ((dev = res_name(*argv, devmask)) == -1) {
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c55 static const char *res_name[] = { variable
152 i, res_name[profile[i].type],
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp496 empirical_type<std::string> res_name; member in struct:RenderScriptRuntime::ScriptDetails
1489 std::string res_name; local
1490 process->ReadCStringFromMemory(addr_t(args[eRsResNamePtr]), res_name, err); local
1492 LLDB_LOGF(log, "%s - error reading res_name: %s.", __FUNCTION__,
1505 res_name.c_str(), cache_dir.c_str());
1507 if (res_name.size() > 0) {
1509 strm.Printf("librs.%s.so", res_name.c_str());
1515 script->res_name = res_name;
1661 std::string res_name; local
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h382 pci_request_region(struct pci_dev *pdev, int bar, const char *res_name) argument
417 pci_request_regions(struct pci_dev *pdev, const char *res_name) argument
423 error = pci_request_region(pdev, i, res_name);

Completed in 73 milliseconds