Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker251 the_data = databuilder.mcdata[mc]
252 the_data.setVar("BB_WORKERCONTEXT", "1")
256 the_data.setVar("BB_LIMITEDDEPS", "1")
258 the_data.setVar("DATE", workerdata["date"])
261 the_data.setVar(varname, value)
269 the_data.setVar('BB_TASKHASH', taskhash)
270 the_data.setVar('BB_UNIHASH', unihash)
284 exports = bb.data.exported_vars(the_data)
292 the_data.setVar(e, fakeenv[e])
293 the_data.setVarFlag(e, 'export', "1")
[all …]
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c5943 unsigned char ret_data, the_data, byte_cnt, bit_cnt; in FPT_sciso() local
5945 the_data = 0; in FPT_sciso()
5958 the_data <<= 1; in FPT_sciso()
5960 the_data |= 1; in FPT_sciso()
5983 p_id_string[byte_cnt] = the_data; in FPT_sciso()