/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_fsm.c | 25 #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 D | efi_variable.c | 262 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 D | utils.py | 29 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 D | recipeutils.py | 173 def get_recipe_pos(variable): argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_request.py | 363 def dict_parse(variable, lookup_dict): argument
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_getvar.c | 31 const char *variable; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1256 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 D | data_smart.py | 296 def variable(self, var): member in VariableHistory 1015 def expandVarref(self, variable, parents=False): argument
|
H A D | event.py | 717 def __init__(self, variable, values): argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.c |
|
/openbmc/linux/drivers/staging/rtl8712/ |
D | rtl871x_mp_ioctl.h |
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 373 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 D | cpu.h | 318 bool variable; member
|