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-worker261 the_data = databuilder.mcdata[mc]
262 the_data.setVar("BB_WORKERCONTEXT", "1")
263 the_data.setVar("BB_TASKDEPDATA", taskdepdata)
264 the_data.setVar('BB_CURRENTTASK', taskname.replace("do_", ""))
266 the_data.setVar("BB_LIMITEDDEPS", "1")
267 the_data.setVar("BUILDNAME", workerdata["buildname"])
268 the_data.setVar("DATE", workerdata["date"])
269 the_data.setVar("TIME", workerdata["time"])
271 the_data.setVar(varname, value)
278 the_data = databuilder.parseRecipe(fn, appends, layername)
[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()