Home
last modified time | relevance | path

Searched refs:random_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dpldm_utils.py306 random_val = GetRandomBIOSIntAndStrValues(
309 if random_val != existing_data[attr]:
311 if isinstance(random_val, str):
312 attr_random_data[attr] = random_val.strip('"')
317 random_val = GetRandomBIOSIntAndStrValues(
320 if random_val != existing_data[attr]:
322 attr_random_data[attr] = random_val
/openbmc/linux/include/linux/
H A Dsctp.h327 __u8 random_val[]; member