/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/ |
H A D | newbb.vim | 37 0 put ='# Copyright (C) ' . l:current_year . 39 put ='# Released under the MIT license (see COPYING.MIT for the terms)' 55 put ='SUMMARY = \"\"' 56 put ='HOMEPAGE = \"\"' 57 put ='LICENSE = \"\"' 58 put ='SECTION = \"\"' 59 put ='DEPENDS = \"\"' 60 put ='' 61 put ='SRC_URI = \"\"'
|
/openbmc/qemu/include/hw/nvram/ |
H A D | eeprom_at24c.h | 14 * @bus: I2C bus to put it on 15 * @address: I2C address of the EEPROM slave when put on a bus 18 * Create the device state structure, initialize it, put it on the specified 26 * @bus: I2C bus to put it on 27 * @address: I2C address of the EEPROM slave when put on a bus 32 * Create the device state structure, initialize it, put it on the specified
|
/openbmc/qemu/target/loongarch/ |
H A D | trace-events | 5 kvm_failed_put_regs_core(const char *msg) "Failed to put core regs into KVM: %s" 7 kvm_failed_put_fpu(const char *msg) "Failed to put fpu into KVM: %s" 9 kvm_failed_put_mpstate(const char *msg) "Failed to put mp_state into KVM: %s" 11 kvm_failed_put_counter(const char *msg) "Failed to put counter into KVM: %s" 13 kvm_failed_put_cpucfg(const char *msg) "Failed to put cpucfg into KVM: %s"
|
/openbmc/docs/ |
H A D | REST-cheatsheet.md | 84 …on/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.Off"}' -X PUT https://${bmc}/xyz/… 90 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… 96 …ion/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.On"}' -X PUT https://${bmc}/xyz/… 102 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… 108 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… 160 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/op… 166 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/op… 172 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/op… 178 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/op… 184 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/op… [all …]
|
H A D | rest-api.md | 175 ## HTTP PUT operations 177 PUT operations are for updating an existing resource (an object or property), or 178 for creating a new resource when the client already knows where to put it. These 222 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d <json> <url> 225 A PUT operation on an object requires a complete object. For partial updates 229 For example, make changes to the requested_host.json file and do a PUT (upload): 234 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -T requested_host.js… 240 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data": "xyz.open… 248 when the client doesn't know where to put it. OpenBMC does not support creating 302 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X PUT -T foo https:/…
|
H A D | host-management.md | 211 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/ope… 217 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/ope… 223 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/ope… 234 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/ope… 240 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/ope… 252 …ion/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.On"}' -X PUT https://${bmc}/xyz/… 258 …on/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.Off"}' -X PUT https://${bmc}/xyz/… 264 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.openb… 270 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.openb…
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_server.h | 41 * response_buf: buffer, where to put the response. Must be big enough to fit 57 * response_buf: buffer, where to put the response. Must be big enough to fit 71 * response_buf: buffer, where to put the response. Must be big enough to fit 88 * response_buf: buffer, where to put the response. Must be big enough to fit 105 * response_buf: buffer, where to put the response. Must be big enough to fit 121 * response_buf: buffer, where to put the response. Must be big enough to fit 135 * response_buf: buffer, where to put the response. Must be big enough to fit 149 * response_buf: buffer, where to put the response. Must be big enough to fit 165 * response_buf: buffer, where to put the response. Must be big enough to fit 191 * response_buf: buffer, where to put the response. Must be big enough to fit
|
/openbmc/bmcweb/http/ |
H A D | verb.hpp | 22 Put, enumerator 44 case boost::beast::http::verb::put: in httpVerbFromBoost() 45 return HttpVerb::Put; in httpVerbFromBoost() 65 case HttpVerb::Put: in httpVerbToString() 66 return "PUT"; in httpVerbToString()
|
/openbmc/qemu/target/avr/ |
H A D | machine.c | 49 .put = put_sreg, 76 .put = put_segment, 81 .put = put_segment, 86 .put = put_segment, 91 .put = put_segment, 96 .put = put_segment,
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 44 .put = put_bool, 68 .put = put_int8, 92 .put = put_int16, 116 .put = put_int32, 142 .put = put_int32, 169 .put = put_int32, 193 .put = put_int64, 217 .put = put_uint8, 241 .put = put_uint16, 265 .put = put_uint32, [all …]
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_jtag_master.robot | 51 Put File To BMC 52 [Documentation] SCP Put File. 58 scp.Put File ${filename} /var/${filename} 99 Put File To BMC ${readid_svf} 101 Put File To BMC ${readusercode_svf} 102 Put File To BMC ${cpld_firmware1} 103 Put File To BMC ${cpld_firmware2}
|
/openbmc/u-boot/doc/ |
H A D | README.console | 39 putc (to put a char to stdout) 40 puts (to put a string to stdout) 41 printf (to format and put a string to stdout) 48 eputc (to put a char to stderr) 49 eputs (to put a string to stderr) 50 eprintf (to format and put a string to stderr)
|
/openbmc/u-boot/board/warp7/ |
H A D | README | 22 Put warp7 board in USB download mode: 24 Remove the CPU board from the base board then put switch 2 in the upper 61 Put warp7 board into normal boot mode (put the switch 2 in the lower position)
|
/openbmc/bmcweb/test/http/ |
H A D | verb_test.cpp | 24 {HttpVerb::Put, BoostVerb::put}, in TEST() 48 {HttpVerb::Put, "PUT"}, in TEST()
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0004-Point-scripts-location-to-libdir.patch | 19 # We put the scripts in the directory $(scriptdir)/ldscripts. 20 # We can't put the scripts in $(datadir) because the SEARCH_DIR 32 # We put the scripts in the directory $(scriptdir)/ldscripts. 33 # We can't put the scripts in $(datadir) because the SEARCH_DIR
|
/openbmc/qemu/target/mips/ |
H A D | kvm.c | 530 DPRINTF("%s: Failed to put CP0_CAUSE (%d)\n", __func__, err); in kvm_mips_restore_count() 537 DPRINTF("%s: Failed to put CP0_COUNT (%d)\n", __func__, err); in kvm_mips_restore_count() 599 /* Only put FPU state if we're emulating a CPU with an FPU */ in kvm_mips_put_fpu_registers() 606 DPRINTF("%s: Failed to put FCR_IR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() 613 DPRINTF("%s: Failed to put FCR_CSR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() 618 * FPU register state is a subset of MSA vector state, so don't put FPU in kvm_mips_put_fpu_registers() 632 DPRINTF("%s: Failed to put FPR%u (%d)\n", __func__, i, err); in kvm_mips_put_fpu_registers() 639 /* Only put MSA state if we're emulating a CPU with MSA */ in kvm_mips_put_fpu_registers() 646 DPRINTF("%s: Failed to put MSA_IR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() 653 DPRINTF("%s: Failed to put MSA_CSR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_led_indicator_asserted.robot | 107 Redfish.Put ${LED_LAMP_TEST_ASSERTED_URI}attr/Asserted body={"data":${asserted}} 137 # Put both power supply LEDs On/Off to check all units are asserted 138 Redfish.Put ${LED_PHYSICAL_PS0_URI}attr/State body={"data":${asserted}} 139 Redfish.Put ${LED_PHYSICAL_PS1_URI}attr/State body={"data":${asserted}} 188 # Put all the fan LEDs On/Off to check all are asserted 189 Redfish.Put ${LED_PHYSICAL_FAN0_URI}attr/State body={"data":${asserted}} 190 Redfish.Put ${LED_PHYSICAL_FAN2_URI}attr/State body={"data":${asserted}} 191 Redfish.Put ${LED_PHYSICAL_FAN3_URI}attr/State body={"data":${asserted}}
|
/openbmc/qemu/include/hw/i2c/ |
H A D | i2c.h | 160 * @addr: I2C address of the slave when put on a bus 170 * @bus: I2C bus to put it on 172 * @addr: I2C address of the slave when put on a bus 174 * Create the device state structure, initialize it, put it on the 182 * @bus: I2C bus to put it on 188 * Call 'realize' on @dev, put it on the specified @bus, and drop the 212 * @address: I2C address of the slave when put on a bus
|
/openbmc/u-boot/cmd/ |
H A D | mfsl.c | 195 case 2: PUT (num, 0); in do_fwr() 211 case 2: PUT (num, 1); in do_fwr() 227 case 2: PUT (num, 2); in do_fwr() 243 case 2: PUT (num, 3); in do_fwr() 259 case 2: PUT (num, 4); in do_fwr() 275 case 2: PUT (num, 5); in do_fwr() 291 case 2: PUT (num, 6); in do_fwr() 307 case 2: PUT (num, 7); in do_fwr()
|
/openbmc/u-boot/include/dm/ |
H A D | of_addr.h | 38 * @size: place to put size on success 39 * @flags: place to put flags on success 57 * @r: place to put resource information
|
/openbmc/entity-manager/docs/ |
H A D | blacklist_configuration.md | 10 Put in numbers of buses. For example: 22 Put in bus and addresses with this format:
|
/openbmc/qemu/hw/riscv/ |
H A D | boot.c | 196 * We want to put the initrd far enough into RAM that when the in riscv_load_initrd() 200 * amounts of RAM, we put the initrd at 512MB to allow large kernels in riscv_load_initrd() 202 * So for boards with less than 1GB of RAM we put the initrd in riscv_load_initrd() 203 * halfway into RAM, and for boards with 1GB of RAM or more we put in riscv_load_initrd() 304 * put at the lowest value between 3072 MiB and 'dram_end'; 307 * put at 'dram_end'. 347 * We should put fdt as far as possible to avoid kernel/initrd overwriting in riscv_compute_fdt_addr() 349 * Thus, put it near to the end of dram in RV64, and put it near to the end in riscv_compute_fdt_addr() 369 * 'fdt_addr' is received as hwaddr because boards might put
|
/openbmc/qemu/docs/devel/ |
H A D | docs.rst | 23 alternation of C code put into the C output and rST format text 24 put into the documentation. A few special directives are recognised; 32 are put into the documentation verbatim, and discarded from the C output.
|
/openbmc/u-boot/include/net/ |
H A D | tftp.h | 19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */ 22 void tftp_start_server(void); /* Wait for incoming TFTP put */
|
/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 101 # later put into a 'section' node. 138 # Put the accumulated rST into the previous node, 143 # DEFHEADING. We don't have a section to put 156 # Not a directive: put in output if we are in rST fragment 168 # Put the remaining accumulated rST into the last section, and
|