Home
last modified time | relevance | path

Searched refs:get_variable (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/kyua/integration/helpers/
H A Dconfig.cpp34 ATF_TEST_CASE(get_variable);
35 ATF_TEST_CASE_HEAD(get_variable) in ATF_TEST_CASE_HEAD() argument
49 ATF_TEST_CASE_BODY(get_variable) in ATF_TEST_CASE_BODY() argument
57 ATF_ADD_TEST_CASE(tcs, get_variable); in ATF_INIT_TEST_CASES()
/freebsd-src/sys/dev/xen/efi/
H A Dpvefi.c131 .u.efi_runtime_call.u.get_variable.size = *datasize, in var_get()
136 CTASSERT(sizeof(*vendor) == sizeof(call->u.get_variable.vendor_guid)); in var_get()
138 memcpy(&call->u.get_variable.vendor_guid, vendor, in var_get()
140 set_xen_guest_handle(call->u.get_variable.name, name); in var_get()
141 set_xen_guest_handle(call->u.get_variable.data, data); in var_get()
148 *datasize = call->u.get_variable.size; in var_get()
/freebsd-src/contrib/kyua/utils/text/
H A Dtemplates_test.cpp95 ATF_REQUIRE_EQ("first-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
105 ATF_REQUIRE_EQ("second-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
114 templates.get_variable("the-name"); // Should not throw. in ATF_TEST_CASE_BODY()
116 ATF_REQUIRE_THROW(text::syntax_error, templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
192 ATF_REQUIRE_EQ("", templates.get_variable("foo")); in ATF_TEST_CASE_BODY()
193 ATF_REQUIRE_EQ(" baz ", templates.get_variable("bar")); in ATF_TEST_CASE_BODY()
203 templates.get_variable("foo ")); in ATF_TEST_CASE_BODY()
H A Dtemplates.cpp346 _templates.get_variable(loop.iterator)); in handle_normal()
625 text::templates_def::get_variable(const std::string& name) const in get_variable() function in text::templates_def
666 const std::string& index_str = get_variable(index_name); in get_vector()
702 return get_variable(expression); in evaluate()
H A Dtemplates.hpp108 const std::string& get_variable(const std::string&) const;
/freebsd-src/sbin/devd/
H A Ddevd.hh49 const std::string &get_variable(const std::string &var) const;
163 const std::string &get_variable(const std::string &var);
H A Ddevd.cc303 const string &value = c.get_variable(_var); in do_match()
362 value = c.get_variable("device-name"); in do_match()
364 value = c.get_variable("subsystem"); in do_match()
395 var_list::get_variable(const string &var) const in get_variable() function in var_list
630 config::get_variable(const string &var) in get_variable() function in config
636 return ((*i)->get_variable(var)); in get_variable()
717 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()
/freebsd-src/sbin/ipf/libipf/
H A Dvar.c37 char *get_variable(char *string, char **after, int line) in get_variable() function
105 value = get_variable(s, &p3, line); in expand_string()
/freebsd-src/contrib/kyua/integration/
H A Dcmd_debug_test.sh286 debug config1:get_variable
289 debug config2:get_variable
292 debug config3:get_variable
/freebsd-src/sys/contrib/dev/iwlwifi/fw/
H A Duefi.c40 status = efi.get_variable(name, guid, NULL, data_size, NULL); in iwl_uefi_get_variable()
48 status = efi.get_variable(name, guid, NULL, data_size, data); in iwl_uefi_get_variable()
/freebsd-src/sbin/ipf/common/
H A Dipf.h357 extern char *get_variable(char *, char **, int);
H A Dlexer.c287 string_val = get_variable(name, NULL, yylineNum); in yylex()
/freebsd-src/sys/contrib/xen/
H A Dplatform.h201 } get_variable, set_variable; member