Searched refs:append (Results 1 – 16 of 16) sorted by relevance
12 ident.append(hex((midr_el1 >> 24) & 0xFF)) # Implementer13 ident.append(hex((midr_el1 >> 20) & 0xF)) # Variant14 ident.append(hex((midr_el1 >> 16) & 0XF)) # Architecture15 ident.append(hex((midr_el1 >> 4) & 0xFFF)) # Primary Part number16 ident.append(hex(midr_el1 & 0xF)) # Revision
82 hoptions.append(RouterAlert(value=2))83 hoptions.append(Jumbo(jumboplen=5000))84 hoptions.append(Pad1())87 doptions.append(HAO(hoa="1234::4321"))136 hoptions.append(RouterAlert(value=2))137 hoptions.append(Jumbo(jumboplen=5000))138 hoptions.append(Pad1())141 doptions.append(HAO(hoa="1234::4321"))
181 rows.append(line.split(','))200 params.append("--" + key if val is True else "")202 params.append("-" + key)203 params.append(val)205 params.append("--" + key + "=" + val)222 default_params.append("--")287 suite_list.append(suite)
24 cores.append(core)26 sockets.append(socket)30 core_map[key].append(cpu)
241 ssh_if.append(rt_info[i + 1])527 strings.append("<none>")531 strings.append("%s '%s %s' %s" % (dev["Slot"],536 strings.append("%s '%s'" % (dev["Slot"], dev["Device_str"]))552 no_drv.append(devices[d])555 dpdk_drv.append(devices[d])557 kernel_drv.append(devices[d])
97 prefixes.append(os.path.relpath(os.path.dirname(s), start=path))
169 mounted.append(fields[1])
16 paths.append(name)20 paths.append(os.path.join(temp, name))
180 result.append(203 drivers.append(Driver.load(image, symbol))
154 pmd_names.append(name)157 pmd_names.append(' ')170 header_names.append(name)
95 # set up internal deps. Drivers can append/override as necessary
293 for the port. Support is required to add/append/delete etc.
131 -append "root=/dev/vda console=ttyAMA0 rw hugepagesz=512M hugepages=3" \
568 ``op_flags`` parameter to indicate to BBDEV to calculate and append CRC24A/B857 in the ``op_flags`` parameter to indicate BBDEV to calculate and append
967 /* Initialize the mbufs and append them to the crypto operations. */
1809 uint8_t __io append; member