/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/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 …]
|
H A D | idt77105.c | 46 #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 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/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 …]
|
H A D | host-management.md | 193 …$ 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 D | rest-api.md | 161 ## 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 D | Remove_some_printf_in_obexftpd.patch | 21 - printf("Got a PUT without a body\n"); 22 + //printf("Got a PUT without a body\n");
|
/openbmc/linux/net/wireless/ |
H A D | pmsr.c | 412 #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 D | README.md | 33 -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 D | README.md | 65 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 D | Network-Configuration.md | 92 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 D | README.md | 137 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 D | asm.h | 24 #define PUT(val, fslnum) \ macro
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
H A D | com.fuc | 36 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 D | 0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch | 33 if (Request=="PUT")
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_request.robot | 4 ... sending POST, PUT, DELETE, PATCH, GET etc. request using redfish_request.py
|
H A D | rest_client.robot | 83 [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 D | test_redfish_privilege_registry.robot | 85 # "PUT": [{ 118 Should Be Equal ${mappings[${account_service}]['OperationMap']['PUT'][0]['Privilege'][0]}
|
/openbmc/docs/architecture/ |
H A D | LED-architecture.md | 22 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 D | code-update-deprecated.md | 139 To configure the update settings, perform a REST PUT to 142 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
|
H A D | code-update.md | 102 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 D | host-code-update.md | 82 curl -b cjar -k -H "Content-Type: application/json" -X PUT \
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 46 Method: PUT 54 Method: PUT
|
/openbmc/phosphor-logging/ |
H A D | README.md | 616 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 \
|