Searched refs:get_variable (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sbin/devd/
H A Ddevd.hh52 const std::string &get_variable(const std::string &var) const;
163 const std::string &get_variable(const std::string &var);
H A Ddevd.cc304 const string &value = c.get_variable(_var);
365 value = c.get_variable("device-name");
367 value = c.get_variable("subsystem");
398 var_list::get_variable(const string &var) const function in class:var_list
604 config::get_variable(const string &var) function in class:config
610 return ((*i)->get_variable(var));
663 dst.append(get_variable(buffer));
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h199 } get_variable, set_variable; member in union:xenpf_efi_runtime_call::__anon13576
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h364 extern char *get_variable(char *, char **, int);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dvar.c39 char *get_variable(string, after, line) function
111 value = get_variable(s, &p3, line);

Completed in 264 milliseconds