/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/linux/lib/ |
H A D | rcuref.c | 21 * put() 51 * The get() and put() operations do unconditional increments and 70 * count is put back to DEAD. 76 * get() put() 90 * T1 0 1 put() 91 * T2 -1 0 put() tries to mark dead 93 * T2 0 1 put() mark dead fails 94 * T1 -1 0 put() tries to mark dead 95 * T1 DEAD 0 put() mark dead succeeds 109 * put() get() [all …]
|
H A D | klist.c | 76 * @put: The put function for the embedding object (NULL if none) 80 * deletion) then the get/put arguments are used to initialise 85 void (*put)(struct klist_node *)) in klist_init() 90 k->put = put; in klist_init() 144 * @pos: node to put @n after 160 * @pos: node to put @n after 212 void (*put)(struct klist_node *) = k->put; in klist_put() local 218 put = NULL; in klist_put() 220 if (put) in klist_put() 221 put(n); in klist_put() [all …]
|
/openbmc/docs/ |
H A D | REST-cheatsheet.md | 82 …on/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.Off"}' -X PUT https://${bmc}/xyz/… 88 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.op… 94 …ion/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.On"}' -X PUT https://${bmc}/xyz/… 100 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.op… 106 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.op… 160 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/… 166 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/… 172 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/… 178 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/… 184 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/… [all …]
|
/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/linux/arch/x86/lib/ |
H A D | clear_page_64.S | 31 #define PUT(x) movq %rax,x*8(%rdi) macro 33 PUT(1) 34 PUT(2) 35 PUT(3) 36 PUT(4) 37 PUT(5) 38 PUT(6) 39 PUT(7)
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 52 | if fp0-fp3 is being modified, we must put a copy 141 bsetl #31,%d0 |if negative, put in sign information 149 bsetl #31,%d0 |if negative put in sign information 151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 156 orl %d1,%d0 |put these bits in ms word of double 157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 160 lsll %d0,%d1 |put lower 11 bits in upper bits 164 orl %d0,LOCAL_HI(%a1) |put them in double result 208 swap %d0 |put exp in upper word of d0 212 bsetl #31,%d0 |if negative, put in sign first [all …]
|
H A D | binstr.S | 39 | zero, it is the ls digit. Put the digit in its place in the 99 swap %d6 |put 0 in d6 lower word 109 swap %d6 |with d6 = 0; put 0 in upper word 120 swap %d7 |put LEN counter in word d7a 125 swap %d7 |put digit word in d7b 126 movew %d1,%d7 |put new digit in d7b 127 swap %d7 |put LEN counter in word d7a 130 swap %d7 |put last digit in string
|
/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/qemu/migration/ |
H A D | vmstate-types.c | 43 .put = put_bool, 67 .put = put_int8, 91 .put = put_int16, 115 .put = put_int32, 141 .put = put_int32, 168 .put = put_int32, 192 .put = put_int64, 216 .put = put_uint8, 240 .put = put_uint16, 264 .put = put_uint32, [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | fscache.h | 114 EM(fscache_cache_put_alloc_volume, "PUT alvol") \ 115 EM(fscache_cache_put_cache, "PUT cache") \ 116 EM(fscache_cache_put_prep_failed, "PUT pfail") \ 117 EM(fscache_cache_put_relinquish, "PUT relnq") \ 118 E_(fscache_cache_put_volume, "PUT vol ") 128 EM(fscache_volume_put_cookie, "PUT cook ") \ 129 EM(fscache_volume_put_create_work, "PUT creat") \ 130 EM(fscache_volume_put_hash_collision, "PUT hcoll") \ 131 EM(fscache_volume_put_relinquish, "PUT relnq") \ 132 EM(fscache_volume_put_withdraw, "PUT withd") \ [all …]
|
H A D | rxrpc.h | 140 EM(rxrpc_skb_put_conn_secured, "PUT conn-secd") \ 141 EM(rxrpc_skb_put_conn_work, "PUT conn-work") \ 142 EM(rxrpc_skb_put_error_report, "PUT error-rep") \ 143 EM(rxrpc_skb_put_input, "PUT input ") \ 144 EM(rxrpc_skb_put_jumbo_subpacket, "PUT jumbo-sub") \ 145 EM(rxrpc_skb_put_last_nack, "PUT last-nack") \ 146 EM(rxrpc_skb_put_purge, "PUT purge ") \ 147 EM(rxrpc_skb_put_rotate, "PUT rotate ") \ 148 EM(rxrpc_skb_put_unknown, "PUT unknown ") \ 163 EM(rxrpc_local_put_bind, "PUT bind ") \ [all …]
|
H A D | netfs.h | 65 EM(netfs_rreq_trace_put_complete, "PUT COMPLT ") \ 66 EM(netfs_rreq_trace_put_discard, "PUT DISCARD") \ 67 EM(netfs_rreq_trace_put_failed, "PUT FAILED ") \ 68 EM(netfs_rreq_trace_put_hold, "PUT HOLD ") \ 69 EM(netfs_rreq_trace_put_subreq, "PUT SUBREQ ") \ 70 EM(netfs_rreq_trace_put_zero_len, "PUT ZEROLEN") \ 78 EM(netfs_sreq_trace_put_clear, "PUT CLEAR ") \ 79 EM(netfs_sreq_trace_put_failed, "PUT FAILED ") \ 80 EM(netfs_sreq_trace_put_merged, "PUT MERGED ") \ 81 EM(netfs_sreq_trace_put_no_copy, "PUT NO COPY") \ [all …]
|
/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/linux/drivers/atm/ |
H A D | suni.c | 40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro 43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg) 65 PUT(0,MRI); /* latch counters */ in suni_hz() 109 if (set) PUT(GET(reg) | bit,reg); \ 110 else PUT(GET(reg) & ~bit,reg); \ 198 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet() 199 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet() 200 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet() 212 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh() 213 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh() [all …]
|
/openbmc/linux/tools/lib/perf/include/internal/ |
H A D | rc_check.h | 25 * are paired with a put. Reference count checking adds a malloc-ed layer of 26 * indirection on a get, and frees it on a put. A missed put will be reported as 27 * a memory leak. A double put will be reported as a double free. Accessing 28 * after a put will cause a use-after-free and/or a segfault. 54 /* A put operation removing the indirection layer. */ 95 /* A put operation removing the indirection layer. */
|
/openbmc/qemu/target/mips/ |
H A D | kvm.c | 525 DPRINTF("%s: Failed to put CP0_CAUSE (%d)\n", __func__, err); in kvm_mips_restore_count() 532 DPRINTF("%s: Failed to put CP0_COUNT (%d)\n", __func__, err); in kvm_mips_restore_count() 594 /* Only put FPU state if we're emulating a CPU with an FPU */ in kvm_mips_put_fpu_registers() 601 DPRINTF("%s: Failed to put FCR_IR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() 608 DPRINTF("%s: Failed to put FCR_CSR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() 613 * FPU register state is a subset of MSA vector state, so don't put FPU in kvm_mips_put_fpu_registers() 627 DPRINTF("%s: Failed to put FPR%u (%d)\n", __func__, i, err); in kvm_mips_put_fpu_registers() 634 /* Only put MSA state if we're emulating a CPU with MSA */ in kvm_mips_put_fpu_registers() 641 DPRINTF("%s: Failed to put MSA_IR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() 648 DPRINTF("%s: Failed to put MSA_CSR (%d)\n", __func__, err); in kvm_mips_put_fpu_registers() [all …]
|
/openbmc/bmcweb/http/ |
H A D | verb.hpp | 18 Put, enumerator 40 case boost::beast::http::verb::put: in httpVerbFromBoost() 41 return HttpVerb::Put; in httpVerbFromBoost() 61 case HttpVerb::Put: in httpVerbToString() 62 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/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} 97 Put File To BMC ${readid_svf} 98 Run KeyWord If ${program_cpld} == 1 Put File To BMC ${readusercode_svf} 99 Run KeyWord If ${program_cpld} == 1 Put File To BMC ${cpld_firmware1} 100 Run KeyWord If ${program_cpld} == 1 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/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_ets_tests.sh | 4 # $put -- port under test (e.g. $swp2) 170 ets_qdisc_setup $put 0 3300 3300 3300 175 ets_qdisc_setup $put 0 5000 3500 1500 180 ets_qdisc_setup $put 3 185 ets_qdisc_setup $put 1 5000 2500 1500 190 tc class change dev $put classid 10:2 ets quantum 8000 196 ets_qdisc_setup $put 0 5000 2500
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dma.h | 38 * There's a hw race condition where you can't jump to your PUT offset, 93 if (chan->dma.cur == chan->dma.put) in FIRE_RING() 98 nv50_dma_push(chan, chan->push.addr + (chan->dma.put << 2), in FIRE_RING() 99 (chan->dma.cur - chan->dma.put) << 2, false); in FIRE_RING() 104 chan->dma.put = chan->dma.cur; in FIRE_RING() 110 chan->dma.cur = chan->dma.put; in WIND_RING()
|
/openbmc/linux/include/linux/ |
H A D | cgroup_refcnt.h | 70 * css_put - put a css reference in CGROUP_REF_EXPORT() 73 * Put a reference obtained via css_get() and css_tryget_online(). in CGROUP_REF_EXPORT() 84 * css_put_many - put css references in CGROUP_REF_EXPORT() 86 * @n: number of references to put in CGROUP_REF_EXPORT() 88 * Put references obtained via css_get() and css_tryget_online(). in CGROUP_REF_EXPORT()
|
/openbmc/linux/arch/m68k/68000/ |
H A D | entry.S | 134 movel #65,%sp@- /* put vector # on stack*/ 145 movel #66,%sp@- /* put vector # on stack*/ 156 movel #67,%sp@- /* put vector # on stack*/ 167 movel #68,%sp@- /* put vector # on stack*/ 178 movel #69,%sp@- /* put vector # on stack*/ 189 movel #70,%sp@- /* put vector # on stack*/ 200 movel #71,%sp@- /* put vector # on stack*/ 211 movel %d0,%sp@- /* put vector # on stack*/
|