Home
last modified time | relevance | path

Searched refs:PUT (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/arch/x86/lib/
H A Dclear_page_64.S31 #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/drivers/atm/
H A Dsuni.c40 #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 …]
H A Didt77105.c46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg) macro
67 PUT(counter, CTRSEL); in get_counter()
133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func()
135 PUT( walk->old_mcr ,MCR); in idt77105_restart_timer_func()
176 PUT(diag,DIAG); in set_loopback()
232 PUT( in idt77105_int()
246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int()
299 PUT(PRIV(dev)->old_mcr, MCR); in idt77105_start()
328 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR ); in idt77105_stop()
/openbmc/u-boot/cmd/
H A Dmfsl.c195 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/docs/
H A DREST-cheatsheet.md82 …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 …]
H A Dhost-management.md193 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/…
199 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/…
205 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/…
216 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/…
222 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/…
234 …ion/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.On"}' -X PUT https://${bmc}/xyz/…
240 …on/json" -d '{"data": "xyz.openbmc_project.State.Host.Transition.Off"}' -X PUT https://${bmc}/xyz/…
246 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.ope…
252 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.ope…
H A Drest-api.md161 ## HTTP PUT operations
163 PUT operations are for updating an existing resource (an object or property), or
202 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d <json> <url>
205 A PUT operation on an object requires a complete object. For partial updates
209 For example, make changes to the requested_host.json file and do a PUT (upload):
214 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -T requested_host.js…
220 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data": "xyz.op…
282 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X PUT -T foo https:/…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/
H A DRemove_some_printf_in_obexftpd.patch21 - printf("Got a PUT without a body\n");
22 + //printf("Got a PUT without a body\n");
/openbmc/linux/net/wireless/
H A Dpmsr.c412 #define PUT(tp, attr, val) \ in nl80211_pmsr_send_ftm_res() macro
423 PUT(tp, attr, val); \ in nl80211_pmsr_send_ftm_res()
442 PUT(u32, BURST_INDEX, burst_index); in nl80211_pmsr_send_ftm_res()
445 PUT(u8, NUM_BURSTS_EXP, num_bursts_exp); in nl80211_pmsr_send_ftm_res()
446 PUT(u8, BURST_DURATION, burst_duration); in nl80211_pmsr_send_ftm_res()
447 PUT(u8, FTMS_PER_BURST, ftms_per_burst); in nl80211_pmsr_send_ftm_res()
472 #undef PUT in nl80211_pmsr_send_ftm_res()
/openbmc/phosphor-user-manager/docs/
H A DREADME.md33 -X PUT -T <FILE> https://<BMC_IP>/xyz/openbmc_project/certs/client/ldap
40 -X PUT -T <FILE> https://<BMC_IP>/xyz/openbmc_project/certs/authority/truststore
/openbmc/phosphor-time-manager/
H A DREADME.md65 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
96 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d \
110 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d \
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md92 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data":
120 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data":
161 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data":
188 curl -c cjar -b cjar -k -H "Content-Type: application/jon" -X PUT -d '{"data":
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md137 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \
168 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \
197 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \
226 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dasm.h24 #define PUT(val, fslnum) \ macro
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc36 ld b32 $r9 D[$r13 + 0x4] // PUT
53 // update PUT
70 ld b32 $r9 D[$r13 + 0x4] // PUT
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz/
H A D0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch33 if (Request=="PUT")
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.robot4 ... sending POST, PUT, DELETE, PATCH, GET etc. request using redfish_request.py
H A Drest_client.robot83 [Documentation] Do REST PUT request on the resource identified by the URI.
100 ${resp}= PUT On Session openbmc ${base_uri} json=${kwargs["data"]} headers=${headers}
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_redfish_privilege_registry.robot85 # "PUT": [{
118 Should Be Equal ${mappings[${account_service}]['OperationMap']['PUT'][0]['Privilege'][0]}
/openbmc/docs/architecture/
H A DLED-architecture.md22 PUT /xyz/openbmc_project/led/groups/<group>/attr/Asserted
29 curl -b cjar -k -X PUT -H "Content-Type: application/json" -d '{"data": 1}' \
/openbmc/docs/architecture/code-update/
H A Dcode-update-deprecated.md139 To configure the update settings, perform a REST PUT to
142 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
H A Dcode-update.md102 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
173 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \
355 curl -b cjar -k -H 'Content-Type: application/json' -X PUT -d '{"data":1}' \
H A Dhost-code-update.md82 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md46 Method: PUT
54 Method: PUT
/openbmc/phosphor-logging/
H A DREADME.md616 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
624 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
643 curl -b cjar -k -H "Content-Type: application/json" -X PUT \

12