Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/openbmc/u-boot/arch/arc/lib/
H A Dints_low.S20 .macro PUSH reg macro
26 PUSH %r9
30 PUSH %r1
31 PUSH %r2
32 PUSH %r3
33 PUSH %r4
34 PUSH %r5
35 PUSH %r6
36 PUSH %r7
37 PUSH %r8
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Dklcc-cross-accept-clang-options.patch11 push(@ccopt, $a);
14 + push(@ccopt, $a);
17 + push(@ccopt, $a);
20 + push(@ccopt, $a);
23 + push(@ccopt, $a);
26 + push(@ccopt, $a);
29 + push(@ccopt, $a);
32 + push(@ccopt, $a);
35 + push(@ccopt, $a);
H A Dklcc-consider-sysroot.patch17 push(@libs, $a);
18 push(@libs, shift(@ARGV)) if ( $2 eq '' );
21 + push(@ccopt, $a);
/openbmc/u-boot/arch/arm/lib/
H A Dmemcpy.S173 .macro forward_copy_shift pull push argument
198 orr r3, r3, r4, lspush #\push
200 orr r4, r4, r5, lspush #\push
202 orr r5, r5, r6, lspush #\push
204 orr r6, r6, r7, lspush #\push
206 orr r7, r7, r8, lspush #\push
208 orr r8, r8, r9, lspush #\push
210 orr r9, r9, ip, lspush #\push
212 orr ip, ip, lr, lspush #\push
226 orr r3, r3, lr, lspush #\push
[all …]
/openbmc/qemu/pc-bios/optionrom/
H A Dkvmvapic.S18 push %es
19 push %cs
105 push %ecx
167 push %eax
173 push %eax
174 push %ecx
175 push %edx
176 push %ebx
272 push %eax
278 push %eax
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DBVToastMixin.js67 if (refreshAction) body.push(this.$_BVToastMixin_createRefreshAction());
68 if (timestamp) body.push(this.$_BVToastMixin_createTimestamp());
81 if (refreshAction) body.push(this.$_BVToastMixin_createRefreshAction());
82 if (timestamp) body.push(this.$_BVToastMixin_createTimestamp());
95 if (refreshAction) body.push(this.$_BVToastMixin_createRefreshAction());
96 if (timestamp) body.push(this.$_BVToastMixin_createTimestamp());
109 if (refreshAction) body.push(this.$_BVToastMixin_createRefreshAction());
110 if (timestamp) body.push(this.$_BVToastMixin_createTimestamp());
/openbmc/qemu/include/hw/
H A Dstream.h21 * can push - determine if a stream sink is capable of accepting at least
31 * push - push data to a Stream sink. The number of bytes pushed is
37 * @obj: Stream sink to push to
42 size_t (*push)(StreamSink *obj, unsigned char *buf, size_t len, bool eop); member
/openbmc/qemu/docs/devel/testing/
H A Dci-jobs.rst.inc21 git-push command line arguments.
27 git push -o ci.variable="QEMU_CI_EXAMPLE_VAR=value" myrepo mybranch
31 https://docs.gitlab.com/ee/user/project/push_options.html#push-options-for-gitlab-cicd
36 You can use aliases to make it easier to push branches with different
41 git config --local alias.push-ci "push -o ci.variable=QEMU_CI=1"
42 git config --local alias.push-ci-now "push -o ci.variable=QEMU_CI=2"
48 git push-ci
54 git push-ci-now
70 repository CI settings, or as git push variables, to influence
/openbmc/openbmc-test-automation/lib/
H A Dvar_stack.py23 …An object of this class can be used to push variable name/variable value pairs which may be popped…
31 save_stack.push(var1)
41 save_stack.push(var1)
43 save_stack.push(var1)
102 def push(self, var_value, var_name=""): member in var_stack
104 push the var_name/var_value pair onto the stack.
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.js24 $scope.managers.push({
43 $scope.managers.push({address: '', port: ''});
50 $scope.managersToDelete.push($scope.managers[index].path);
79 promises.push(addManager(
84 promises.push(setManagerAddress(
89 promises.push(setManagerPort(
99 promises.push(deleteManager($scope.managersToDelete[i]));
H A Dnetwork-controller.js41 $scope.interface.Nameservers.push('');
49 $scope.interface.ipv4.values.push(
57 $scope.ipv4sToDelete.push($scope.interface.ipv4.values[index]);
71 promises.push(setMACAddress());
74 promises.push(setDefaultGateway());
77 promises.push(setHostname());
80 promises.push(setDHCPEnabled());
91 promises.push(setNameservers());
97 promises.push(removeIPV4s());
133 promises.push(updateIPV4(i));
[all …]
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S397 push $r28
399 push $r28
401 push $r28
403 push $r28
405 push $r28
407 push $r28
409 push $r28
411 push $r28
413 push $r28
415 push $r28
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0007-libsodium-aarch64-set-compiler-attributes-after-including-arm_.patch29 - # pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = functi…
42 + # pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = functi…
58 -#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
71 +#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
88 -#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
101 +#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
118 -#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
131 +#pragma clang attribute push(__attribute__((target("neon,crypto,aes"))), apply_to = function)
/openbmc/qemu/include/qemu/
H A Dfifo32.h81 * @fifo: FIFO to push to
82 * @data: 32 bits data word to push
84 * Push a 32 bits data word to the FIFO. Behaviour is undefined if the FIFO
101 * @fifo: FIFO to push to
102 * @data: data to push
103 * @size: number of 32 bit words to push
105 * Push a 32 bit word array to the FIFO. Behaviour is undefined if the FIFO
/openbmc/u-boot/arch/arm/dts/
H A Dstm32mp157-pinctrl.dtsi194 drive-push-pull;
203 drive-push-pull;
212 drive-push-pull;
221 drive-push-pull;
233 drive-push-pull;
239 drive-push-pull;
251 drive-push-pull;
257 drive-push-pull;
270 drive-push-pull;
282 drive-push-pull;
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch27 - push(@acts, $ac[1]);
28 - push(@actsl,
30 - push(@actsf, "$config{'init_base'}/rc$r.d/$w$ac[0]$ac[1]");
41 + # push(@acts, $ac[1]);
42 + # push(@actsl,
44 + # push(@actsf, "$config{'init_base'}/rc$r.d/$w$ac[0]$ac[1]");
74 push(@rv, "$f $stbuf[1]");
/openbmc/rest-dbus/resources/
H A Ddbus.js15 children.push({
35 children.push({
58 children.push({
156 ts.push(t.type);
186 in_args.push(str);
188 out_args.push(str);
217 children.push({
230 children.push({
271 in_args.push({
290 data.push(JSON.parse(val));
[all …]
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js67 buf.push('<option value="' + version + '" selected="selected">' + title + '</option>');
69 buf.push('<option value="' + version + '">' + title + '</option>');
72 …buf.push('<option value="' + current_version + '" selected="selected">' + current_version + '</opt…
74 buf.push('<option value="' + version + '">' + title + '</option>');
78 buf.push('</select>');
87 buf.push('<option value="' + doctype + '" selected="selected">' +
90 buf.push('<option value="' + doctype + '">' + title + '</option>');
94 buf.push('<option value="' + current_doctype + '" selected="selected">' +
98 buf.push('</select>');
/openbmc/webui-vue/.github/workflows/
H A Ddeploy-docs-to-gh-pages.yml3 push:
28 - name: Force push to gh-pages branch
29 uses: ad-m/github-push-action@v0.5.0
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_timeline_vis.js134 grouped1[key].push(preprocessed[n]);
150 v.GroupBy.push(cb.value);
185 titles.push(the_header);
190 // The Title array controls which lines are drawn. If we con't push the header
193 titles.push({ "header":false, "title":keys1[i], "intervals_idxes":[interval_idx] });
209 line.push([t0, t1, entry, outcome, 0]);
212 …the_header.intervals_idxes.push(interval_idx); // Keep the indices into the intervals array for u…
213 intervals.push(line);
222 rise_fall_edges.push([t0t1[0], 0]); // 0 is a rising edge
223 rise_fall_edges.push([t0t1[1], 1]); // 1 is a falling edge
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dsmbiosmdrv2.hpp136 // ====================== MDR II Push Command Structures ======================
137 // MDR II Push Agent send dir info command
148 // MDR II Push Agent offer data set info command
160 // MDR II Push Agent send data set info command
172 // MDR II Push Agent send data start command
197 // MDR II Push Agent send data block command
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js26 acc.push(dispatch('getSensors', id));
27 acc.push(dispatch('getThermalSensors', id));
28 acc.push(dispatch('getPowerSensors', id));
72 sensorData.push({
103 sensorData.push(oneSensordata);
118 sensorData.push({
130 sensorData.push({
/openbmc/phosphor-mrw-tools/
H A Dgen_openpower_fru.pl65 push @targetTypes, $targetType;
66 push @paths, $item->{OBMC_NAME};
75 push @targetTypes, $type;
76 push @paths, $defaultPaths{$type};
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h103 .set push; \
116 .set push; \
152 .set push; \
158 .set push; \
165 .set push; \
183 .set push; \
190 .set push; \
199 .set push; \
206 .set push; \
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dswitchers.js.in76 …buf.push('<option value="' + version + '" selected="selected">' + vers_data["title"] + '</option>'…
78 buf.push('<option value="' + version + '">' + vers_data["title"] + '</option>');
80 buf.push('<option value="' + version + '">' + vers_data["title"] + '</option>');
84 buf.push('</select>');
93 buf.push('<option value="' + doctype + '" selected="selected">' +
96 buf.push('<option value="' + doctype + '">' + title + '</option>');
100 buf.push('<option value="' + current_doctype + '" selected="selected">' +
104 buf.push('</select>');

12345678910>>...21