/openbmc/linux/drivers/atm/ |
H A D | suni.c | 41 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro 43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg) 67 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz() 68 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz() 69 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz() 70 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz() 71 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz() 72 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz() 73 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz() 74 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz() [all …]
|
H A D | idt77105.c | 47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg) macro 69 val = GET(CTRLO); in get_counter() 71 val |= GET(CTRHI)<<8; in get_counter() 126 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */ in idt77105_restart_timer_func() 133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func() 163 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK; in set_loopback() 217 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */ in idt77105_int() 231 PRIV(dev)->old_mcr = GET(MCR); in idt77105_int() 246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int() 276 GET(ISTAT) & IDT77105_ISTAT_GOODSIG ? in idt77105_start() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | mfsl.c | 41 case 2: GET (num, 0); in do_frd() 57 case 2: GET (num, 1); in do_frd() 73 case 2: GET (num, 2); in do_frd() 89 case 2: GET (num, 3); in do_frd() 105 case 2: GET (num, 4); in do_frd() 121 case 2: GET (num, 5); in do_frd() 137 case 2: GET (num, 6); in do_frd() 153 case 2: GET (num, 7); in do_frd()
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root.robot | 23 GET Redfish Hypermedia Without Login 24 [Documentation] GET hypermedia URL without login. 27 [Template] GET And Verify Redfish Response 34 GET Redfish SessionService Without Login 43 GET Redfish Resources With Login 44 [Documentation] Login to BMCweb and GET valid resource. 47 [Template] GET And Verify Redfish Response 68 ${resp}= GET On Session 135 GET And Verify Redfish Response 136 [Documentation] GET given resource and verify response.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 90 if request.GET.get('format', None) == 'json': 97 cmd = request.GET.get('cmd', None) 111 search = request.GET.get("search", None) 115 name = request.GET.get("name", None) 277 page_num = request.GET.get("page", 1) 278 limit = request.GET.get("limit", 10) 279 search = request.GET.get("search", None) 280 filters = request.GET.get("filter", None) 281 filter_value = request.GET.get("filter_value", "on") 282 orderby = request.GET.get("orderby", None) [all …]
|
H A D | views.py | 266 …return "%s:+" % orderkey if request.GET.get('orderby', "") == "%s:-" % orderkey else "%s:-" % orde… 268 …return "%s:-" % orderkey if request.GET.get('orderby', "") == "%s:+" % orderkey else "%s:+" % orde… 271 if request.GET.get('orderby', "") == "%s:+"%orderkey: 273 elif request.GET.get('orderby', "") == "%s:-"%orderkey: 325 ordering_string, invalid = _validate_input(request.GET.get('orderby', ''), model) 329 filter_string, invalid = _validate_input(request.GET.get('filter', ''), model) 333 search_term = request.GET.get('search', '') 367 … pagesize = request.GET.get('count', request.session.get('%s_count' % current_url, default_count)) 368 …orderby = request.GET.get('orderby', request.session.get('%s_orderby' % current_url, default_order… 427 …context_date['last_date_from'] = request.GET.get('last_date_from',timezone.localtime(timezone.now(… [all …]
|
H A D | typeaheads.py | 28 if "include_added" in request.GET and \ 29 request.GET['include_added'] != "true": 181 git_url = request.GET.get('git_url')
|
/openbmc/phosphor-misc/http-redirect/ |
H A D | tests | 27 GET http://somewhere.example.com/over/the/rainbow HTTP/1.1 45 GET http://somewhere.example HTTP/1.1 64 GET /over/the/rainbow HTTP/1.1 84 GET /over/the/rainbow HTTP/1.1
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_stress_buster.robot | 55 [Documentation] Execute REST GET operation. 65 # Trigger GET REST enumeration. 66 ${resp}= GET On Session openbmc /redfish/v1/Managers/${MANAGER_ID} expected_status=any 67 Log To Console GET Request /redfish/v1/Managers/${MANAGER_ID}
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmcweb_security.robot | 19 Check BMCWeb Service After Attempted GET With Invalid URL 20 [Documentation] Request BMC GET with invalid URL.
|
H A D | test_ssl.robot | 24 Run Keyword And Expect Error *ConnectTimeoutError* GET On Session openbmc /list 32 Run Keyword And Expect Error ConnectionError* GET On Session openbmc /list
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 47 "method": "GET", 117 "method": "GET", 187 "method": "GET", 257 "method": "GET", 327 "method": "GET", 397 "method": "GET", 468 "method": "GET",
|
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 29 …830ebe551641.svg", "body": {"encoding": "utf-8", "string": ""}, "method": "GET", "headers": {"User… 51 + "method": "GET", 92 …GET", "body": {"string": "", "encoding": "utf-8"}, "headers": {"Connection": ["keep-alive"], "User… 117 + "method": "GET", 185 + "method": "GET", 232 …in.org/get"}, "recorded_at": "2015-03-03T21:29:55", "request": {"method": "GET", "uri": "https://h… 257 + "method": "GET", 304 …GET", "uri": "http://httpbin.org/basic-auth/user/passwd"}, "response": {"body": {"string": "", "en… 326 + "method": "GET", 382 + "method": "GET", [all …]
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | vmi_utils.robot | 34 # valid_status_code Expected valid status code from GET request. Default is HTTP_ACCEPTED. 61 # valid_status_code Expected valid status code from GET request. Default is HTTP_OK. 121 # valid_status_code Expected valid status code from GET request. 156 # valid_status_code Expected valid status code from GET request. 179 # valid_status_code Expected valid status code from GET request.
|
/openbmc/phosphor-networkd/docs/ |
H A D | Network-Configuration.md | 80 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 109 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 150 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 174 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 226 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET
|
/openbmc/openbmc-test-automation/systest/ |
H A D | test_bmc_poll_errors.robot | 36 Repeat Keyword ${POLL_DURATION} Perform GET Request And Check For Errors 41 Perform GET Request And Check For Errors
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_redfishtool_utils.robot | 16 [Documentation] Execute redfishtool for GET operation. 20 # uri URI for GET operation (e.g. /redfish/v1/AccountService/Accounts/). 25 ${cmd}= Catenate ${cmd_args} GET ${uri}
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | slogn.S | 351 |--GET K, Y, F, AND ADDRESS OF 1/F. 359 |--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F 363 oril #0x01000000,FFRAC(%a6) | ...GET F: ATTACH A 1 AT THE EIGHTH BIT 364 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F 382 fmulx LOGOF2,%fp1 | ...GET K*LOG2 WHILE FP0 IS NOT READY
|
/openbmc/openbmc-test-automation/ffdc/docs/ |
H A D | yaml_syntax_rules.md | 58 # File contains the data returned from 'redfishtool GET URL' 61 …- redfishtool -u ${username} -p ${password} -r ${hostname} -S Always raw GET /redfish/v1/AccountSe…
|
/openbmc/docs/ |
H A D | REST-cheatsheet.md | 15 use the same cookie jar files for read-only REST methods like GET, but requires 40 $ curl -k -X GET https://root:0penBmc@${bmc}/xyz/openbmc_project/list 112 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X GET https://${bmc}/xyz/… 223 …$ curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/xyz/openbmc_project/time/owner/attr/Time… 224 …$ curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/xyz/openbmc_project/time/sync_method/att… 250 …$ curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/xyz/openbmc_project/control/power_supply…
|
H A D | REDFISH-cheatsheet.md | 50 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Chassis 51 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Managers 52 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Systems 116 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Systems/system/LogServices/Event…
|
/openbmc/docs/designs/ |
H A D | redfish-eventservice.md | 64 - SSE: BMC shall respond to GET method on URI specific in "ServerSentEventUri" 100 performing a GET on the URI specified by the "ServerSentEventUri" in the 120 CONFIGURATION| |SSE(GET) NETWORK PUSH STYLE | |SSE 527 - METHODS : `GET, PATCH` 538 - METHODS : `GET, POST` 549 - METHODS : `GET, PATCH, DELETE` 751 a client performs a GET on the URI specified by the "ServerSentEventUri", the 754 to GET URI with following headers. 784 Note: since its GET operation on existing open connection(which is authenticated 829 METHOD: GET [all …]
|
/openbmc/linux/include/video/ |
H A D | gbe.h | 83 #define GET(v, msb, lsb) \ macro 89 GET((v), GBE_##reg##_##field##_MSB, GBE_##reg##_##field##_LSB)
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/ |
H A D | README.md | 49 …- ```curl --insecure -u root:0penBmc -X GET https://127.0.0.1:4223/redfish/v1/Chassis/PLDM_Device_… 50 …- ```curl --insecure -u root:0penBmc -X GET https://127.0.0.1:4223/redfish/v1/Systems/system/LogSe…
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | synaccess.robot | 18 ${resp}= GET On Session pdu /cmd.cgi?$A4 ${PDU_SLOT_NO}
|