Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 13 of 13) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_fsm.c25 #define GO_TO_STATE(variable, state) do { *variable = state; } while (0) argument
26 #define GO_TO_NEXT_STATE(variable) do { (*variable)++; } while (0) argument
38 #define GO_TO_NEXT_CHANNEL(variable, ncsi_state)\ argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c262 static efi_status_t parse_uboot_variable(char *variable, in parse_uboot_variable()
327 char *native_name, *variable; in efi_get_next_variable_name() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py29 def conditional(variable, checkvalue, truevalue, falsevalue, d): argument
42 def less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
48 def version_less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
H A Drecipeutils.py173 def get_recipe_pos(variable): argument
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py363 def dict_parse(variable, lookup_dict): argument
/openbmc/u-boot/drivers/fastboot/
H A Dfb_getvar.c31 const char *variable; member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1256 def contains(variable, checkvalues, truevalue, falsevalue, d): argument
1286 def contains_any(variable, checkvalues, truevalue, falsevalue, d): argument
1315 def filter(variable, checkvalues, d): argument
H A Ddata_smart.py296 def variable(self, var): member in VariableHistory
1015 def expandVarref(self, variable, parents=False): argument
H A Devent.py717 def __init__(self, variable, values): argument
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.c
/openbmc/linux/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.h
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py373 def get_variable(self,variable,default_value = ''): argument
379 def set_variable(self,variable,value): argument
1797 variable = models.ForeignKey(Variable, on_delete=models.CASCADE, related_name='vhistory') variable in VariableHistory
/openbmc/qemu/target/xtensa/
H A Dcpu.h318 bool variable; member